Added source cache (store metadata on target system)
[platform/upstream/libzypp.git] / zypp / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 ## ##################################################
3
4 SUBDIRS = base thread url media capability detail pool parser \
5         source target solver zypp_detail ui
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         CapFilters.h    \
19         CountryCode.h   \
20         Date.h          \
21         Dep.h           \
22         Dependencies.h  \
23         Edition.h       \
24         LanguageCode.h  \
25         Locale.h        \
26         NVR.h           \
27         NVRA.h          \
28         NVRAD.h         \
29         Range.h         \
30         Rel.h           \
31         RelCompare.h    \
32         ResObject.h     \
33         Resolvable.h    \
34         ResTraits.h     \
35         ResStatus.h     \
36         ResStore.h      \
37         ResFilters.h    \
38         PoolItem.h      \
39         ResPool.h       \
40         ResPoolManager.h\
41         Resolver.h      \
42         ResolverProblem.h       \
43         ProblemTypes.h  \
44         ProblemSolution.h       \
45         Package.h       \
46         Pathname.h      \
47         Source.h        \
48         SourceFactory.h \
49         SourceManager.h \
50         SourceCache.h   \
51         SourceFeed.h    \
52         Target.h        \
53         Selection.h     \
54         Pattern.h       \
55         Message.h       \
56         Script.h        \
57         Patch.h         \
58         Product.h       \
59         Changelog.h     \
60         ExternalProgram.h\
61         Pathname.h      \
62         PathInfo.h      \
63         Digest.h        \
64         Url.h           \
65         TmpPath.h       \
66         KVMap.h         \
67         Callback.h      \
68         DiskUsage.h     \
69         CheckSum.h      \
70         BaseVersion.h   \
71         PatchRpm.h      \
72         DeltaRpm.h      \
73         VendorAttr.h    \
74         UpgradeStatistics.h     \
75         ZYpp.h          \
76         TranslatedText.h \
77         ZYppFactory.h   \
78         ZYppCallbacks.h
79
80 ## ##################################################
81
82 lib_LTLIBRARIES =       lib@PACKAGE@.la
83
84 ## ##################################################
85
86 lib@PACKAGE@_la_SOURCES = \
87         Arch.cc         \
88         ByteCount.cc    \
89         Capability.cc   \
90         CapFactory.cc   \
91         CapMatch.cc     \
92         CapSet.cc       \
93         CountryCode.cc  \
94         Date.cc         \
95         Dep.cc          \
96         Dependencies.cc \
97         Edition.cc      \
98         LanguageCode.cc \
99         Locale.cc       \
100         NVR.cc          \
101         NVRA.cc         \
102         NVRAD.cc        \
103         Range.cc        \
104         Rel.cc          \
105         ResObject.cc    \
106         Resolvable.cc   \
107         ResTraits.cc    \
108         ResStatus.cc    \
109         ResStore.cc     \
110         PoolItem.cc     \
111         ResPool.cc      \
112         ResPoolManager.cc\
113         Resolver.cc     \
114         ResolverProblem.cc      \
115         ProblemSolution.cc      \
116         Package.cc      \
117         Pathname.cc     \
118         Source.cc       \
119         SourceFactory.cc\
120         SourceManager.cc\
121         SourceCache.cc  \
122         SourceFeed.cc   \
123         Target.cc       \
124         Selection.cc    \
125         Pattern.cc      \
126         Message.cc      \
127         Script.cc       \
128         Patch.cc        \
129         Product.cc      \
130         Changelog.cc    \
131         ExternalProgram.cc\
132         PathInfo.cc     \
133         Digest.cc       \
134         Url.cc          \
135         TmpPath.cc      \
136         DiskUsage.cc    \
137         VendorAttr.cc   \
138         UpgradeStatistics.cc    \
139         ZYpp.cc         \
140         TranslatedText.cc \
141         ZYppFactory.cc
142
143 lib@PACKAGE@_la_LDFLAGS =       @LIBZYPP_VERSION_INFO@
144
145 lib@PACKAGE@_la_LIBADD =        base/lib@PACKAGE@_base.la       \
146                                 thread/lib@PACKAGE@_thread.la   \
147                                 detail/lib@PACKAGE@_detail.la   \
148                                 capability/lib@PACKAGE@_capability.la   \
149                                 pool/lib@PACKAGE@_pool.la       \
150                                 parser/lib@PACKAGE@_parser.la   \
151                                 source/lib@PACKAGE@_source.la   \
152                                 media/lib@PACKAGE@_media.la     \
153                                 url/lib@PACKAGE@_url.la         \
154                                 target/lib@PACKAGE@_target.la   \
155                                 solver/lib@PACKAGE@_solver.la   \
156                                 zypp_detail/lib@PACKAGE@_zypp_detail.la \
157                                 ui/lib@PACKAGE@_ui.la   \
158                                 \
159                                 -lutil
160
161 ## ##################################################
162
163 EXTRA_DIST = @DOXYGEN/*
164