From a127d39b6540353734d8557ca39f401a2683aca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 17 Aug 2010 14:17:42 +0000 Subject: use autoconf svn path=/trunk/externals/hardware/wiimote/; revision=13823 --- Makefile.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..69c5232 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,23 @@ +## Makefile.am -- Process this file with automake to produce Makefile.in +## + +AUTOMAKE_OPTIONS = foreign +#AUTOMAKE_OPTIONS = no-dependencies foreign +ACLOCAL_AMFLAGS = -I m4/generated -I m4 +AM_CPPFLAGS = -I$(top_srcdir)/../../../pd/src + +lib_LTLIBRARIES = wiimote.la + +SOURCES = wiimote.c +dist_data_DATA = wiimote-help.pd + + + +wiimote_la_SOURCES = $(SOURCES) +wiimote_la_CFLAGS = @ARCH_CFLAGS@ @PD_CFLAGS@ +wiimote_la_LIBADD = $(LIBM) +wiimote_la_LDFLAGS = -module -avoid-version -shared @ARCH_LDFLAGS@ @PD_LDFLAGS@ + + +libtool: $(LIBTOOL_DEPS) + $(SHELL) ./config.status --recheck -- cgit v1.2.1