wxWidgets/template.mak
Karsten Ballüder c801d85f15 Initial revision
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1998-05-20 14:01:55 +00:00

36 lines
1.2 KiB
Makefile

#the calling Makefile MUST set OS and RULE
#RULE can be one of the following:
# bin for one local binary
# bin2 for two local binaries
# gbin for one global binary
# gbin2 for two global binaries
# lib for a local library
# libbin for a local library and one local binary
# libgbin for a local library and one global binary
# glib for a global library
# glibbin for a global library and one local binary
# glibgbin for a global library and one global binary
# gslib for a global shared library
# no need to edit below this line !!!!
RULES_DIR=$(WXBASEDIR)/src/gtk/setup/rules
RULES_GENERIC=$(RULES_DIR)/generic
SETUP_DIR=$(WXBASEDIR)/src/gtk/setup/$(OS)
SHARE_DIR=$(WXBASEDIR)/src/gtk/setup/shared
SRCDIR=$(WXBASEDIR)/src
UTILS=$(WXBASEDIR)/utils
SAMPLES=$(WXBASEDIR)/samples
OTHER=$(WXBASEDIR)/other
# now include the global setting
include $(SETUP_DIR)/maketmpl
# now include the rule needed
include $(RULES_DIR)/$(RULE)
# now include the global objects
include $(RULES_GENERIC)/globals