2006-06-06 10:51:22 +02:00
|
|
|
|
#
|
|
|
|
|
# Top-level "Makefile.am" for libupnp
|
|
|
|
|
#
|
|
|
|
|
# Copyright (C) 2005 R<>mi Turboult <r3mi@users.sourceforge.net>
|
|
|
|
|
#
|
|
|
|
|
|
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 = \
|
|
|
|
|
libupnp.pc.in \
|
|
|
|
|
LICENSE \
|
|
|
|
|
THANKS \
|
|
|
|
|
libupnp.spec \
|
|
|
|
|
build/libupnp.bpf \
|
|
|
|
|
build/libupnp.bpr \
|
|
|
|
|
build/libupnp.dsp \
|
|
|
|
|
build/libupnp.dsw \
|
|
|
|
|
build/inc/autoconfig.h \
|
|
|
|
|
build/inc/config.h \
|
|
|
|
|
build/inc/upnpconfig.h
|
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
|
|
|
|
|