~ubuntu-branches/ubuntu/maverick/wxwidgets2.8/maverick-proposed

« back to all changes in this revision

Viewing changes to contrib/samples/gizmos/dynsash/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Devid Filoni
  • Date: 2007-11-06 18:25:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071106182513-809agqds6igh7mqo
Tags: 2.8.6.1-0ubuntu1
* New upstream version, based on the upstream tarball
  wxPython-src-2.8.6.1.tar.bz2, renamed debian to debian-upstream.
* Provide a get-orig-source target to do the repackaging.
* Fix "substvar-source-version-is-deprecated" lintian warnings.
* Remove duplicate Description field in debian/control.
* Add "\" at the end of line 8 in debian/python-wxtools.menu to fix
  "bad-test-in-menu-item" lintian error.
* Provide .xpm icons to fix "menu-icon-not-in-xpm-format" lintian errors,
  changed Icon field in debian/python-wxtools.menu.
* Fix "wrong-name-for-upstream-changelog" lintian warnings.
* Remove "Application;" from Categories field in debian/pycrust.desktop,
  debian/pyshell.desktop, debian/xrced.desktop.
* Switch "Apps" to "Applications" in debian/python-wxtools.menu to fix
  "menu-item-uses-apps-section" lintian warnings.
* Drop the icon extension from debian/pycrust.desktop,
  debian/pyshell.desktop, debian/xrced.desktop.
* Add dpatch support.
* Add "WX_CONFIG" patch.
* debian/rules:
  - added .xpm icons to install-gtk-py-tools target
  - added "docs/changes.txt" to dh_installchangelogs in binary-common target
  - added "\" at the end of "install-examples install-msw-dev
    install-msw-dbg install-headers-msw" line in .PHONY

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# =========================================================================
2
2
#     This makefile was generated by
3
 
#     Bakefile 0.2.1 (http://bakefile.sourceforge.net)
 
3
#     Bakefile 0.2.2 (http://bakefile.sourceforge.net)
4
4
#     Do not modify, all changes will be overwritten!
5
5
# =========================================================================
6
6
 
41
41
 
42
42
DESTDIR = 
43
43
WX_RELEASE = 2.8
44
 
WX_VERSION = $(WX_RELEASE).2
 
44
WX_VERSION = $(WX_RELEASE).6
45
45
LIBDIRNAME = $(wx_top_builddir)/lib
46
46
DYNSASH_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
47
47
        $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
48
48
        -I$(srcdir) $(__DLLFLAG_p) -I$(srcdir)/../../../../samples \
49
49
        -I$(srcdir)/../../../include $(CPPFLAGS) $(CXXFLAGS)
50
50
DYNSASH_OBJECTS =  \
 
51
        $(__dynsash_os2_lib_res) \
51
52
        $(__dynsash___win32rc) \
52
 
        $(__dynsash_os2_lib_res) \
53
53
        dynsash_dynsash.o
54
54
 
55
55
### Conditionally set variables: ###
92
92
@COND_TOOLKIT_MSW@      $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
93
93
@COND_TOOLKIT_MSW@__RCDEFDIR_p_1 = --include-dir \
94
94
@COND_TOOLKIT_MSW@      $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
95
 
@COND_PLATFORM_WIN32_1@__dynsash___win32rc = dynsash_sample_rc.o
96
95
@COND_PLATFORM_OS2_1@__dynsash_os2_lib_res = \
97
96
@COND_PLATFORM_OS2_1@   $(top_srcdir)/include/wx/os2/wx.res
98
97
@COND_PLATFORM_MACOSX_1@__dynsash_bundle___depname = dynsash_bundle
100
99
@COND_TOOLKIT_COCOA@    dynsash.app/Contents/PkgInfo
101
100
@COND_TOOLKIT_MAC@____dynsash_BUNDLE_TGT_REF_DEP = \
102
101
@COND_TOOLKIT_MAC@      dynsash.app/Contents/PkgInfo
 
102
@COND_PLATFORM_WIN32_1@__dynsash___win32rc = dynsash_sample_rc.o
103
103
COND_MONOLITHIC_0___WXLIB_HTML_p = \
104
104
        -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html-$(WX_RELEASE)$(HOST_SUFFIX)
105
105
@COND_MONOLITHIC_0@__WXLIB_HTML_p = $(COND_MONOLITHIC_0___WXLIB_HTML_p)
186
186
@COND_PLATFORM_MACOSX_1@dynsash_bundle: $(____dynsash_BUNDLE_TGT_REF_DEP)
187
187
 
188
188
dynsash_sample_rc.o: $(srcdir)/../../../../samples/sample.rc
189
 
        $(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
 
189
        $(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
190
190
 
191
191
dynsash_dynsash.o: $(srcdir)/dynsash.cpp
192
192
        $(CXXC) -c -o $@ $(DYNSASH_CXXFLAGS) $(srcdir)/dynsash.cpp