~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmith/propgrid/contrib/samples/propgrid/Makefile.2.8.4.in

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# =========================================================================
2
 
#     This makefile was generated by
3
 
#     Bakefile 0.2.2 (http://bakefile.sourceforge.net)
4
 
#     Do not modify, all changes will be overwritten!
5
 
# =========================================================================
6
 
 
7
 
 
8
 
@MAKE_SET@
9
 
 
10
 
prefix = @prefix@
11
 
exec_prefix = @exec_prefix@
12
 
INSTALL = @INSTALL@
13
 
EXEEXT = @EXEEXT@
14
 
WINDRES = @WINDRES@
15
 
REZ = @REZ@
16
 
SETFILE = @SETFILE@
17
 
NM = @NM@
18
 
BK_DEPS = @BK_DEPS@
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
 
LIBS = @LIBS@
22
 
LDFLAGS_GUI = @LDFLAGS_GUI@
23
 
CXX = @CXX@
24
 
CXXFLAGS = @CXXFLAGS@
25
 
CPPFLAGS = @CPPFLAGS@
26
 
LDFLAGS = @LDFLAGS@
27
 
WX_LIB_FLAVOUR = @WX_LIB_FLAVOUR@
28
 
TOOLKIT = @TOOLKIT@
29
 
TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@
30
 
TOOLKIT_VERSION = @TOOLKIT_VERSION@
31
 
TOOLCHAIN_FULLNAME = @TOOLCHAIN_FULLNAME@
32
 
EXTRALIBS = @EXTRALIBS@
33
 
EXTRALIBS_GUI = @EXTRALIBS_GUI@
34
 
EXTRALIBS_SDL = @EXTRALIBS_SDL@
35
 
HOST_SUFFIX = @HOST_SUFFIX@
36
 
SAMPLES_RPATH_FLAG = @SAMPLES_RPATH_FLAG@
37
 
SAMPLES_RPATH_POSTLINK = @SAMPLES_RPATH_POSTLINK@
38
 
wx_top_builddir = @wx_top_builddir@
39
 
 
40
 
### Variables: ###
41
 
 
42
 
DESTDIR = 
43
 
WX_RELEASE = 2.8
44
 
WX_VERSION = $(WX_RELEASE).4
45
 
LIBDIRNAME = $(wx_top_builddir)/lib
46
 
PROPGRIDSAMPLE_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
47
 
        $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
48
 
        -I$(srcdir) $(__DLLFLAG_p) -I$(srcdir)/../../../samples \
49
 
        -I$(srcdir)/../../include $(CPPFLAGS) $(CXXFLAGS)
50
 
PROPGRIDSAMPLE_OBJECTS =  \
51
 
        $(__propgridsample_os2_lib_res) \
52
 
        $(__propgridsample___win32rc) \
53
 
        propgridsample_propgridsample.o \
54
 
        propgridsample_sampleprops.o
55
 
 
56
 
### Conditionally set variables: ###
57
 
 
58
 
@COND_DEPS_TRACKING_0@CXXC = $(CXX)
59
 
@COND_DEPS_TRACKING_1@CXXC = $(BK_DEPS) $(CXX)
60
 
@COND_USE_PLUGINS_0@PLUGIN_ADV_EXTRALIBS = $(EXTRALIBS_SDL)
61
 
@COND_USE_GUI_0@PORTNAME = base
62
 
@COND_USE_GUI_1@PORTNAME = $(TOOLKIT_LOWERCASE)$(TOOLKIT_VERSION)
63
 
@COND_TOOLKIT_MAC@WXBASEPORT = _carbon
64
 
@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@WXDEBUGFLAG = d
65
 
@COND_DEBUG_FLAG_1@WXDEBUGFLAG = d
66
 
@COND_UNICODE_1@WXUNICODEFLAG = u
67
 
@COND_WXUNIV_1@WXUNIVNAME = univ
68
 
