- Splitted access to pool::PoolImpl:
[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 pool parser \
5         source target solver zypp_detail
6
7 ## ##################################################
8
9 pkginclude_HEADERS = NeedAType.h \
10         Arch.h          \
11         Bit.h           \
12         ByteCount.h     \
13         Capability.h    \
14         CapFactory.h    \
15         CapMatch.h      \
16         CapSet.h        \
17         CapSetFwd.h     \
18         CountryCode.h   \
19         Date.h          \
20         Dependencies.h  \
21         Edition.h       \
22         LanguageCode.h  \
23         Locale.h        \
24         NVR.h           \
25         NVRA.h          \
26         NVRAD.h         \
27         Range.h         \
28         Rel.h           \
29         RelCompare.h    \
30         ResObject.h     \
31         Resolvable.h    \
32         ResTraits.h     \
33         ResStatus.h     \
34         ResStore.h      \
35         ResFilters.h    \
36         ResPool.h       \
37         ResPoolManager.h\
38         Package.h       \
39         Pathname.h      \
40         Selection.h     \
41         Source.h        \
42         SourceFactory.h \
43         Pattern.h       \
44         Message.h       \
45         Script.h        \
46         Patch.h         \
47         Product.h       \
48         Changelog.h     \
49         ExternalProgram.h\
50         Pathname.h      \
51         PathInfo.h      \
52         Digest.h        \
53         Url.h           \
54         TmpPath.h       \
55         KVMap.h         \
56         Callback.h      \
57         DiskUsage.h     \
58         CheckSum.h      \
59         BaseVersion.h   \
60         PatchRpm.h      \
61         DeltaRpm.h      \
62         ZYpp.h          \
63         ZYppFactory.h
64
65 ## ##################################################
66
67 lib_LTLIBRARIES =       lib@PACKAGE@.la
68
69 ## ##################################################
70
71 lib@PACKAGE@_la_SOURCES = \
72         Arch.cc         \
73         ByteCount.cc    \
74         Capability.cc   \
75         CapFactory.cc   \
76         CapMatch.cc     \
77         CapSet.cc       \
78         CountryCode.cc  \
79         Date.cc         \
80         Dependencies.cc \
81         Edition.cc      \
82         LanguageCode.cc \
83         Locale.cc       \
84         NVR.cc          \
85         NVRA.cc         \
86         NVRAD.cc        \
87         Range.cc        \
88         Rel.cc          \
89         ResObject.cc    \
90         Resolvable.cc   \
91         ResTraits.cc    \
92         ResStatus.cc    \
93         ResStore.cc     \
94         ResPool.cc      \
95         ResPoolManager.cc\
96         Package.cc      \
97         Pathname.cc     \
98         Selection.cc    \
99         Source.cc       \
100         SourceFactory.cc\
101         Pattern.cc      \
102         Message.cc      \
103         Script.cc       \
104         Patch.cc        \
105         Product.cc      \
106         Changelog.cc    \
107         ExternalProgram.cc\
108         PathInfo.cc     \
109         Digest.cc       \
110         Url.cc          \
111         TmpPath.cc      \
112         DiskUsage.cc    \
113         ZYpp.cc         \
114         ZYppFactory.cc
115
116 lib@PACKAGE@_la_LDFLAGS =       @LIBZYPP_VERSION_INFO@
117
118 lib@PACKAGE@_la_LIBADD =        base/lib@PACKAGE@_base.la       \
119                                 detail/lib@PACKAGE@_detail.la   \
120                                 capability/lib@PACKAGE@_capability.la   \
121                                 pool/lib@PACKAGE@_pool.la       \
122                                 parser/lib@PACKAGE@_parser.la   \
123                                 source/lib@PACKAGE@_source.la   \
124                                 media/lib@PACKAGE@_media.la     \
125                                 url/lib@PACKAGE@_url.la         \
126                                 target/lib@PACKAGE@_target.la   \
127                                 solver/lib@PACKAGE@_solver.la   \
128                                 zypp_detail/lib@PACKAGE@_zypp_detail.la \
129                                 \
130                                 -lutil
131
132 ## ##################################################
133
134 EXTRA_DIST = @DOXYGEN/*
135