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