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