@COND_MONOLITHIC_0@EXTRALIBS_FOR_BASE = $(EXTRALIBS)
69
 
@COND_MONOLITHIC_1@EXTRALIBS_FOR_BASE = $(EXTRALIBS) $(EXTRALIBS_GUI)
70
 
@COND_MONOLITHIC_0@EXTRALIBS_FOR_GUI = $(EXTRALIBS_GUI)
71
 
@COND_MONOLITHIC_1@EXTRALIBS_FOR_GUI = 
72
 
@COND_PLATFORM_MAC_1@__propgridsample___mac_setfilecmd \
73
 
@COND_PLATFORM_MAC_1@   = $(SETFILE) -a C propgridsample$(EXEEXT)
74
 
@COND_PLATFORM_MAC_1@__propgridsample___mac_rezcmd = \
75
 
@COND_PLATFORM_MAC_1@   $(__MACOSX_RESOURCES_p_1)
76
 
@COND_WXUNIV_1@__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
77
 
@COND_WXUNIV_1@__WXUNIV_DEFINE_p_1 = -d __WXUNIVERSAL__
78
 
@COND_WXUNIV_1@__WXUNIV_DEFINE_p_2 = --define __WXUNIVERSAL__
79
 
@COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
80
 
@COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p_1 = -d wxNO_EXCEPTIONS
81
 
@COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p_2 = --define wxNO_EXCEPTIONS
82
 
@COND_USE_RTTI_0@__RTTI_DEFINE_p = -DwxNO_RTTI
83
 
@COND_USE_RTTI_0@__RTTI_DEFINE_p_1 = -d wxNO_RTTI
84
 
@COND_USE_RTTI_0@__RTTI_DEFINE_p_2 = --define wxNO_RTTI
85
 
@COND_USE_THREADS_0@__THREAD_DEFINE_p = -DwxNO_THREADS
86
 
@COND_USE_THREADS_0@__THREAD_DEFINE_p_1 = -d wxNO_THREADS
87
 
@COND_USE_THREADS_0@__THREAD_DEFINE_p_2 = --define wxNO_THREADS
88
 
@COND_SHARED_1@__DLLFLAG_p = -DWXUSINGDLL
89
 
@COND_SHARED_1@__DLLFLAG_p_1 = -d WXUSINGDLL
90
 
@COND_SHARED_1@__DLLFLAG_p_2 = --define WXUSINGDLL
91
 
COND_PLATFORM_OS2_1___propgridsample___os2_emxbindcmd = $(NM) \
92
 
        propgridsample$(EXEEXT) | if grep -q pmwin.763 ; then emxbind -ep \
93
 
        propgridsample$(EXEEXT) ; fi
94
 
@COND_PLATFORM_OS2_1@__propgridsample___os2_emxbindcmd = $(COND_PLATFORM_OS2_1___propgridsample___os2_emxbindcmd)
95
 
@COND_TOOLKIT_MSW@__RCDEFDIR_p = -i \
96
 
@COND_TOOLKIT_MSW@      $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
97
 
@COND_TOOLKIT_MSW@__RCDEFDIR_p_1 = --include-dir \
98
 
@COND_TOOLKIT_MSW@      $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
99
 
@COND_PLATFORM_OS2_1@__propgridsample_os2_lib_res = \
100
 
@COND_PLATFORM_OS2_1@   $(top_srcdir)/include/wx/os2/wx.res
101
 
@COND_PLATFORM_MACOSX_1@__propgridsample_bundle___depname \
102
 
@COND_PLATFORM_MACOSX_1@        = propgridsample_bundle
103
 
@COND_TOOLKIT_COCOA@____propgridsample_BUNDLE_TGT_REF_DEP \
104
 
@COND_TOOLKIT_COCOA@    = propgridsample.app/Contents/PkgInfo
105
 
@COND_TOOLKIT_MAC@____propgridsample_BUNDLE_TGT_REF_DEP = \
106
 
