]> git.saurik.com Git - wxWidgets.git/blame - src/gtk1/setup/rules/glibgbin
Initial revision
[wxWidgets.git] / src / gtk1 / setup / rules / glibgbin
CommitLineData
c801d85f
KB
1# all that is to do
2all:: checkneeds library binary
3depend:: depend_library depend_binary
4clean:: clean_library clean_obj clean_binary
5
6# now include definite rules
7LIB_BASE_DIR=$(GLOBAL_LIB_DIR)
8BIN_BASE_DIR=$(GLOBAL_BIN_DIR)
9
10# include rules to create library
11include $(RULES_GENERIC)/lib
12# include rules to create binary
13include $(RULES_GENERIC)/mkbin1
14# include rules to create objects
15include $(RULES_GENERIC)/obj
16# include rule to check for defines needed
17include $(RULES_GENERIC)/needed
18