]>
Commit | Line | Data |
---|---|---|
2ace0078 VS |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
162a956b | 3 | # Bakefile 0.1.6 (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 DE |
15 | MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \ |
16 | CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" SHARED="$(SHARED)" \ | |
17 | WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" MSLU="$(MSLU)" BUILD="$(BUILD)" \ | |
18 | DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" \ | |
19 | DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" MONOLITHIC="$(MONOLITHIC)" \ | |
c33fae85 RN |
20 | USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" USE_XRC="$(USE_XRC)" \ |
21 | USE_OPENGL="$(USE_OPENGL)" USE_ODBC="$(USE_ODBC)" \ | |
22 | USE_EXCEPTIONS="$(USE_EXCEPTIONS)" OFFICIAL_BUILD="$(OFFICIAL_BUILD)" \ | |
23 | VENDOR="$(VENDOR)" WX_FLAVOUR="$(WX_FLAVOUR)" \ | |
24 | WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \ | |
c4839ccf | 25 | CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \ |
b17c1746 | 26 | RUNTIME_LIBS="$(RUNTIME_LIBS)" |
197e66da | 27 | |
2ace0078 | 28 | ### Conditionally set variables: ### |
197e66da | 29 | |
2ace0078 VS |
30 | |
31 | ||
32 | ### Targets: ### | |
33 | ||
e1e61c81 | 34 | all: sub_configtool sub_emulator sub_helpview sub_tex2rtf sub_helpgen |
2ace0078 VS |
35 | |
36 | clean: | |
37 | -if exist .\*.obj del .\*.obj | |
38 | -if exist .\*.res del .\*.res | |
162a956b | 39 | -if exist .\*.pch del .\*.pch |
b92ca8cf VS |
40 | cd configtool\src |
41 | $(MAKE) -f makefile.vc $(MAKEARGS) clean | |
42 | cd $(MAKEDIR) | |
43 | cd emulator\src | |
44 | $(MAKE) -f makefile.vc $(MAKEARGS) clean | |
45 | cd $(MAKEDIR) | |
46 | cd helpview\src | |
47 | $(MAKE) -f makefile.vc $(MAKEARGS) clean | |
48 | cd $(MAKEDIR) | |
49 | cd tex2rtf\src | |
50 | $(MAKE) -f makefile.vc $(MAKEARGS) clean | |
51 | cd $(MAKEDIR) | |
52 | cd HelpGen | |
53 | $(MAKE) -f makefile.vc $(MAKEARGS) clean | |
54 | cd $(MAKEDIR) | |
2ace0078 | 55 | |
e1e61c81 VS |
56 | sub_configtool: |
57 | cd configtool\src | |
58 | $(MAKE) -f makefile.vc $(MAKEARGS) all | |
59 | cd $(MAKEDIR) | |
60 | ||
61 | sub_emulator: | |
62 | cd emulator\src | |
63 | $(MAKE) -f makefile.vc $(MAKEARGS) all | |
64 | cd $(MAKEDIR) | |
65 | ||
e1e61c81 VS |
66 | sub_helpview: |
67 | cd helpview\src | |
68 | $(MAKE) -f makefile.vc $(MAKEARGS) all | |
69 | cd $(MAKEDIR) | |
70 | ||
2ace0078 VS |
71 | sub_tex2rtf: |
72 | cd tex2rtf\src | |
19c35fa5 | 73 | $(MAKE) -f makefile.vc $(MAKEARGS) all |
2ace0078 | 74 | cd $(MAKEDIR) |
b17c1746 DE |
75 | |
76 | sub_helpgen: | |
77 | cd HelpGen | |
78 | $(MAKE) -f makefile.vc $(MAKEARGS) all | |
79 | cd $(MAKEDIR) | |
162a956b | 80 |