@COND_TOOLKIT_MAC@      propgridsample.app/Contents/PkgInfo
107
 
@COND_PLATFORM_WIN32_1@__propgridsample___win32rc = \
108
 
@COND_PLATFORM_WIN32_1@ propgridsample_sample_rc.o
109
 
COND_MONOLITHIC_0___WXLIB_ADV_p = \
110
 
        -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv-$(WX_RELEASE)$(HOST_SUFFIX)
111
 
@COND_MONOLITHIC_0@__WXLIB_ADV_p = $(COND_MONOLITHIC_0___WXLIB_ADV_p)
112
 
COND_MONOLITHIC_0___WXLIB_CORE_p = \
113
 
        -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core-$(WX_RELEASE)$(HOST_SUFFIX)
114
 
@COND_MONOLITHIC_0@__WXLIB_CORE_p = $(COND_MONOLITHIC_0___WXLIB_CORE_p)
115
 
COND_MONOLITHIC_0___WXLIB_BASE_p = \
116
 
        -lwx_base$(WXBASEPORT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
117
 
@COND_MONOLITHIC_0@__WXLIB_BASE_p = $(COND_MONOLITHIC_0___WXLIB_BASE_p)
118
 
COND_MONOLITHIC_1___WXLIB_MONO_p = \
119
 
        -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
120
 
@COND_MONOLITHIC_1@__WXLIB_MONO_p = $(COND_MONOLITHIC_1___WXLIB_MONO_p)
121
 
@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@__LIB_TIFF_p \
122
 
@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@  = \
123
 
@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@  -lwxtiff$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
124
 
@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@__LIB_JPEG_p \
125
 
@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@  = \
126
 
@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@  -lwxjpeg$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
127
 
@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@__LIB_PNG_p \
128
 
@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@   = \
129
 
@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@   -lwxpng$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
130
 
@COND_WXUSE_ZLIB_BUILTIN@__LIB_ZLIB_p = \
131
 
@COND_WXUSE_ZLIB_BUILTIN@       -lwxzlib$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
132
 
@COND_WXUSE_ODBC_BUILTIN@__LIB_ODBC_p = \
133
 
@COND_WXUSE_ODBC_BUILTIN@       -lwxodbc$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
134
 
COND_WXUSE_REGEX_BUILTIN___LIB_REGEX_p = \
135
 
        -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
136
 
@COND_WXUSE_REGEX_BUILTIN@__LIB_REGEX_p = $(COND_WXUSE_REGEX_BUILTIN___LIB_REGEX_p)
137
 
@COND_WXUSE_EXPAT_BUILTIN@__LIB_EXPAT_p = \
138
 
@COND_WXUSE_EXPAT_BUILTIN@      -lwxexpat$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
139
 
COND_TOOLKIT_MAC___MACOSX_RESOURCES_p_1 = $(REZ) -d __DARWIN__ -t APPL -d \
140
 
        __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) \
141
 
        $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) -i $(srcdir) $(__DLLFLAG_p_1) -i \
142
 
        $(srcdir)/../../../samples $(__RCDEFDIR_p) -i $(top_srcdir)/include -i \
143
 
        $(srcdir)/../../include -o propgridsample$(EXEEXT) Carbon.r sample.r
144
 
@COND_TOOLKIT_MAC@__MACOSX_RESOURCES_p_1 = $(COND_TOOLKIT_MAC___MACOSX_RESOURCES_p_1)
145
 
 
146
 
### Targets: ###
147
 
 
148
 
all: propgridsample$(EXEEXT) $(__propgridsample_bundle___depname)
149
 
 
150
 
install: all
151
 
 
152
 
uninstall: 
153
 
 
154
 
install-strip: install
155
 
 
156
 
clean: 
157
 
        rm -rf ./.deps ./.pch
