]> git.saurik.com Git - wxWidgets.git/blob - tests/makefile.gcc
applied path 906264: test program
[wxWidgets.git] / tests / makefile.gcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.3 (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 SETUPHDIR = \
18 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
19 TEST_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) -DHAVE_W32API_H \
20 -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
21 -I.\..\include -I$(SETUPHDIR) -Wall -I. $(__DLLFLAG_p) $(CPPUNIT_CFLAGS) \
22 $(__EXCEPTIONSFLAG_4) $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS)
23 TEST_OBJECTS = \
24 $(OBJS)\test_test.o \
25 $(OBJS)\test_main.o
26
27 ### Conditionally set variables: ###
28
29 ifeq ($(GCC_VERSION),2.95)
30 GCCFLAGS = -fvtable-thunks
31 endif
32 ifeq ($(USE_GUI),0)
33 PORTNAME = base
34 endif
35 ifeq ($(USE_GUI),1)
36 PORTNAME = msw
37 endif
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 ifeq ($(UNICODE),1)
47 WXUNICODEFLAG = u
48 endif
49 ifeq ($(WXUNIV),1)
50 WXUNIVNAME = univ
51 endif
52 ifeq ($(SHARED),1)
53 WXDLLFLAG = dll
54 endif
55 ifeq ($(BUILD),debug)
56 __OPTIMIZEFLAG_2 = -O0
57 endif
58 ifeq ($(BUILD),release)
59 __OPTIMIZEFLAG_2 = -O2
60 endif
61 ifeq ($(USE_EXCEPTIONS),0)
62 __EXCEPTIONSFLAG_4 = -fno-rtti
63 endif
64 ifeq ($(USE_EXCEPTIONS),1)
65 __EXCEPTIONSFLAG_4 =
66 endif
67 ifeq ($(USE_EXCEPTIONS),0)
68 __EXCEPTIONSFLAG_5 = -fno-exceptions
69 endif
70 ifeq ($(USE_EXCEPTIONS),1)
71 __EXCEPTIONSFLAG_5 =
72 endif
73 ifeq ($(WXUNIV),1)
74 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
75 endif
76 ifeq ($(BUILD),debug)
77 ifeq ($(DEBUG_FLAG),default)
78 __DEBUG_DEFINE_p = -D__WXDEBUG__
79 endif
80 endif
81 ifeq ($(DEBUG_FLAG),1)
82 __DEBUG_DEFINE_p = -D__WXDEBUG__
83 endif
84 ifeq ($(UNICODE),1)
85 __UNICODE_DEFINE_p = -D_UNICODE
86 endif
87 ifeq ($(SHARED),1)
88 __DLLFLAG_p = -DWXUSINGDLL
89 endif
90 ifeq ($(MONOLITHIC),0)
91 __WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
92 endif
93 ifeq ($(MONOLITHIC),1)
94 __WXLIB_MONO_p = \
95 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
96 endif
97 ifeq ($(USE_GUI),1)
98 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
99 endif
100 ifeq ($(USE_GUI),1)
101 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
102 endif
103 ifeq ($(USE_GUI),1)
104 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
105 endif
106 ifeq ($(MSLU),1)
107 __UNICOWS_LIB_p = -lunicows
108 endif
109 ifeq ($(SHARED),0)
110 LIBDIRNAME = .\..\lib\gcc_lib$(CFG)
111 endif
112 ifeq ($(SHARED),1)
113 LIBDIRNAME = .\..\lib\gcc_dll$(CFG)
114 endif
115 ifeq ($(BUILD),debug)
116 ifeq ($(DEBUG_INFO),default)
117 __DEBUGINFO = -g
118 endif
119 endif
120 ifeq ($(BUILD),release)
121 ifeq ($(DEBUG_INFO),default)
122 __DEBUGINFO =
123 endif
124 endif
125 ifeq ($(DEBUG_INFO),0)
126 __DEBUGINFO =
127 endif
128 ifeq ($(DEBUG_INFO),1)
129 __DEBUGINFO = -g
130 endif
131
132
133 all: $(OBJS)
134 $(OBJS):
135 -if not exist $(OBJS) mkdir $(OBJS)
136
137 ### Targets: ###
138
139 all: $(OBJS)\test.exe
140
141 clean:
142 -if exist $(OBJS)\*.o del $(OBJS)\*.o
143 -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
144
145 $(OBJS)\test.exe: $(TEST_OBJECTS)
146 $(CXX) -o $@ $(TEST_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) $(CPPUNIT_LIBS) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
147
148 $(OBJS)\test_test.o: ./test.cpp
149 $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
150
151 $(OBJS)\test_main.o: ./mbconv/main.cpp
152 $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
153
154 .PHONY: all clean