Parent: [85a0e1] (diff)

Child: [1af904] (diff)

Download this file

Makefile.am    64 lines (52 with data), 1.7 kB

 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# This should be from configure'd CFLAGS
AM_CPPFLAGS = -DDEBUG -g -Wall -std=c++0x \
-DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\"
lib_LTLIBRARIES = libupnpp.la
libupnpp_la_SOURCES = \
libupnpp/cdircontent.cxx \
libupnpp/cdircontent.hxx \
libupnpp/cdirectory.cxx \
libupnpp/cdirectory.hxx \
libupnpp/description.cxx \
libupnpp/description.hxx \
libupnpp/device.cxx \
libupnpp/device.hxx \
libupnpp/discovery.cxx \
libupnpp/discovery.hxx \
libupnpp/expatmm.hxx \
libupnpp/getsyshwaddr.c \
libupnpp/getsyshwaddr.h \
libupnpp/ixmlwrap.cxx \
libupnpp/ixmlwrap.hxx \
libupnpp/log.cxx \
libupnpp/log.hxx \
libupnpp/md5.cxx \
libupnpp/md5.hxx \
libupnpp/ptmutex.hxx \
libupnpp/soaphelp.cxx \
libupnpp/soaphelp.hxx \
libupnpp/upnpp_p.hxx \
libupnpp/upnpplib.cxx \
libupnpp/upnpplib.hxx \
libupnpp/vdir.cxx \
libupnpp/vdir.hxx \
libupnpp/workqueue.hxx
libupnpp_la_LDFLAGS = -release $(VERSION)
libupnpp_la_LIBADD = -lixml -lupnp -lexpat -lpthread -lrt
bin_PROGRAMS = upmpdcli #upexplorer
#upexplorer_SOURCES = upexplo/upexplo.cxx
#upexplorer_LDADD = libupnpp.la -lixml -lupnp -lexpat -lpthread -lrt
#upexplorer_LDFLAGS =
upmpdcli_SOURCES = \
upmpd/conftree.cxx \
upmpd/conftree.hxx \
upmpd/mpdcli.cxx \
upmpd/mpdcli.hxx \
upmpd/upmpd.cxx \
upmpd/upmpdutils.cxx \
upmpd/upmpdutils.hxx
upmpdcli_LDADD = libupnpp.la -lmpdclient
dist_pkgdata_DATA = upmpd/description.xml upmpd/AVTransport.xml \
upmpd/RenderingControl.xml
#dist_sysconf_DATA = upmpd/upmpdcli.conf
dist_man1_MANS = man/upmpdcli.1