]> git.sur5r.net Git - glabels/blob - barcode-0.98/Makefile.am
Imported Upstream version 2.2.8
[glabels] / barcode-0.98 / Makefile.am
1 INCLUDES = \
2         $(GLABELS_CFLAGS)
3
4
5 BC_FILES =              \
6         library.c       \
7         ean.c           \
8         code128.c       \
9         code39.c        \
10         code93.c        \
11         i25.c           \
12         msi.c           \
13         plessey.c       \
14         codabar.c       \
15         ps.c            \
16         pcl.c           \
17         barcode.h       
18
19 noinst_LTLIBRARIES = libbarcode.la
20
21 libbarcode_la_SOURCES = $(BC_FILES)
22
23 EXTRA_DIST =                    \
24         barcode.spec            \
25         ChangeLog               \
26         cmdline.c               \
27         cmdline.h               \
28         configure               \
29         configure.in.dist       \
30         COPYING                 \
31         INSTALL                 \
32         install-sh              \
33         main.c                  \
34         Makefile.in.dist        \
35         missing                 \
36         mkinstalldirs           \
37         README                  \
38         README.glabels          \
39         sample.c                \
40         TODO                    \
41         bookland/bookland.py    \
42         compat/getopt.c         \
43         compat/getopt.h         \
44         contrib/barcode-for-delphi.tar.gz               \
45         contrib/barcode-SVG.tar.gz.README               \
46         contrib/barcode-for-delphi.tar.gz.README        \
47         contrib/barcodeps-0.1.tgz                       \
48         contrib/grab-0.0.4.tar.gz                       \
49         contrib/barcodeps-0.1.tgz.README                \
50         contrib/grab-0.0.4.tar.gz.README                \
51         contrib/barcode-SVG.tar.gz                      \
52         debian/changelog                \
53         debian/control                  \
54         debian/copyright                \
55         debian/dirs                     \
56         debian/info                     \
57         debian/README.debian            \
58         debian/rules                    \
59         doc/barcodedoc.txt              \
60         doc/barcode.ps          \
61         doc/infofilter          \
62         doc/manpager            \
63         doc/texi2html           \
64         doc/barcode.info        \
65         doc/mktxt               \
66         doc/barcode.pdf         \
67         doc/doc.barcode         \
68         doc/Makefile.in         \
69         doc/README
70
71
72
73