-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMakefile.am
More file actions
34 lines (26 loc) · 762 Bytes
/
Makefile.am
File metadata and controls
34 lines (26 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
SUBDIRS = libs \
mof2oal/src \
tools \
cim_client_lib \
dash_client_lib \
dash_client_libc \
cli \
webserver
RPMDIR = rpmbuild
AUTOMAKE_OPTIONS = dist-zip
package: dist
mkdir -p $(RPMDIR)/{BUILD,RPMS,SRPMS,SOURCES,SPECS,tmp}
cp dash-sdk.spec $(RPMDIR)/SPEC
cp dash-sdk-*.tar.gz $(RPMDIR)/SOURCES
rpmbuild -ba --define="_topdir `pwd`/rpmbuild" dash-sdk.spec
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dash-sdk.pc
EXTRA_DIST = docs/*.dox \
windows/dash/dash.sln \
windows/dash/dash.vcproj \
windows/dash/debugpkg.bat \
windows/dash/releasepkg.bat \
windows/dash/debugstaticpkg.bat \
windows/dash/releasestaticpkg.bat \
doxyfile \
dashsdk.css