regenerated
[wxWidgets.git] / samples / console / makefile.gcc
1
2 # =========================================================================
3 #     This makefile was generated by
4 #     Bakefile 0.1.1 (http://bakefile.sourceforge.net)
5 #     Do not modify, all changes will be overwritten!
6 # =========================================================================
7
8
9 # -------------------------------------------------------------------------
10 # These are configurable options:
11 # -------------------------------------------------------------------------
12
13 # Type of compiled binaries [debug,release]
14 BUILD = release
15 # Name of your custom configuration. This affects directory
16 #            where object files are stored as well as the location of
17 #            compiled .lib files and setup.h under the lib/ toplevel directory. 
18 CFG = 
19 # Standard preprocessor flags (common for CC and CXX) 
20 CPPFLAGS = 
21 # C++ compiler 
22 CXX = g++
23 # Standard flags for C++ 
24 CXXFLAGS = 
25 # Set the version of your Mingw installation here.
26 #                "3" ...... this is for Mingw 2.0 or newer that cames with gcc3
27 #                "2.95" ... for Mingw 1.1 or any of the older versions [3,2.95]
28 GCC_VERSION = 3
29 # Standard linker flags 
30 LDFLAGS = 
31 # Multiple libraries or single huge monolithic one? [0,1]
32 MONOLITHIC = 1
33 # Is this official build by wxWindows developers? [0,1]
34 OFFICIAL_BUILD = 0
35 # What type of library to build? [0,1]
36 SHARED = 1
37 # Compile Unicode build of wxWindows? [0,1]
38 UNICODE = 0
39 # Build GUI libraries? [0,1]
40 USE_GUI = 1
41 # Build wxUniversal instead of native port? [0,1]
42 WXUNIV = 0
43
44 # -------------------------------------------------------------------------
45 # Do not modify the rest of this file!
46 # -------------------------------------------------------------------------
47
48 ### Variables: ###
49
50 OBJS = gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
51 CONSOLE_CXXFLAGS = $(CPPFLAGS) $(__DEBUGFLAG) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I.\..\..\lib\gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) -I.\..\..\src\tiff -I.\..\..\src\jpeg -I.\..\..\src\png -I.\..\..\src\zlib  -I.\..\..\src\regex -I. $(__DLLFLAG_p) $(__MULTILIB_FLAG_p) $(CXXFLAGS)
52
53 ### Conditionally set variables: ###
54
55 ifeq ($(GCC_VERSION),2.95)
56 GCCFLAGS = -fvtable-thunks
57 endif
58 ifeq ($(USE_GUI),0)
59 PORTNAME = base
60 endif
61 ifeq ($(USE_GUI),1)
62 PORTNAME = msw
63 endif
64 ifeq ($(BUILD),debug)
65 WXDEBUGFLAG = d
66 endif
67 ifeq ($(SHARED),1)
68 WXDLLFLAG = dll
69 endif
70 ifeq ($(UNICODE),1)
71 WXUNICODEFLAG = u
72 endif
73 ifeq ($(WXUNIV),1)
74 WXUNIVNAME = univ
75 endif
76 ifeq ($(BUILD),debug)
77 __DEBUGFLAG = -g
78 endif
79 ifeq ($(BUILD),release)
80 __DEBUGFLAG = 
81 endif
82 ifeq ($(BUILD),debug)
83 __DEBUG_DEFINE_p = -D__WXDEBUG__
84 endif
85 ifeq ($(SHARED),1)
86 __DLLFLAG_p = -DWXUSINGDLL
87 endif
88 ifeq ($(MONOLITHIC),0)
89 __MULTILIB_FLAG_p = -DwxUSE_GUI=0
90 endif
91 ifeq ($(BUILD),debug)
92 __OPTIMIZEFLAG_2 = -O0
93 endif
94 ifeq ($(BUILD),release)
95 __OPTIMIZEFLAG_2 = -O2
96 endif
97 ifeq ($(UNICODE),1)
98 __UNICODE_DEFINE_p = -DwxUSE_UNICODE=1
99 endif
100 ifeq ($(MONOLITHIC),0)
101 __WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
102 endif
103 ifeq ($(MONOLITHIC),1)
104 __WXLIB_MONO_p = -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
105 endif
106 ifeq ($(WXUNIV),1)
107 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
108 endif
109
110
111 all: $(OBJS)
112 $(OBJS):
113         -if not exist $(OBJS) mkdir $(OBJS)
114
115 ### Targets: ###
116
117 all: $(OBJS)\console.exe data
118
119 $(OBJS)\console_console.o: .\console.cpp
120         $(CXX) -c -o $@ $(CONSOLE_CXXFLAGS) $<
121
122 clean: 
123         -if exist $(OBJS)\*.o del $(OBJS)\*.o
124         -if exist $(OBJS)\console.exe del $(OBJS)\console.exe
125         -if exist $(OBJS)\testdata.fc del $(OBJS)\testdata.fc
126
127 $(OBJS)\console.exe: $(OBJS)\console_console.o
128         $(CXX) -o $@  $(OBJS)\console_console.o $(LDFLAGS) $(__DEBUGFLAG) -mthreads -L.\..\..\lib\gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)    $(__WXLIB_MONO_p) $(__WXLIB_BASE_p) -lwxtiff$(WXDEBUGFLAG) -lwxjpeg$(WXDEBUGFLAG) -lwxpng$(WXDEBUGFLAG) -lwxzlib$(WXDEBUGFLAG)  -lwxregex$(WXDEBUGFLAG)  -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lodbc32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32
129
130 data: 
131         if not exist $(OBJS) mkdir $(OBJS)
132         for %%f in (testdata.fc) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
133
134 install: all
135
136 uninstall: 
137
138 .PHONY: all clean install uninstall