- reenabled autodocs (configured not to draw graphs)
[platform/upstream/libzypp.git] / zypp / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 ## ##################################################
3
4 SUBDIRS = base url media capability detail parser source target solver
5
6 ## ##################################################
7
8 include_HEADERS = NeedAType.h \
9         Arch.h          \
10         ByteCount.h     \
11         Capability.h    \
12         CapFactory.h    \
13         CapMatch.h      \
14         CapSet.h        \
15         CapSetFwd.h     \
16         CountryCode.h   \
17         Date.h          \
18         Dependencies.h  \
19         Edition.h       \
20         LanguageCode.h  \
21         Locale.h        \
22         NVR.h           \
23         NVRA.h          \
24         NVRAD.h         \
25         Range.h         \
26         Rel.h           \
27         RelCompare.h    \
28         ResObject.h     \
29         Resolvable.h    \
30         ResTraits.h     \
31         Package.h       \
32         Pathname.h      \
33         Selection.h     \
34         Pattern.h       \
35         Message.h       \
36         Script.h        \
37         Patch.h         \
38         Product.h       \
39         Changelog.h     \
40         ExternalProgram.h\
41         Pathname.h      \
42         PathInfo.h      \
43         Digest.h        \
44         Url.h           \
45         TmpPath.h       \
46         KVMap.h         \
47         Callback.h      \
48         DiskUsage.h     \
49         CheckSum.h      \
50         BaseVersion.h   \
51         PatchRpm.h      \
52         DeltaRpm.h
53
54 ## ##################################################
55
56 lib_LTLIBRARIES =       lib@PACKAGE@.la
57
58 ## ##################################################
59
60 lib@PACKAGE@_la_SOURCES = \
61         Arch.cc         \
62         ByteCount.cc    \
63         Capability.cc   \
64         CapFactory.cc   \
65         CapMatch.cc     \
66         CapSet.cc       \
67         CountryCode.cc  \
68         Date.cc         \
69         Dependencies.cc \
70         Edition.cc      \
71         LanguageCode.cc \
72         Locale.cc       \
73         NVR.cc          \
74         NVRA.cc         \
75         NVRAD.cc        \
76         Range.cc        \
77         Rel.cc          \
78         ResObject.cc    \
79         Resolvable.cc   \
80         ResTraits.cc    \
81         Package.cc      \
82         Pathname.cc     \
83         Selection.cc    \
84         Pattern.cc      \
85         Message.cc      \
86         Script.cc       \
87         Patch.cc        \
88         Product.cc      \
89         Changelog.cc    \
90         ExternalProgram.cc\
91         PathInfo.cc     \
92         Digest.cc       \
93         Url.cc          \
94         TmpPath.cc      \
95         DiskUsage.cc
96
97 lib@PACKAGE@_la_LDFLAGS =       @LIBZYPP_VERSION_INFO@
98
99 lib@PACKAGE@_la_LIBADD =        base/lib@PACKAGE@_base.la       \
100                                 detail/lib@PACKAGE@_detail.la   \
101                                 capability/lib@PACKAGE@_capability.la   \
102                                 parser/lib@PACKAGE@_parser.la   \
103                                 source/lib@PACKAGE@_source.la   \
104                                 media/lib@PACKAGE@_media.la     \
105                                 url/lib@PACKAGE@_url.la         \
106                                 target/lib@PACKAGE@_target.la   \
107                                 solver/lib@PACKAGE@_solver.la   \
108                                 \
109                                 -lutil
110
111 ## ##################################################