2005-05-05 16:36:51 +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/qtversion.mk
|
|
|
|
|
include $(JWBDIR)/make/tools.mk
|
|
|
|
|
#include $(JWBDIR)/make/defs.mk
|
|
|
|
|
#include $(JWBDIR)/make/defs-cpp.mk
|
2019-03-06 12:38:20 +00:00
|
|
|
#ALL += $(BUILD_LIBDIR) $(PREREQ_DONE) $(BUILD_HDR) $(LOCAL_EXE_SH) $(MEMBERS)
|
2019-06-29 21:34:18 +00:00
|
|
|
#include $(JWBDIR)/make/rules.mk
|
2005-05-05 16:36:51 +00:00
|
|
|
#clean: objclean textclean localclean
|
|
|
|
|
#install: $(ALL)
|
2019-06-29 21:34:18 +00:00
|
|
|
include $(JWBDIR)/make/qt.mk
|