]> git.sur5r.net Git - glabels/blob - libglabels/Makefile.am
f6e27aa8cf4868fc301a19a8a052119e66791954
[glabels] / libglabels / Makefile.am
1 templatesdir = $(datadir)/$(LIBGLABELS_BRANCH)/templates
2
3 INCLUDES = \
4         $(LIBGLABELS_CFLAGS)                            \
5         -DLIBGLABELS_TEMPLATE_DIR=\""$(templatesdir)"\" \
6         $(DISABLE_DEPRECATED_CFLAGS)
7
8 libglabels_3_0_la_LDFLAGS=\
9         -version-info $(LIBGLABELS_API_VERSION) \
10         $(LIBGLABELS_LIBS) \
11         -no-undefined 
12
13 lib_LTLIBRARIES = libglabels-3.0.la
14
15 libglabels_3_0_la_SOURCES =             \
16         libglabels-private.h    \
17         db.h                    \
18         db.c                    \
19         units.h                 \
20         units.c                 \
21         paper.h                 \
22         paper.c                 \
23         category.h              \
24         category.c              \
25         vendor.h                \
26         vendor.c                \
27         template.h              \
28         template.c              \
29         xml-paper.h             \
30         xml-paper.c             \
31         xml-category.h          \
32         xml-category.c          \
33         xml-vendor.h            \
34         xml-vendor.c            \
35         xml-template.h          \
36         xml-template.c          \
37         xml.h                   \
38         xml.c                   \
39         str.h                   \
40         str.c
41
42 libglabels_3_0includedir=$(includedir)/$(LIBGLABELS_BRANCH)
43
44 libglabels_3_0include_HEADERS =         \
45         libglabels.h
46
47 libglabels_3_0subincludedir=$(includedir)/$(LIBGLABELS_BRANCH)/libglabels
48
49 libglabels_3_0subinclude_HEADERS =      \
50         db.h                    \
51         units.h                 \
52         paper.h                 \
53         category.h              \
54         template.h              \
55         xml-paper.h             \
56         xml-category.h          \
57         xml-template.h          \
58         xml.h                   \
59         str.h                   
60
61 EXTRA_DIST =                    \
62         $(LIBGLABELS_BRANCH).pc.in
63
64 pkgconfigdir = $(libdir)/pkgconfig
65 pkgconfig_DATA = $(LIBGLABELS_BRANCH).pc
66