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