]> git.saurik.com Git - wxWidgets.git/blob - utils/wxrc/makefile.wat
Remove any old wxrc before installing new ones. This fixes a make
[wxWidgets.git] / utils / wxrc / makefile.wat
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.4 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 !include ../../build/msw/config.wat
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 # Speed up compilation a bit:
14 !ifdef __LOADDLL__
15 ! loaddll wcc wccd
16 ! loaddll wccaxp wccdaxp
17 ! loaddll wcc386 wccd386
18 ! loaddll wpp wppdi86
19 ! loaddll wppaxp wppdaxp
20 ! loaddll wpp386 wppd386
21 ! loaddll wlink wlink
22 ! loaddll wlib wlibd
23 !endif
24
25 # We need these variables in some bakefile-made rules:
26 WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
27
28 ### Conditionally set variables: ###
29
30 PORTNAME =
31 !ifeq USE_GUI 0
32 PORTNAME = base
33 !endif
34 !ifeq USE_GUI 1
35 PORTNAME = msw
36 !endif
37 WXDEBUGFLAG =
38 !ifeq BUILD debug
39 !ifeq DEBUG_FLAG default
40 WXDEBUGFLAG = d
41 !endif
42 !endif
43 !ifeq DEBUG_FLAG 1
44 WXDEBUGFLAG = d
45 !endif
46 WXUNICODEFLAG =
47 !ifeq UNICODE 1
48 WXUNICODEFLAG = u
49 !endif
50 WXUNIVNAME =
51 !ifeq WXUNIV 1
52 WXUNIVNAME = univ
53 !endif
54 WXDLLFLAG =
55 !ifeq SHARED 1
56 WXDLLFLAG = dll
57 !endif
58 __wxrc___depname =
59 !ifeq USE_XRC 1
60 __wxrc___depname = $(OBJS)\wxrc.exe
61 !endif
62 __DEBUGINFO_0 =
63 !ifeq BUILD debug
64 !ifeq DEBUG_INFO default
65 __DEBUGINFO_0 = -d2
66 !endif
67 !endif
68 !ifeq BUILD release
69 !ifeq DEBUG_INFO default
70 __DEBUGINFO_0 = -d0
71 !endif
72 !endif
73 !ifeq DEBUG_INFO 0
74 __DEBUGINFO_0 = -d0
75 !endif
76 !ifeq DEBUG_INFO 1
77 __DEBUGINFO_0 = -d2
78 !endif
79 __DEBUGINFO_1 =
80 !ifeq BUILD debug
81 !ifeq DEBUG_INFO default
82 __DEBUGINFO_1 = debug all
83 !endif
84 !endif
85 !ifeq BUILD release
86 !ifeq DEBUG_INFO default
87 __DEBUGINFO_1 =
88 !endif
89 !endif
90 !ifeq DEBUG_INFO 0
91 __DEBUGINFO_1 =
92 !endif
93 !ifeq DEBUG_INFO 1
94 __DEBUGINFO_1 = debug all
95 !endif
96 __OPTIMIZEFLAG_2 =
97 !ifeq BUILD debug
98 __OPTIMIZEFLAG_2 = -od
99 !endif
100 !ifeq BUILD release
101 __OPTIMIZEFLAG_2 = -ot -ox
102 !endif
103 __RUNTIME_LIBS_5 =
104 !ifeq RUNTIME_LIBS dynamic
105 __RUNTIME_LIBS_5 = -br
106 !endif
107 !ifeq RUNTIME_LIBS static
108 __RUNTIME_LIBS_5 =
109 !endif
110 __EXCEPTIONSFLAG_7 =
111 !ifeq USE_EXCEPTIONS 0
112 __EXCEPTIONSFLAG_7 =
113 !endif
114 !ifeq USE_EXCEPTIONS 1
115 __EXCEPTIONSFLAG_7 = -xs
116 !endif
117 __WXUNIV_DEFINE_p =
118 !ifeq WXUNIV 1
119 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
120 !endif
121 __DEBUG_DEFINE_p =
122 !ifeq BUILD debug
123 !ifeq DEBUG_FLAG default
124 __DEBUG_DEFINE_p = -d__WXDEBUG__
125 !endif
126 !endif
127 !ifeq DEBUG_FLAG 1
128 __DEBUG_DEFINE_p = -d__WXDEBUG__
129 !endif
130 __UNICODE_DEFINE_p =
131 !ifeq UNICODE 1
132 __UNICODE_DEFINE_p = -d_UNICODE
133 !endif
134 __DLLFLAG_p =
135 !ifeq SHARED 1
136 __DLLFLAG_p = -dWXUSINGDLL
137 !endif
138 __WXLIB_XML_p =
139 !ifeq MONOLITHIC 0
140 __WXLIB_XML_p = &
141 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
142 !endif
143 __WXLIB_BASE_p =
144 !ifeq MONOLITHIC 0
145 __WXLIB_BASE_p = &
146 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
147 !endif
148 __WXLIB_MONO_p =
149 !ifeq MONOLITHIC 1
150 __WXLIB_MONO_p = &
151 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
152 !endif
153 __LIB_TIFF_p =
154 !ifeq USE_GUI 1
155 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib
156 !endif
157 __LIB_JPEG_p =
158 !ifeq USE_GUI 1
159 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib
160 !endif
161 __LIB_PNG_p =
162 !ifeq USE_GUI 1
163 __LIB_PNG_p = wxpng$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib
164 !endif
165 LIBDIRNAME =
166 !ifeq SHARED 0
167 LIBDIRNAME = .\..\..\lib\wat_lib$(CFG)
168 !endif
169 !ifeq SHARED 1
170 LIBDIRNAME = .\..\..\lib\wat_dll$(CFG)
171 !endif
172
173 ### Variables: ###
174
175 WX_RELEASE_NODOT = 25
176 OBJS = &
177 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
178 SETUPHDIR = &
179 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
180 WXRC_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm $(__RUNTIME_LIBS_5) &
181 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
182 -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) $(__EXCEPTIONSFLAG_7) &
183 $(CPPFLAGS) $(CXXFLAGS)
184 WXRC_OBJECTS = &
185 $(OBJS)\wxrc_wxrc.obj
186
187
188 all : $(OBJS)
189 $(OBJS) :
190 -if not exist $(OBJS) mkdir $(OBJS)
191
192 ### Targets: ###
193
194 all : .SYMBOLIC $(__wxrc___depname)
195
196 clean : .SYMBOLIC
197 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
198 -if exist $(OBJS)\*.res del $(OBJS)\*.res
199 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
200 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
201 -if exist $(OBJS)\wxrc.exe del $(OBJS)\wxrc.exe
202
203 !ifeq USE_XRC 1
204 $(OBJS)\wxrc.exe : $(WXRC_OBJECTS)
205 @%create $(OBJS)\wxrc.lbc
206 @%append $(OBJS)\wxrc.lbc option quiet
207 @%append $(OBJS)\wxrc.lbc name $^@
208 @%append $(OBJS)\wxrc.lbc option caseexact
209 @%append $(OBJS)\wxrc.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt ref 'main_'
210 @for %i in ($(WXRC_OBJECTS)) do @%append $(OBJS)\wxrc.lbc file %i
211 @for %i in ( $(__WXLIB_XML_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib wxexpat$(WXDEBUGFLAG)$(WX_RELEASE_NODOT).lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib) do @%append $(OBJS)\wxrc.lbc library %i
212 @%append $(OBJS)\wxrc.lbc
213 wlink @$(OBJS)\wxrc.lbc
214 !endif
215
216 $(OBJS)\wxrc_wxrc.obj : .AUTODEPEND .\wxrc.cpp
217 $(CXX) -zq -fo=$^@ $(WXRC_CXXFLAGS) $<