diff options
author | carmen rocco <ix9@users.sourceforge.net> | 2005-04-29 00:43:36 +0000 |
---|---|---|
committer | carmen rocco <ix9@users.sourceforge.net> | 2005-04-29 00:43:36 +0000 |
commit | 9d9262c32f4bc9c0dad8b92828acba53c889cb79 (patch) | |
tree | 588e3bca2b474a8e112ae4e44405b9176818c0e2 /Makefile.am | |
parent | 6a34f67a66eee984d72393ad41c3bdf9b6f10279 (diff) |
yeah
svn path=/trunk/externals/plugin~/; revision=2849
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 4b2fc04..0000000 --- a/Makefile.am +++ /dev/null @@ -1,53 +0,0 @@ -## 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 |