]> git.saurik.com Git - wxWidgets.git/blame - samples/Makefile.in
Stop GCC from complaining about unhandled enumeration values.
[wxWidgets.git] / samples / Makefile.in
CommitLineData
fe0895cf
VS
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# =========================================================================
ad9edf45 6
678b92a9 7
fe0895cf 8@MAKE_SET@
ad9edf45 9
fe0895cf
VS
10CPPFLAGS = @CPPFLAGS@
11INSTALL_DIR = @INSTALL_DIR@
e94a9f4e
VS
12DEREZ = @DEREZ@
13MONOLITHIC = @MONOLITHIC@
14SONAME_FLAG = @SONAME_FLAG@
fe0895cf 15CXXFLAGS = @CXXFLAGS@
fe0895cf 16prefix = @prefix@
fe0895cf
VS
17INSTALL = @INSTALL@
18EXEEXT = @EXEEXT@
19RESCOMP = @RESCOMP@
20PLATFORM_MAC = @PLATFORM_MAC@
21USE_SOVERSION = @USE_SOVERSION@
e94a9f4e 22SAMPLES_RPATH_FLAG = @SAMPLES_RPATH_FLAG@
fe0895cf 23INSTALL_PROGRAM = @INSTALL_PROGRAM@
fe0895cf 24exec_prefix = @exec_prefix@
fe0895cf 25libdir = @libdir@
e94a9f4e
VS
26TOOLKIT = @TOOLKIT@
27EXTRALIBS = @EXTRALIBS@
fe0895cf
VS
28CC = @CC@
29datadir = @datadir@
e94a9f4e
VS
30PLATFORM_MSDOS = @PLATFORM_MSDOS@
31SETFILE = @SETFILE@
32UNICODE = @UNICODE@
33STRIP = @STRIP@
34USE_SOVERSOLARIS = @USE_SOVERSOLARIS@
35srcdir = @srcdir@
36bindir = @bindir@
fe0895cf 37PIC_FLAG = @PIC_FLAG@
e94a9f4e
VS
38USE_SOSYMLINKS = @USE_SOSYMLINKS@
39INSTALL_DATA = @INSTALL_DATA@
40USE_GUI = @USE_GUI@
fe0895cf 41PLATFORM_UNIX = @PLATFORM_UNIX@
e94a9f4e
VS
42RANLIB = @RANLIB@
43SO_SUFFIX = @SO_SUFFIX@
44top_srcdir = @top_srcdir@
45AR = @AR@
46BUILD = @BUILD@
fe0895cf 47PLATFORM_WIN32 = @PLATFORM_WIN32@
e94a9f4e
VS
48USE_MACVERSION = @USE_MACVERSION@
49PLATFORM_MACOSX = @PLATFORM_MACOSX@
50TOOLKIT_VERSION = @TOOLKIT_VERSION@
51WXUNIV = @WXUNIV@
52TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@
53DEPS_TYPE = @DEPS_TYPE@
54SHARED_LD_CXX = @SHARED_LD_CXX@
55CXX = @CXX@
56includedir = @includedir@
57LN_S = @LN_S@
58CFLAGS = @CFLAGS@
59DLLPREFIX = @DLLPREFIX@
60SHARED = @SHARED@
fe0895cf 61USE_SOVERLINUX = @USE_SOVERLINUX@
e94a9f4e 62top_builddir = @top_builddir@
fe0895cf
VS
63SHARED_LD_CC = @SHARED_LD_CC@
64
65### Conditionally set variables: ###
66
481290e2
VS
67@COND_PLATFORM_WIN32_1@DLLIMPEXT = .a
68@COND_PLATFORM_WIN32_0@DLLIMPEXT = .$(SO_SUFFIX)
69@COND_USE_GUI_0@__console___depname = console
70@COND_DEPS_TYPE_GCC@DEPS_FLAG = -MMD -MT$@ -MF$@.d
fe0895cf
VS
71
72### Targets: ###
73
e94a9f4e 74all: artprov $(__console___depname) dialogs image minimal
fe0895cf
VS
75
76install-strip: install
77 (cd artprov && $(MAKE) install-strip)
e94a9f4e 78 (cd console && $(MAKE) install-strip)
fe0895cf
VS
79 (cd dialogs && $(MAKE) install-strip)
80 (cd image && $(MAKE) install-strip)
81 (cd minimal && $(MAKE) install-strip)
82
83dialogs:
84 (cd dialogs && $(MAKE) all)
85
86clean:
87 rm -f ./*.o ./*.d
88 (cd artprov && $(MAKE) clean)
e94a9f4e 89 (cd console && $(MAKE) clean)
fe0895cf
VS
90 (cd dialogs && $(MAKE) clean)
91 (cd image && $(MAKE) clean)
92 (cd minimal && $(MAKE) clean)
93
94install: all
95 (cd artprov && $(MAKE) install)
e94a9f4e 96 (cd console && $(MAKE) install)
fe0895cf
VS
97 (cd dialogs && $(MAKE) install)
98 (cd image && $(MAKE) install)
99 (cd minimal && $(MAKE) install)
100
101artprov:
102 (cd artprov && $(MAKE) all)
103
e94a9f4e
VS
104console:
105 (cd console && $(MAKE) all)
106
fe0895cf
VS
107image:
108 (cd image && $(MAKE) all)
109
110minimal:
111 (cd minimal && $(MAKE) all)
112
113uninstall:
114
115
116# Include dependency info, if present:
117@IF_GNU_MAKE@-include *.d
118
e94a9f4e 119.PHONY: all dialogs artprov console image minimal