]> git.saurik.com Git - wxWidgets.git/blame - samples/multimon/makefile.gcc
use install_name_tool so that samples use uninstalled shared libs on OSX
[wxWidgets.git] / samples / multimon / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
bdc408c4 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
3b20263d
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7include ../../build/msw/config.gcc
3b20263d
VS
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
25a73439
VS
15LIBDIRNAME = \
16 .\..\..\lib\gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
d179e30b
VS
17MULTIMON_TEST_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) \
18 $(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
19 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(LIBDIRNAME) \
20 -I.\..\..\src\tiff -I.\..\..\src\jpeg -I.\..\..\src\png -I.\..\..\src\zlib \
4e209a20
VS
21 -I.\..\..\src\regex -I.\..\..\src\expat\lib -I. $(__DLLFLAG_p) \
22 -I..\..\samples $(CXXFLAGS)
d179e30b
VS
23MULTIMON_TEST_OBJECTS = \
24 $(OBJS)\multimon_test_sample_rc.o \
25 $(OBJS)\multimon_test_multimon_test.o
25a73439
VS
26OBJS = \
27 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
3b20263d
VS
28
29### Conditionally set variables: ###
30
250700e4
RD
31ifeq ($(GCC_VERSION),2.95)
32GCCFLAGS = -fvtable-thunks
33endif
3b20263d
VS
34ifeq ($(USE_GUI),0)
35PORTNAME = base
36endif
37ifeq ($(USE_GUI),1)
38PORTNAME = msw
39endif
40ifeq ($(BUILD),debug)
25a73439
VS
41ifeq ($(DEBUG_FLAG),default)
42WXDEBUGFLAG = d
43endif
44endif
45ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
46WXDEBUGFLAG = d
47endif
48ifeq ($(SHARED),1)
49WXDLLFLAG = dll
50endif
51ifeq ($(UNICODE),1)
52WXUNICODEFLAG = u
53endif
54ifeq ($(WXUNIV),1)
55WXUNIVNAME = univ
56endif
57ifeq ($(BUILD),debug)
25a73439
VS
58ifeq ($(DEBUG_INFO),default)
59__DEBUGINFO = -g
60endif
250700e4
RD
61endif
62ifeq ($(BUILD),release)
25a73439
VS
63ifeq ($(DEBUG_INFO),default)
64__DEBUGINFO =
65endif
66endif
67ifeq ($(DEBUG_INFO),0)
68__DEBUGINFO =
69endif
70ifeq ($(DEBUG_INFO),1)
71__DEBUGINFO = -g
250700e4
RD
72endif
73ifeq ($(BUILD),debug)
25a73439
VS
74ifeq ($(DEBUG_FLAG),default)
75__DEBUG_DEFINE_p = -D__WXDEBUG__
76endif
77endif
78ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
79__DEBUG_DEFINE_p = -D__WXDEBUG__
80endif
81ifeq ($(BUILD),debug)
25a73439
VS
82ifeq ($(DEBUG_FLAG),default)
83__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
84endif
85endif
86ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
87__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
88endif
89ifeq ($(SHARED),1)
90__DLLFLAG_p = -DWXUSINGDLL
91endif
92ifeq ($(SHARED),1)
93__DLLFLAG_p_1 = --define WXUSINGDLL
94endif
25a73439
VS
95ifeq ($(USE_GUI),1)
96__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
97endif
98ifeq ($(USE_GUI),1)
99__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
100endif
101ifeq ($(USE_GUI),1)
102__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
103endif
250700e4
RD
104ifeq ($(BUILD),debug)
105__OPTIMIZEFLAG_2 = -O0
106endif
107ifeq ($(BUILD),release)
108__OPTIMIZEFLAG_2 = -O2
109endif
3b20263d
VS
110ifeq ($(UNICODE),1)
111__UNICODE_DEFINE_p = -DwxUSE_UNICODE=1
112endif
113ifeq ($(UNICODE),1)
114__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=1
115endif
4e209a20
VS
116ifeq ($(MSLU),1)
117__UNICOWS_LIB_p = -lunicows
118endif
3b20263d
VS
119ifeq ($(MONOLITHIC),0)
120__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
121endif
122ifeq ($(MONOLITHIC),0)
25a73439
VS
123__WXLIB_CORE_p = \
124 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
3b20263d
VS
125endif
126ifeq ($(MONOLITHIC),1)
25a73439
VS
127__WXLIB_MONO_p = \
128 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
3b20263d
VS
129endif
130ifeq ($(WXUNIV),1)
131__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
132endif
133ifeq ($(WXUNIV),1)
134__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
135endif
136
137
138all: $(OBJS)
139$(OBJS):
140 -if not exist $(OBJS) mkdir $(OBJS)
141
142### Targets: ###
143
d179e30b 144all: $(OBJS)\multimon_test.exe
3b20263d 145
d179e30b
VS
146$(OBJS)\multimon_test_multimon_test.o: .\multimon_test.cpp
147 $(CXX) -c -o $@ $(MULTIMON_TEST_CXXFLAGS) $<
3b20263d 148
d179e30b 149$(OBJS)\multimon_test_sample_rc.o: .\..\..\samples\sample.rc
4e209a20 150 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
3b20263d
VS
151
152clean:
153 -if exist $(OBJS)\*.o del $(OBJS)\*.o
d179e30b 154 -if exist $(OBJS)\multimon_test.exe del $(OBJS)\multimon_test.exe
3b20263d 155
d179e30b 156$(OBJS)\multimon_test.exe: $(MULTIMON_TEST_OBJECTS) $(OBJS)\multimon_test_sample_rc.o
4e209a20 157 $(CXX) -o $@ $(MULTIMON_TEST_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__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
3b20263d 158
250700e4 159.PHONY: all clean