From f1dd9d77088157baeee53f9cfbdfe6d117a4bd80 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Tue, 19 Nov 2002 09:52:46 +0000 Subject: added svn path=/trunk/externals/plugin~/; revision=216 --- Makefile.am | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..4b2fc04 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,53 @@ +## Process this file with automake to produce Makefile.in. -*-Makefile-*- + +SUFFIXES = .pd_linux + +pddir = @PDDIR@ + +SUBDIRS = ladspa vst win + +## Make and install the shared library. + +pdinstalldir = $(pddir)/extra/plugin~ + +# Automake won't accept something ending in ".pd_linux" as a library +pdinstall_PROGRAMS = plugin~.pd_linux + +plugin__pd_linux_SOURCES = \ + config.h \ + jload.c \ + jsearch.c \ + jutils.h \ + plugin~.c \ + plugin~.h \ + plugin~_ladspa.c \ + plugin~_ladspa.h \ + plugin~_vst.c \ + plugin~_vst.h \ + vstutils.c \ + vstutils.h + +pdincludedir = $(pddir)/src +INCLUDES = -I$(top_srcdir) -I$(pdincludedir) +CFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \ + -Wall -W -Wshadow -Wstrict-prototypes -Werror \ + -Wno-unused -Wno-parentheses -Wno-switch +LDFLAGS = -export_dynamic -shared + +## Install the documentation. + +pdinstall_DATA = \ + AUTHORS \ + BUGS \ + COPYING \ + NEWS \ + README \ + TODO \ + plugin~.pd \ + plugin~.txt + +## My kludge +noinst_SCRIPTS = libtoolkludge + +## version.h is there for the Windows platform (no autoconf) +EXTRA_DIST = $(pdinstall_DATA) $(noinst_SCRIPTS) version.h -- cgit v1.2.1