]>
Commit | Line | Data |
---|---|---|
2ace0078 VS |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
cf9b63b3 | 3 | # Bakefile 0.2.0 (http://bakefile.sourceforge.net) |
2ace0078 VS |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
197e66da | 6 | |
2ace0078 | 7 | !include <../build/msw/config.vc> |
197e66da | 8 | |
2ace0078 VS |
9 | # ------------------------------------------------------------------------- |
10 | # Do not modify the rest of this file! | |
11 | # ------------------------------------------------------------------------- | |
197e66da | 12 | |
2ace0078 | 13 | ### Variables: ### |
197e66da | 14 | |
b17c1746 | 15 | MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \ |
9d309aad | 16 | CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" \ |
b17c1746 | 17 | WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" MSLU="$(MSLU)" BUILD="$(BUILD)" \ |
ab6ea1ac MW |
18 | TARGET_CPU="$(TARGET_CPU)" DEBUG_INFO="$(DEBUG_INFO)" \ |
19 | DEBUG_FLAG="$(DEBUG_FLAG)" DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" \ | |
20 | MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" \ | |
3b2cb431 JS |
21 | USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" \ |
22 | USE_RICHTEXT="$(USE_RICHTEXT)" USE_OPENGL="$(USE_OPENGL)" \ | |
23 | USE_ODBC="$(USE_ODBC)" USE_QA="$(USE_QA)" \ | |
24 | USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \ | |
25 | USE_THREADS="$(USE_THREADS)" OFFICIAL_BUILD="$(OFFICIAL_BUILD)" \ | |
26 | VENDOR="$(VENDOR)" WX_FLAVOUR="$(WX_FLAVOUR)" \ | |
27 | WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \ | |
c4839ccf | 28 | CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \ |
b17c1746 | 29 | RUNTIME_LIBS="$(RUNTIME_LIBS)" |
197e66da | 30 | |
2ace0078 | 31 | ### Conditionally set variables: ### |
197e66da | 32 | |
2ace0078 VS |
33 | |
34 | ||
35 | ### Targets: ### | |
36 | ||
e1e61c81 | 37 | all: sub_configtool sub_emulator sub_helpview sub_tex2rtf sub_helpgen |
2ace0078 VS |
38 | |
39 | clean: | |
40 | -if exist .\*.obj del .\*.obj | |
41 | -if exist .\*.res del .\*.res | |
162a956b | 42 | -if exist .\*.pch del .\*.pch |
b92ca8cf VS |
43 | cd configtool\src |
44 | $(MAKE) -f makefile.vc $(MAKEARGS) clean | |
45 | cd $(MAKEDIR) | |
46 | cd emulator\src | |
47 | $(MAKE) -f makefile.vc $(MAKEARGS) clean | |
48 | cd $(MAKEDIR) | |
49 | cd helpview\src | |
50 | $(MAKE) -f makefile.vc $(MAKEARGS) clean | |
51 | cd $(MAKEDIR) | |
52 | cd tex2rtf\src | |
53 | $(MAKE) -f makefile.vc $(MAKEARGS) clean | |
54 | cd $(MAKEDIR) | |
55 | cd HelpGen | |
56 | $(MAKE) -f makefile.vc $(MAKEARGS) clean | |
57 | cd $(MAKEDIR) | |
2ace0078 | 58 | |
e1e61c81 VS |
59 | sub_configtool: |
60 | cd configtool\src | |
61 | $(MAKE) -f makefile.vc $(MAKEARGS) all | |
62 | cd $(MAKEDIR) | |
63 | ||
64 | sub_emulator: | |
65 | cd emulator\src | |
66 | $(MAKE) -f makefile.vc $(MAKEARGS) all | |
67 | cd $(MAKEDIR) | |
68 | ||
e1e61c81 VS |
69 | sub_helpview: |
70 | cd helpview\src | |
71 | $(MAKE) -f makefile.vc $(MAKEARGS) all | |
72 | cd $(MAKEDIR) | |
73 | ||
2ace0078 VS |
74 | sub_tex2rtf: |
75 | cd tex2rtf\src | |
19c35fa5 | 76 | $(MAKE) -f makefile.vc $(MAKEARGS) all |
2ace0078 | 77 | cd $(MAKEDIR) |
b17c1746 DE |
78 | |
79 | sub_helpgen: | |
80 | cd HelpGen | |
81 | $(MAKE) -f makefile.vc $(MAKEARGS) all | |
82 | cd $(MAKEDIR) | |
162a956b | 83 |