]> git.saurik.com Git - wxWidgets.git/blob - install/unix/setup/rules/glibbin
New Unix configure system
[wxWidgets.git] / install / unix / setup / rules / glibbin
1 # all that is to do
2 all:: checkneeds library binary
3 clean:: clean_library clean_obj clean_binary
4
5 # now include definite rules
6 LIB_BASE_DIR=$(GLOBAL_LIB_DIR)
7 BIN_BASE_DIR=.
8
9 # include rules to create library
10 include $(RULES_GENERIC)/lib
11 # include rules to create binary
12 include $(RULES_GENERIC)/bin1
13 # include rules to create objects
14 include $(RULES_GENERIC)/obj
15 # include rule to check for defines needed
16 include $(RULES_GENERIC)/needed
17