regenerated makefiles
[wxWidgets.git] / samples / help / makefile.gcc
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
7 include ../../build/msw/config.gcc
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 HELP_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) -DHAVE_W32API_H \
16         -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
17         -I.\..\..\include -I$(SETUPHDIR) -Wall -I. $(__DLLFLAG_p) -I.\..\..\samples \
18         $(__EXCEPTIONSFLAG_4) $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS)
19 HELP_OBJECTS =  \
20         $(OBJS)\help_demo.o \
21         $(OBJS)\help_demo_rc.o
22 OBJS = \
23         gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
24 SETUPHDIR = \
25         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
26
27 ### Conditionally set variables: ###
28
29 ifeq ($(GCC_VERSION),2.95)
30 GCCFLAGS = -fvtable-thunks
31 endif
32 ifeq ($(SHARED),0)
33 LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
34 endif
35 ifeq ($(SHARED),1)
36 LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
37 endif
38 ifeq ($(USE_GUI),0)
39 PORTNAME = base
40 endif
41 ifeq ($(USE_GUI),1)
42 PORTNAME = msw
43 endif
44 ifeq ($(BUILD),debug)
45 ifeq ($(DEBUG_FLAG),default)
46 WXDEBUGFLAG = d
47 endif
48 endif
49 ifeq ($(DEBUG_FLAG),1)
50 WXDEBUGFLAG = d
51 endif
52 ifeq ($(SHARED),1)
53 WXDLLFLAG = dll
54 endif
55 ifeq ($(UNICODE),1)
56 WXUNICODEFLAG = u
57 endif
58 ifeq ($(WXUNIV),1)
59 WXUNIVNAME = univ
60 endif
61 ifeq ($(BUILD),debug)
62 ifeq ($(DEBUG_INFO),default)
63 __DEBUGINFO = -g
64 endif
65 endif
66 ifeq ($(BUILD),release)
67 ifeq ($(DEBUG_INFO),default)
68 __DEBUGINFO = 
69 endif
70 endif
71 ifeq ($(DEBUG_INFO),0)
72 __DEBUGINFO = 
73 endif
74 ifeq ($(DEBUG_INFO),1)
75 __DEBUGINFO = -g
76 endif
77 ifeq ($(BUILD),debug)
78 ifeq ($(DEBUG_FLAG),default)
79 __DEBUG_DEFINE_p = -D__WXDEBUG__
80 endif
81 endif
82 ifeq ($(DEBUG_FLAG),1)
83 __DEBUG_DEFINE_p = -D__WXDEBUG__
84 endif
85 ifeq ($(BUILD),debug)
86 ifeq ($(DEBUG_FLAG),default)
87 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
88 endif
89 endif
90 ifeq ($(DEBUG_FLAG),1)
91 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
92 endif
93 ifeq ($(SHARED),1)
94 __DLLFLAG_p = -DWXUSINGDLL
95 endif
96 ifeq ($(SHARED),1)
97 __DLLFLAG_p_1 = --define WXUSINGDLL
98 endif
99 ifeq ($(USE_EXCEPTIONS),0)
100 __EXCEPTIONSFLAG_4 = -fno-rtti
101 endif
102 ifeq ($(USE_EXCEPTIONS),1)
103 __EXCEPTIONSFLAG_4 = 
104 endif
105 ifeq ($(USE_EXCEPTIONS),0)
106 __EXCEPTIONSFLAG_5 = -fno-exceptions
107 endif
108 ifeq ($(USE_EXCEPTIONS),1)
109 __EXCEPTIONSFLAG_5 = 
110 endif
111 ifeq ($(USE_GUI),1)
112 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
113 endif
114 ifeq ($(USE_GUI),1)
115 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
116 endif
117 ifeq ($(USE_GUI),1)
118 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
119 endif
120 ifeq ($(BUILD),debug)
121 __OPTIMIZEFLAG_2 = -O0
122 endif
123 ifeq ($(BUILD),release)
124 __OPTIMIZEFLAG_2 = -O2
125 endif
126 ifeq ($(UNICODE),1)
127 __UNICODE_DEFINE_p = -D_UNICODE
128 endif
129 ifeq ($(UNICODE),1)
130 __UNICODE_DEFINE_p_1 = --define _UNICODE
131 endif
132 ifeq ($(MSLU),1)
133 __UNICOWS_LIB_p = -lunicows
134 endif
135 ifeq ($(MONOLITHIC),0)
136 __WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
137 endif
138 ifeq ($(MONOLITHIC),0)
139 __WXLIB_CORE_p = \
140         -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
141 endif
142 ifeq ($(MONOLITHIC),0)
143 __WXLIB_HTML_p = \
144         -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_html
145 endif
146 ifeq ($(MONOLITHIC),1)
147 __WXLIB_MONO_p = \
148         -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
149 endif
150 ifeq ($(WXUNIV),1)
151 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
152 endif
153 ifeq ($(WXUNIV),1)
154 __WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
155 endif
156
157
158 all: $(OBJS)
159 $(OBJS):
160         -if not exist $(OBJS) mkdir $(OBJS)
161
162 ### Targets: ###
163
164 all: $(OBJS)\help.exe
165
166 $(OBJS)\help_demo.o: ./demo.cpp
167         $(CXX) -c -o $@ $(HELP_CXXFLAGS) $<
168
169 $(OBJS)\help_demo_rc.o: ./demo.rc
170         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 $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples
171
172 clean: 
173         -if exist $(OBJS)\*.o del $(OBJS)\*.o
174         -if exist $(OBJS)\help.exe del $(OBJS)\help.exe
175
176 $(OBJS)\help.exe: $(HELP_OBJECTS) $(OBJS)\help_demo_rc.o
177         $(CXX) -o $@ $(HELP_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows  $(__WXLIB_HTML_p)  $(__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
178
179 .PHONY: all clean