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