mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
C++ definitions are numerous, and they shouldn't pollute variable space and performance outside of directories containing C++ files. This commit pushes them into a defs-cpp.mk file. Signed-off-by: Jan Lindemann <jan@janware.com>
13 lines
259 B
Makefile
13 lines
259 B
Makefile
# generic utility modules
|
|
# (c) 2005 jannet it services
|
|
# contact@jannet.de
|
|
# $Id$
|
|
|
|
USE_QT = true
|
|
|
|
include $(MODDIR)/make/defs.mk
|
|
include $(MODDIR)/make/defs-cpp.mk
|
|
include $(MODDIR)/make/qt-defs.mk
|
|
include $(MODDIR)/make/exe.mk
|
|
include $(MODDIR)/make/qt.mk
|
|
|