jw-pkg/make/tools.mk

20 lines
510 B
Makefile
Raw Normal View History

# generic utility modules
# (c) 2001 jannet it services
# contact@jannet.de
# $Id$
include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/defs-cpp.mk
include $(MODDIR)/make/profiler-defs.mk
include $(MODDIR)/make/targets-tools.mk
include $(MODDIR)/make/cpp-extra-targets.mk
include $(MODDIR)/make/depend.mk
include $(MODDIR)/make/backup.mk
include $(MODDIR)/make/dev-utils.mk
2007-09-10 14:49:28 +00:00
2009-07-13 12:03:37 +00:00
LOCAL_CFLAGS += -D_USRDLL -DALL_EXPORTS
LOCAL_CXXFLAGS += -D_USRDLL -DALL_EXPORTS
2009-07-13 12:03:37 +00:00
ifneq ($(SRC_ALL_CPP),)
2007-09-10 14:49:28 +00:00
all: all.done
endif