]> git.saurik.com Git - wxWidgets.git/blame - setup/rules/glibgbin
Follow up for changes in wxWindows to various event classes
[wxWidgets.git] / setup / rules / glibgbin
CommitLineData
bcf1fa6b
RR
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