]> git.saurik.com Git - wxWidgets.git/blame - samples/widgets/makefile.unx
Use an even more informative error message in wxFSW unit test.
[wxWidgets.git] / samples / widgets / makefile.unx
CommitLineData
2add9e3c
RD
1# =========================================================================
2# This makefile was generated by
78808897 3# Bakefile 0.2.7 (http://www.bakefile.org)
2add9e3c
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7
8
9# -------------------------------------------------------------------------
10# These are configurable options:
11# -------------------------------------------------------------------------
12
13# C++ compiler
d12d9eda 14CXX = `$(WX_CONFIG) --cxx`
2add9e3c
RD
15
16# Standard flags for C++
8ece421c 17CXXFLAGS ?=
2add9e3c
RD
18
19# Standard preprocessor flags (common for CC and CXX)
8ece421c 20CPPFLAGS ?=
2add9e3c
RD
21
22# Standard linker flags
8ece421c 23LDFLAGS ?=
2add9e3c
RD
24
25# Location and arguments of wx-config script
8ece421c 26WX_CONFIG ?= wx-config
2add9e3c 27
a236aa20 28# Port of the wx library to build against [gtk1,gtk2,msw,x11,motif,mgl,mac,dfb]
d12d9eda 29WX_PORT ?= $(shell $(WX_CONFIG) --query-toolkit)
ae4ccf12 30
a236aa20 31# Use DLL build of wx library to use? [0,1]
d12d9eda 32WX_SHARED ?= $(shell if test -z `$(WX_CONFIG) --query-linkage`; then echo 1; else echo 0; fi)
ae4ccf12 33
a236aa20 34# Compile Unicode build of wxWidgets? [0,1]
d12d9eda 35WX_UNICODE ?= $(shell $(WX_CONFIG) --query-chartype | sed 's/unicode/1/;s/ansi/0/')
ae4ccf12
RD
36
37# Version of the wx library to build against.
d12d9eda 38WX_VERSION ?= $(shell $(WX_CONFIG) --query-version | sed -e 's/\([0-9]*\)\.\([0-9]*\)/\1\2/')
2add9e3c
RD
39
40
41
42# -------------------------------------------------------------------------
43# Do not modify the rest of this file!
44# -------------------------------------------------------------------------
45
46### Variables: ###
47
509f339a 48CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP
ae4ccf12
RD
49WX_VERSION_MAJOR = $(shell echo $(WX_VERSION) | cut -c1,1)
50WX_VERSION_MINOR = $(shell echo $(WX_VERSION) | cut -c2,2)
d12d9eda
VZ
51WX_CONFIG_FLAGS = $(WX_CONFIG_UNICODE_FLAG) $(WX_CONFIG_SHARED_FLAG) \
52 --toolkit=$(WX_PORT) --version=$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR)
ae4ccf12
RD
53WIDGETS_CXXFLAGS = -I. `$(WX_CONFIG) --cxxflags $(WX_CONFIG_FLAGS)` $(CPPFLAGS) \
54 $(CXXFLAGS)
2add9e3c
RD
55WIDGETS_OBJECTS = \
56 widgets_bmpcombobox.o \
57 widgets_button.o \
58 widgets_checkbox.o \
a236aa20 59 widgets_choice.o \
2add9e3c
RD
60 widgets_clrpicker.o \
61 widgets_combobox.o \
62 widgets_datepick.o \
63 widgets_dirctrl.o \
64 widgets_dirpicker.o \
27721528 65 widgets_editlbox.o \
0cf3e587 66 widgets_filectrl.o \
2add9e3c
RD
67 widgets_filepicker.o \
68 widgets_fontpicker.o \
69 widgets_gauge.o \
70 widgets_hyperlnk.o \
a236aa20 71 widgets_itemcontainer.o \
2add9e3c
RD
72 widgets_listbox.o \
73 widgets_notebook.o \
74 widgets_odcombobox.o \
75 widgets_radiobox.o \
3f7f284d 76 widgets_searchctrl.o \
2add9e3c
RD
77 widgets_slider.o \
78 widgets_spinbtn.o \
79 widgets_static.o \
a30e7029 80 widgets_statbmp.o \
2add9e3c
RD
81 widgets_textctrl.o \
82 widgets_toggle.o \
83 widgets_widgets.o
84
85### Conditionally set variables: ###
86
ae4ccf12
RD
87ifeq ($(WX_UNICODE),0)
88WX_CONFIG_UNICODE_FLAG = --unicode=no
89endif
90ifeq ($(WX_UNICODE),1)
91WX_CONFIG_UNICODE_FLAG = --unicode=yes
92endif
93ifeq ($(WX_SHARED),0)
94WX_CONFIG_SHARED_FLAG = --static=yes
95endif
96ifeq ($(WX_SHARED),1)
97WX_CONFIG_SHARED_FLAG = --static=no
98endif
2add9e3c
RD
99
100
101### Targets: ###
102
ae4ccf12 103all: test_for_selected_wxbuild widgets
2add9e3c 104
8ece421c 105install:
2add9e3c
RD
106
107uninstall:
2b5f62a0
VZ
108
109clean:
2add9e3c
RD
110 rm -f ./*.o
111 rm -f ./*.d
112 rm -f widgets
113
ae4ccf12
RD
114test_for_selected_wxbuild:
115 @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
116
2add9e3c 117widgets: $(WIDGETS_OBJECTS)
95ff11c4 118 $(CXX) -o $@ $(WIDGETS_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs adv,core,base`
2add9e3c
RD
119
120widgets_bmpcombobox.o: ./bmpcombobox.cpp
121 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
122
123widgets_button.o: ./button.cpp
124 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
125
126widgets_checkbox.o: ./checkbox.cpp
127 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
128
a236aa20
VZ
129widgets_choice.o: ./choice.cpp
130 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
131
2add9e3c
RD
132widgets_clrpicker.o: ./clrpicker.cpp
133 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
134
135widgets_combobox.o: ./combobox.cpp
136 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
137
138widgets_datepick.o: ./datepick.cpp
139 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
140
141widgets_dirctrl.o: ./dirctrl.cpp
142 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
143
144widgets_dirpicker.o: ./dirpicker.cpp
145 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
146
27721528
FM
147widgets_editlbox.o: ./editlbox.cpp
148 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
149
0cf3e587
VZ
150widgets_filectrl.o: ./filectrl.cpp
151 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
152
2add9e3c
RD
153widgets_filepicker.o: ./filepicker.cpp
154 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
155
156widgets_fontpicker.o: ./fontpicker.cpp
157 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
158
159widgets_gauge.o: ./gauge.cpp
160 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
161
162widgets_hyperlnk.o: ./hyperlnk.cpp
163 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
164
a236aa20
VZ
165widgets_itemcontainer.o: ./itemcontainer.cpp
166 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
167
2add9e3c
RD
168widgets_listbox.o: ./listbox.cpp
169 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
170
171widgets_notebook.o: ./notebook.cpp
172 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
173
174widgets_odcombobox.o: ./odcombobox.cpp
175 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
176
177widgets_radiobox.o: ./radiobox.cpp
178 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
179
3f7f284d
RD
180widgets_searchctrl.o: ./searchctrl.cpp
181 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
182
2add9e3c
RD
183widgets_slider.o: ./slider.cpp
184 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
185
186widgets_spinbtn.o: ./spinbtn.cpp
187 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
188
189widgets_static.o: ./static.cpp
190 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
191
a30e7029
VZ
192widgets_statbmp.o: ./statbmp.cpp
193 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
194
2add9e3c
RD
195widgets_textctrl.o: ./textctrl.cpp
196 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
197
198widgets_toggle.o: ./toggle.cpp
199 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
200
201widgets_widgets.o: ./widgets.cpp
202 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
203
204.PHONY: all install uninstall clean
205
206
207# Dependencies tracking:
208-include ./*.d