From: Jim Evins Date: Sun, 28 Dec 2003 00:29:36 +0000 (+0000) Subject: 2003-12-27 Jim Evins X-Git-Tag: glabels-2_3_0~503 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6c7d8f20932bc80e2461d12fd2c4ea146fc9c510;p=glabels 2003-12-27 Jim Evins * configure.in: Updated to work with latest gnome-common package from CVS. Removed recursive configuration of barcode-0.98. * acconfig.h: * macros/*: Removed. * Makefile.am: Added barcode-0.98/ as a SUBDIR, and removed dist-hook. * barcode-0.98/Makefile.in: * barcode-0.98/configure.in: * barcode-0.98/Makefile.am: * barcode-0.98/README.glabels: Modified to ignore the barcode package's build system, and build as a part of glabels. Renamed Makefile.in to Makefile.in.dist. Renamed configure.in to configure.in.dist. Added barcode-0.98/Makefile.am and barcode-0.98/README.glabels. * src/Makefile.am: * src/mygal/Makefile.am: * src/recent-files/Makefile.am: In order to build against the GNOME 2.5 platform, all use of *_DISABLE_DEPRECATED compile-time flags has been removed. * src/mygal/Makefile.am: * src/mygal/mygal-combo-box.c: * src/mygal/mygal-combo-box.h: * src/mygal/widget-color-combo.c: * src/mygal/widget-color-combo.h: * po/POTFILES.in: In order to build against the GNOME 2.5 platform, Renamed gtk_combo_box widget to mygal_combo_box, to prevent namespace collisions with the real gtk_combo_box widget, now a part of gtk. git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@392 f5e0f49d-192f-0410-a22d-a8d8700d0965 --- diff --git a/glabels2/barcode-0.98/Makefile.am b/glabels2/barcode-0.98/Makefile.am new file mode 100644 index 00000000..79229a54 --- /dev/null +++ b/glabels2/barcode-0.98/Makefile.am @@ -0,0 +1,76 @@ +INCLUDES = \ + $(GLABELS_CFLAGS) + + +BC_FILES = \ + library.c \ + ean.c \ + code128.c \ + code39.c \ + code93.c \ + i25.c \ + msi.c \ + plessey.c \ + codabar.c \ + ps.c \ + pcl.c \ + barcode.h + +noinst_LTLIBRARIES = libbarcode.la + +libbarcode_la_SOURCES = $(BC_FILES) + +EXTRA_DIST = \ + barcode.spec \ + ChangeLog \ + cmdline.c \ + cmdline.h \ + config.status \ + configure \ + configure.in.dist \ + COPYING \ + INSTALL \ + install-sh \ + main.c \ + Makefile.in.dist \ + missing \ + mkinstalldirs \ + README \ + README.glabels \ + sample.c \ + TODO \ + bookland/bookland.py \ + compat/getopt.c \ + compat/getopt.h \ + contrib/barcode-for-delphi.tar.gz \ + contrib/barcode-SVG.tar.gz.README \ + contrib/barcode-for-delphi.tar.gz.README \ + contrib/barcodeps-0.1.tgz \ + contrib/grab-0.0.4.tar.gz \ + contrib/barcodeps-0.1.tgz.README \ + contrib/grab-0.0.4.tar.gz.README \ + contrib/barcode-SVG.tar.gz \ + debian/changelog \ + debian/control \ + debian/copyright \ + debian/dirs \ + debian/info \ + debian/README.debian \ + debian/rules \ + doc/barcodedoc.txt \ + doc/barcode.ps \ + doc/infofilter \ + doc/manpager \ + doc/texi2html \ + doc/barcode.info \ + doc/Makefile \ + doc/mktxt \ + doc/barcode.pdf \ + doc/doc.barcode \ + doc/Makefile.in \ + doc/README \ + po/Makefile.in.in + + + +