158
 
        rm -f ./*.o
159
 
        rm -f propgridsample$(EXEEXT)
160
 
        rm -rf propgridsample.app
161
 
 
162
 
distclean: clean
163
 
        rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
164
 
 
165
 
propgridsample$(EXEEXT): $(PROPGRIDSAMPLE_OBJECTS) $(__propgridsample___win32rc)
166
 
        $(CXX) -o $@ $(PROPGRIDSAMPLE_OBJECTS) $(LDFLAGS)   -L$(LIBDIRNAME) $(LDFLAGS_GUI) $(SAMPLES_RPATH_FLAG)  $(LIBS) -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_propgrid-$(WX_RELEASE)$(HOST_SUFFIX)  $(__WXLIB_ADV_p) $(PLUGIN_ADV_EXTRALIBS) $(__WXLIB_CORE_p)  $(__WXLIB_BASE_p)  $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) $(EXTRALIBS_FOR_GUI) $(__LIB_ZLIB_p) $(__LIB_ODBC_p) $(__LIB_REGEX_p) $(__LIB_EXPAT_p) $(EXTRALIBS_FOR_BASE)
167
 
        $(__propgridsample___mac_rezcmd)
168
 
        $(__propgridsample___mac_setfilecmd)
169
 
        $(__propgridsample___os2_emxbindcmd)
170
 
        $(SAMPLES_RPATH_POSTLINK)
171
 
 
172
 
propgridsample.app/Contents/PkgInfo: propgridsample$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.in $(top_srcdir)/src/mac/carbon/wxmac.icns
173
 
        mkdir -p propgridsample.app/Contents
174
 
        mkdir -p propgridsample.app/Contents/MacOS
175
 
        mkdir -p propgridsample.app/Contents/Resources
176
 
        
177
 
        
178
 
        sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \
179
 
        -e "s/EXECUTABLE/propgridsample/" \
180
 
        -e "s/VERSION/$(WX_VERSION)/" \
181
 
        $(top_srcdir)/src/mac/carbon/Info.plist.in >propgridsample.app/Contents/Info.plist
182
 
        
183
 
        
184
 
        echo -n "APPL????" >propgridsample.app/Contents/PkgInfo
185
 
        
186
 
        
187
 
        ln -f propgridsample$(EXEEXT) propgridsample.app/Contents/MacOS/propgridsample
188
 
        
189
 
        
190
 
        cp -f $(top_srcdir)/src/mac/carbon/wxmac.icns propgridsample.app/Contents/Resources/wxmac.icns
191
 
 
192
 
@COND_PLATFORM_MACOSX_1@propgridsample_bundle: $(____propgridsample_BUNDLE_TGT_REF_DEP)
193
 
 
194
 
propgridsample_sample_rc.o: $(srcdir)/../../../samples/sample.rc
195
 
        $(WINDRES) -i$< -o$@    --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_2)  $(__EXCEPTIONS_DEFINE_p_2) $(__RTTI_DEFINE_p_2) $(__THREAD_DEFINE_p_2)   --include-dir $(srcdir) $(__DLLFLAG_p_2) --include-dir $(srcdir)/../../../samples $(__RCDEFDIR_p_1) --include-dir $(top_srcdir)/include --include-dir $(srcdir)/../../include
196
 
 
197
 
propgridsample_propgridsample.o: $(srcdir)/propgridsample.cpp
198
 
        $(CXXC) -c -o $@ $(PROPGRIDSAMPLE_CXXFLAGS) $(srcdir)/propgridsample.cpp
199
 
 
200
 
propgridsample_sampleprops.o: $(srcdir)/sampleprops.cpp
201
 
        $(CXXC) -c -o $@ $(PROPGRIDSAMPLE_CXXFLAGS) $(srcdir)/sampleprops.cpp
202
 
 
203
 
 
204
 
# Include dependency info, if present:
205
 
@IF_GNU_MAKE@-include .deps/*.d
206
 
 
207
 
.PHONY: all install uninstall clean distclean propgridsample_bundle