forked from pupnp/pupnp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
44 lines (36 loc) · 978 Bytes
/
Makefile.am
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
35
36
37
38
39
40
41
42
43
44
#
# Top-level "Makefile.am" for libupnp
#
# Copyright (C) 2005 Rémi Turboult <[email protected]>
#
ACLOCAL_AMFLAGS = -I m4
DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-samples
SUBDIRS = \
ixml \
upnp \
docs
EXTRA_DIST = \
CMakeLists.txt \
cmake/CmDaB.cmake \
cmake/autoheader.cmake \
cmake/options.cmake \
cmake/post-test.cmake \
cmake/test-functions.cmake \
IXML.cmake.in \
UPNP.cmake.in \
ixml/CMakeLists.txt \
ixml/test/CMakeLists.txt \
upnp/CMakeLists.txt \
upnp/test/CMakeLists.txt \
upnp/sample/CMakeLists.txt \
upnp/inc/upnpconfig.h.cm \
upnp/sample/common/config_sample.h.cm \
docs/Doxyfile \
libupnp.pc.in \
libupnp.spec
# This variable must have 'exec' in its name, in order to be installed
# by 'install-exec' target (instead of default 'install-data')
pkgconfigexecdir = $(libdir)/pkgconfig
pkgconfigexec_DATA = libupnp.pc
$(pkgconfigexec_DATA): config.status
CLEANFILES = build/inc/autoconfig.h build/inc/upnpconfig.h