2001-07-06 13:12:14 +00:00
|
|
|
# generic utility modules
|
|
|
|
|
# (c) 2001 jannet it services
|
|
|
|
|
# contact@jannet.de
|
|
|
|
|
# $Id$
|
|
|
|
|
|
2019-06-29 21:34:18 +00:00
|
|
|
include $(JWBDIR)/make/defs.mk
|
|
|
|
|
include $(JWBDIR)/make/defs-cpp.mk
|
|
|
|
|
include $(JWBDIR)/make/profiler-defs.mk
|
|
|
|
|
include $(JWBDIR)/make/targets-tools.mk
|
|
|
|
|
include $(JWBDIR)/make/cpp-extra-targets.mk
|
|
|
|
|
include $(JWBDIR)/make/depend.mk
|
|
|
|
|
include $(JWBDIR)/make/backup.mk
|
|
|
|
|
include $(JWBDIR)/make/dev-utils.mk
|
2007-09-10 14:49:28 +00:00
|
|
|
|
2019-06-24 12:58:53 +00:00
|
|
|
FINAL_CFLAGS += -D_USRDLL -DALL_EXPORTS
|
|
|
|
|
FINAL_CXXFLAGS += -D_USRDLL -DALL_EXPORTS
|
2009-07-13 12:03:37 +00:00
|
|
|
|
2012-02-28 12:44:27 +00:00
|
|
|
ifneq ($(SRC_ALL_CPP),)
|
2007-09-10 14:49:28 +00:00
|
|
|
all: all.done
|
2012-02-28 12:44:27 +00:00
|
|
|
endif
|