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

« back to all changes in this revision

Viewing changes to utils/tex2rtf/src/makefile.bcc

  • Committer: Bazaar Package Importer
  • Author(s): Devid Filoni
  • Date: 2008-06-30 22:02:17 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080630220217-vag3tkfp91t0453d
Tags: 2.8.8.0-0ubuntu1
* New upstream version, based on the upstream tarball
  wxPython-src-2.8.8.0.tar.bz2, remove upstream debian dir (LP: #244355).
* Add debian/watch file, LP: #242164.
* Edit get-orig-source target to provide a .orig.tar.gz with the same md5 for
  each .orig.tar.gz generated.
* debian/rules: remove get-orig-source from .PHONY target.
* debian/control.in: add python-wxtools in python-wxgtk=V=U Suggests field.
* Do not apply fix_from_upstream_svn_r52465 patch, not needed.
* Regenerate octave_oct, tcl_tk_tcl patches for the new version.
* Fix spelling-error-in-description lintian warning.
* Fix depends-on-obsolete-package lintian error.
* Fix executable-not-elf-or-script lintian warnings.
* Fix script-not-executable lintian warnings.
* Fix missing-dependency-on-libc lintian error.
* Fix dbg-package-missing-depends lintian warnings.
* Fix package-contains-empty-directory lintian warnings.
* Fix manpage-has-errors-from-man lintian warning.
* Fix image-file-in-usr-lib lintian warnings:
  - add editra_pixmaps patch
  - add xrced_bitmaps patch
* Fix unused-override lintian info.
* Fix malformed-override lintian errors.
* Fix extra-license-file lintian warnings.
* Install upstream wx.pth instead of generated file links (LP: #211553).
* Add editra.png, pyshell.png (encoded using uuencode) icons, LP: #236876:
  - debian/rules: use uudecode to decode .png icons.
* Add a new pyshell.xpm icon.
* Fix doc-base-file-references-missing-file lintian error.
* Fix doc-base-unknown-section lintian warning.
* Fix ruby-script-but-no-ruby-dep lintian errors.
* Fix wish-script-but-no-wish-dep lintian errors.
* Fix missing-dep-for-interpreter errors.
* Bump Standards-Version to 3.8.0.

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.2 (http://bakefile.sourceforge.net)
 
3
#     Bakefile 0.2.3 (http://www.bakefile.org)
4
4
#     Do not modify, all changes will be overwritten!
5
5
# =========================================================================
6
6
 
269
269
!endif
270
270
 
271
271
$(OBJS)\tex2rtf_tex2rtf.obj: .\tex2rtf.cpp
272
 
        $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) $**
 
272
        $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) .\tex2rtf.cpp
273
273
 
274
274
$(OBJS)\tex2rtf_tex2any.obj: .\tex2any.cpp
275
 
        $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) $**
 
275
        $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) .\tex2any.cpp
276
276
 
277
277
$(OBJS)\tex2rtf_texutils.obj: .\texutils.cpp
278
 
        $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) $**
 
278
        $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) .\texutils.cpp
279
279
 
280
280
$(OBJS)\tex2rtf_rtfutils.obj: .\rtfutils.cpp
281
 
        $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) $**
 
281
        $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) .\rtfutils.cpp
282
282
 
283
283
$(OBJS)\tex2rtf_xlputils.obj: .\xlputils.cpp
284
 
        $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) $**
 
284
        $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) .\xlputils.cpp
285
285
 
286
286
$(OBJS)\tex2rtf_htmlutil.obj: .\htmlutil.cpp
287
 
        $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) $**
 
287
        $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) .\htmlutil.cpp
288
288
 
289
289
$(OBJS)\tex2rtf_readshg.obj: .\readshg.cpp
290
 
        $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) $**
 
290
        $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) .\readshg.cpp
291
291
 
292
292
$(OBJS)\tex2rtf_table.obj: .\table.cpp
293
 
        $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) $**
 
293
        $(CXX) -q -c -P -o$@ $(TEX2RTF_CXXFLAGS) .\table.cpp
294
294
 
295
295
$(OBJS)\tex2rtf_gui_sample.res: .\..\..\..\samples\sample.rc
296
 
        brcc32 -32 -r -fo$@ -i$(BCCDIR)\include    -d__WXMSW__ $(__WXUNIV_DEFINE_p_3) $(__DEBUG_DEFINE_p_3) $(__EXCEPTIONS_DEFINE_p_3) $(__RTTI_DEFINE_p_3) $(__THREAD_DEFINE_p_3) $(__UNICODE_DEFINE_p_3) $(__MSLU_DEFINE_p_3) $(__GFXCTX_DEFINE_p_3) -i$(SETUPHDIR) -i.\..\..\..\include -i. $(__DLLFLAG_p_3) -i.\..\..\..\samples -dNOPCH $**
 
296
        brcc32 -32 -r -fo$@ -i$(BCCDIR)\include    -d__WXMSW__ $(__WXUNIV_DEFINE_p_3) $(__DEBUG_DEFINE_p_3) $(__EXCEPTIONS_DEFINE_p_3) $(__RTTI_DEFINE_p_3) $(__THREAD_DEFINE_p_3) $(__UNICODE_DEFINE_p_3) $(__MSLU_DEFINE_p_3) $(__GFXCTX_DEFINE_p_3) -i$(SETUPHDIR) -i.\..\..\..\include -i. $(__DLLFLAG_p_3) -i.\..\..\..\samples -dNOPCH .\..\..\..\samples\sample.rc
297
297
 
298
298
$(OBJS)\tex2rtf_gui_tex2rtf.obj: .\tex2rtf.cpp
299
 
        $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) $**
 
299
        $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) .\tex2rtf.cpp
300
300
 
301
301
$(OBJS)\tex2rtf_gui_tex2any.obj: .\tex2any.cpp
302
 
        $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) $**
 
302
        $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) .\tex2any.cpp
303
303
 
304
304
$(OBJS)\tex2rtf_gui_texutils.obj: .\texutils.cpp
305
 
        $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) $**
 
305
        $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) .\texutils.cpp
306
306
 
307
307
$(OBJS)\tex2rtf_gui_rtfutils.obj: .\rtfutils.cpp
308
 
        $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) $**
 
308
        $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) .\rtfutils.cpp
309
309
 
310
310
$(OBJS)\tex2rtf_gui_xlputils.obj: .\xlputils.cpp
311
 
        $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) $**
 
311
        $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) .\xlputils.cpp
312
312
 
313
313
$(OBJS)\tex2rtf_gui_htmlutil.obj: .\htmlutil.cpp
314
 
        $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) $**
 
314
        $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) .\htmlutil.cpp
315
315
 
316
316
$(OBJS)\tex2rtf_gui_readshg.obj: .\readshg.cpp
317
 
        $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) $**
 
317
        $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) .\readshg.cpp
318
318
 
319
319
$(OBJS)\tex2rtf_gui_table.obj: .\table.cpp
320
 
        $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) $**
 
320
        $(CXX) -q -c -P -o$@ $(TEX2RTF_GUI_CXXFLAGS) .\table.cpp
321
321