]>
Commit | Line | Data |
---|---|---|
e93c6860 VS |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
3 | # Bakefile 0.1.1 (http://bakefile.sourceforge.net) | |
4 | # Do not modify, all changes will be overwritten! | |
5 | # ========================================================================= | |
6 | ||
fd9f42b6 | 7 | include ../../../build/msw/config.gcc |
e93c6860 VS |
8 | |
9 | # ------------------------------------------------------------------------- | |
10 | # Do not modify the rest of this file! | |
11 | # ------------------------------------------------------------------------- | |
12 | ||
13 | ### Variables: ### | |
14 | ||
15 | ISOSURF_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \ | |
16 | -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \ | |
17 | $(__UNICODE_DEFINE_p) -I.\..\..\..\include -I$(LIBDIRNAME) \ | |
18 | -I.\..\..\..\src\tiff -I.\..\..\..\src\jpeg -I.\..\..\..\src\png \ | |
19 | -I.\..\..\..\src\zlib -I.\..\..\..\src\regex -I.\..\..\..\src\expat\lib -I. \ | |
4e209a20 | 20 | $(__DLLFLAG_p) -I..\..\..\samples $(CXXFLAGS) |
e93c6860 VS |
21 | ISOSURF_OBJECTS = \ |
22 | $(OBJS)\isosurf_isosurf.o \ | |
23 | $(OBJS)\isosurf_cube_rc.o | |
24 | LIBDIRNAME = \ | |
25 | .\..\..\..\lib\gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) | |
26 | OBJS = \ | |
27 | gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) | |
28 | ||
29 | ### Conditionally set variables: ### | |
30 | ||
31 | ifeq ($(GCC_VERSION),2.95) | |
32 | GCCFLAGS = -fvtable-thunks | |
33 | endif | |
34 | ifeq ($(USE_GUI),0) | |
35 | PORTNAME = base | |
36 | endif | |
37 | ifeq ($(USE_GUI),1) | |
38 | PORTNAME = msw | |
39 | endif | |
40 | ifeq ($(BUILD),debug) | |
41 | ifeq ($(DEBUG_FLAG),default) | |
42 | WXDEBUGFLAG = d | |
43 | endif | |
44 | endif | |
45 | ifeq ($(DEBUG_FLAG),1) | |
46 | WXDEBUGFLAG = d | |
47 | endif | |
48 | ifeq ($(SHARED),1) | |
49 | WXDLLFLAG = dll | |
50 | endif | |
51 | ifeq ($(UNICODE),1) | |
52 | WXUNICODEFLAG = u | |
53 | endif | |
54 | ifeq ($(WXUNIV),1) | |
55 | WXUNIVNAME = univ | |
56 | endif | |
57 | ifeq ($(BUILD),debug) | |
58 | ifeq ($(DEBUG_INFO),default) | |
59 | __DEBUGINFO = -g | |
60 | endif | |
61 | endif | |
62 | ifeq ($(BUILD),release) | |
63 | ifeq ($(DEBUG_INFO),default) | |
64 | __DEBUGINFO = | |
65 | endif | |
66 | endif | |
67 | ifeq ($(DEBUG_INFO),0) | |
68 | __DEBUGINFO = | |
69 | endif | |
70 | ifeq ($(DEBUG_INFO),1) | |
71 | __DEBUGINFO = -g | |
72 | endif | |
73 | ifeq ($(BUILD),debug) | |
74 | ifeq ($(DEBUG_FLAG),default) | |
75 | __DEBUG_DEFINE_p = -D__WXDEBUG__ | |
76 | endif | |
77 | endif | |
78 | ifeq ($(DEBUG_FLAG),1) | |
79 | __DEBUG_DEFINE_p = -D__WXDEBUG__ | |
80 | endif | |
81 | ifeq ($(BUILD),debug) | |
82 | ifeq ($(DEBUG_FLAG),default) | |
83 | __DEBUG_DEFINE_p_1 = --define __WXDEBUG__ | |
84 | endif | |
85 | endif | |
86 | ifeq ($(DEBUG_FLAG),1) | |
87 | __DEBUG_DEFINE_p_1 = --define __WXDEBUG__ | |
88 | endif | |
89 | ifeq ($(SHARED),1) | |
90 | __DLLFLAG_p = -DWXUSINGDLL | |
91 | endif | |
92 | ifeq ($(SHARED),1) | |
93 | __DLLFLAG_p_1 = --define WXUSINGDLL | |
94 | endif | |
95 | ifeq ($(USE_GUI),1) | |
96 | __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG) | |
97 | endif | |
98 | ifeq ($(USE_GUI),1) | |
99 | __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG) | |
100 | endif | |
101 | ifeq ($(USE_GUI),1) | |
102 | __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG) | |
103 | endif | |
104 | ifeq ($(BUILD),debug) | |
105 | __OPTIMIZEFLAG_2 = -O0 | |
106 | endif | |
107 | ifeq ($(BUILD),release) | |
108 | __OPTIMIZEFLAG_2 = -O2 | |
109 | endif | |
110 | ifeq ($(UNICODE),1) | |
111 | __UNICODE_DEFINE_p = -DwxUSE_UNICODE=1 | |
112 | endif | |
113 | ifeq ($(UNICODE),1) | |
114 | __UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=1 | |
115 | endif | |
4e209a20 VS |
116 | ifeq ($(MSLU),1) |
117 | __UNICOWS_LIB_p = -lunicows | |
118 | endif | |
e93c6860 VS |
119 | ifeq ($(MONOLITHIC),0) |
120 | __WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG) | |
121 | endif | |
122 | ifeq ($(MONOLITHIC),0) | |
123 | __WXLIB_CORE_p = \ | |
124 | -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core | |
125 | endif | |
126 | ifeq ($(MONOLITHIC),1) | |
127 | __WXLIB_MONO_p = \ | |
128 | -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG) | |
129 | endif | |
130 | ifeq ($(WXUNIV),1) | |
131 | __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__ | |
132 | endif | |
133 | ifeq ($(WXUNIV),1) | |
134 | __WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__ | |
135 | endif | |
136 | ||
137 | ||
138 | all: $(OBJS) | |
139 | $(OBJS): | |
140 | -if not exist $(OBJS) mkdir $(OBJS) | |
141 | ||
142 | ### Targets: ### | |
143 | ||
144 | all: $(OBJS)\isosurf.exe data | |
145 | ||
146 | $(OBJS)\isosurf_cube_rc.o: .\cube.rc | |
4e209a20 | 147 | windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir ./../../../include --include-dir $(LIBDIRNAME) --include-dir ./../../../src/tiff --include-dir ./../../../src/jpeg --include-dir ./../../../src/png --include-dir ./../../../src/zlib --include-dir ./../../../src/regex --include-dir ./../../../src/expat/lib --include-dir . $(__DLLFLAG_p_1) --include-dir ../../../samples |
e93c6860 VS |
148 | |
149 | $(OBJS)\isosurf_isosurf.o: .\isosurf.cpp | |
150 | $(CXX) -c -o $@ $(ISOSURF_CXXFLAGS) $< | |
151 | ||
152 | clean: | |
153 | -if exist $(OBJS)\*.o del $(OBJS)\*.o | |
154 | -if exist $(OBJS)\isosurf.exe del $(OBJS)\isosurf.exe | |
155 | ||
156 | data: | |
157 | if not exist $(OBJS) mkdir $(OBJS) | |
158 | for %%f in (isosurf.dat.gz) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS) | |
159 | ||
160 | $(OBJS)\isosurf.exe: $(ISOSURF_OBJECTS) $(OBJS)\isosurf_cube_rc.o | |
4e209a20 | 161 | $(CXX) -o $@ $(ISOSURF_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_gl $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lodbc32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 |
e93c6860 | 162 | |
fd9f42b6 | 163 | .PHONY: all clean data |