package install callback impl
[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         SourceFeed.h    \
51         Target.h        \
52         Selection.h     \
53         Pattern.h       \
54         Message.h       \
55         Script.h        \
56         Patch.h         \
57         Product.h       \
58         Changelog.h     \
59         ExternalProgram.h\
60         Pathname.h      \
61         PathInfo.h      \
62         Digest.h        \
63         Url.h           \
64         TmpPath.h       \
65         KVMap.h         \
66         Callback.h      \
67         DiskUsage.h     \
68         CheckSum.h      \
69         BaseVersion.h   \
70         PatchRpm.h      \
71         DeltaRpm.h      \
72         VendorAttr.h    \
73         UpgradeStatistics.h     \
74         ZYpp.h          \
75         TranslatedText.h \
76         ZYppFactory.h   \
77         ZYppCallbacks.h
78
79 ## ##################################################
80
81 lib_LTLIBRARIES =       lib@PACKAGE@.la
82
83 ## ##################################################
84
85 lib@PACKAGE@_la_SOURCES = \
86         Arch.cc         \
87         ByteCount.cc    \
88         Capability.cc   \
89         CapFactory.cc   \
90         CapMatch.cc     \
91         CapSet.cc       \
92         CountryCode.cc  \
93         Date.cc         \
94         Dep.cc          \
95         Dependencies.cc \
96         Edition.cc      \
97         LanguageCode.cc \
98         Locale.cc       \
99         NVR.cc          \
100         NVRA.cc         \
101         NVRAD.cc        \
102         Range.cc        \
103         Rel.cc          \
104         ResObject.cc    \
105         Resolvable.cc   \
106         ResTraits.cc    \
107         ResStatus.cc    \
108         ResStore.cc     \
109         PoolItem.cc     \
110         ResPool.cc      \
111         ResPoolManager.cc\
112         Resolver.cc     \
113         ResolverProblem.cc      \
114         ProblemSolution.cc      \
115         Package.cc      \
116         Pathname.cc     \
117         Source.cc       \
118         SourceFactory.cc\
119         SourceManager.cc\
120         SourceFeed.cc   \
121         Target.cc       \
122         Selection.cc    \
123         Pattern.cc      \
124         Message.cc      \
125         Script.cc       \
126         Patch.cc        \
127         Product.cc      \
128         Changelog.cc    \
129         ExternalProgram.cc\
130         PathInfo.cc     \
131         Digest.cc       \
132         Url.cc          \
133         TmpPath.cc      \
134         DiskUsage.cc    \
135         VendorAttr.cc   \
136         UpgradeStatistics.cc    \
137         ZYpp.cc         \
138         TranslatedText.cc \
139         ZYppFactory.cc
140
141 lib@PACKAGE@_la_LDFLAGS =       @LIBZYPP_VERSION_INFO@
142
143 lib@PACKAGE@_la_LIBADD =        base/lib@PACKAGE@_base.la       \
144                                 thread/lib@PACKAGE@_thread.la   \
145                                 detail/lib@PACKAGE@_detail.la   \
146                                 capability/lib@PACKAGE@_capability.la   \
147                                 pool/lib@PACKAGE@_pool.la       \
148                                 parser/lib@PACKAGE@_parser.la   \
149                                 source/lib@PACKAGE@_source.la   \
150                                 media/lib@PACKAGE@_media.la     \
151                                 url/lib@PACKAGE@_url.la         \
152                                 target/lib@PACKAGE@_target.la   \
153                                 solver/lib@PACKAGE@_solver.la   \
154                                 zypp_detail/lib@PACKAGE@_zypp_detail.la \
155                                 ui/lib@PACKAGE@_ui.la   \
156                                 \
157                                 -lutil
158
159 ## ##################################################
160
161 EXTRA_DIST = @DOXYGEN/*
162