2006-06-06 10:51:22 +02:00
|
|
|
#
|
|
|
|
# Top-level "Makefile.am" for libupnp
|
|
|
|
#
|
2010-10-04 16:39:50 +02:00
|
|
|
# Copyright (C) 2005 Rémi Turboult <r3mi@users.sourceforge.net>
|
2006-06-06 10:51:22 +02:00
|
|
|
#
|
|
|
|
|
2007-02-02 04:44:55 +01:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2006-06-06 10:51:22 +02:00
|
|
|
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-samples
|
|
|
|
|
2007-05-11 07:00:43 +02:00
|
|
|
SUBDIRS = \
|
|
|
|
ixml \
|
|
|
|
threadutil \
|
|
|
|
upnp \
|
|
|
|
docs/dist
|
2006-06-06 10:51:22 +02:00
|
|
|
|
|
|
|
|
2007-02-02 04:44:55 +01:00
|
|
|
EXTRA_DIST = \
|
2008-06-04 05:06:30 +02:00
|
|
|
Doxyfile \
|
2007-02-02 04:44:55 +01:00
|
|
|
libupnp.pc.in \
|
|
|
|
LICENSE \
|
|
|
|
THANKS \
|
|
|
|
libupnp.spec \
|
|
|
|
build/libupnp.bpf \
|
|
|
|
build/libupnp.bpr \
|
|
|
|
build/libupnp.dsp \
|
|
|
|
build/libupnp.dsw \
|
|
|
|
build/inc/autoconfig.h \
|
2007-05-23 13:37:11 +02:00
|
|
|
build/inc/upnpconfig.h \
|
2008-06-04 05:06:30 +02:00
|
|
|
build/msvc/inttypes.h \
|
|
|
|
build/msvc/stdint.h \
|
|
|
|
build/vc8/ixml.vcproj \
|
|
|
|
build/vc8/libupnp.sln \
|
|
|
|
build/vc8/libupnp.vcproj \
|
|
|
|
build/vc8/threadutil.vcproj \
|
|
|
|
build/vc8/tvcombo.vcproj \
|
|
|
|
build/vc8/tvctrlpt.vcproj \
|
|
|
|
build/vc8/tvdevice.vcproj \
|
|
|
|
build/vc9/ixml.vcproj \
|
|
|
|
build/vc9/libupnp.sln \
|
|
|
|
build/vc9/libupnp.vcproj \
|
|
|
|
build/vc9/threadutil.vcproj \
|
|
|
|
build/vc9/tvcombo.vcproj \
|
|
|
|
build/vc9/tvctrlpt.vcproj \
|
|
|
|
build/vc9/tvdevice.vcproj
|
2006-06-06 10:51:22 +02:00
|
|
|
|
|
|
|
|
|
|
|
# This variable must have 'exec' in its name, in order to be installed
|
|
|
|
# by 'install-exec' target (instead of default 'install-data')
|
2007-02-02 04:44:55 +01:00
|
|
|
pkgconfigexecdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfigexec_DATA = libupnp.pc
|
2006-06-06 10:51:22 +02:00
|
|
|
|
2007-05-11 07:00:43 +02:00
|
|
|
|
2006-06-06 10:51:22 +02:00
|
|
|
$(pkgconfigexec_DATA): config.status
|
|
|
|
|
|
|
|
|
2007-02-02 04:44:55 +01:00
|
|
|
if WITH_DOCUMENTATION
|
2007-05-11 07:00:43 +02:00
|
|
|
doc_DATA = LICENSE README NEWS TODO THANKS
|
2006-06-06 10:51:22 +02:00
|
|
|
endif
|
|
|
|
|
|
|
|
|
2007-02-02 04:44:55 +01:00
|
|
|
CLEANFILES = IUpnpErrFile.txt IUpnpInfoFile.txt
|
2006-06-06 10:51:22 +02:00
|
|
|
|