- Timestamp:
- Dec 12, 2004, 1:25:19 AM (20 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- e6d4ccb
- Parents:
- 205da86
- Location:
- plugins/puredata
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/puredata/Makefile.am
r205da86 r77494e7 9 9 10 10 ## Make and install the shared library. 11 pdinstalldir = $(pddir)/extra /aubio11 pdinstalldir = $(pddir)/extra 12 12 13 13 # Automake won't accept something ending in ".pd_linux" as a library … … 38 38 noinst_SCRIPTS = libtoolkludge 39 39 40 ## version.h is there for the Windows platform (no autoconf) 41 EXTRA_DIST = $(pdinstall_DATA) $(noinst_SCRIPTS) version.h 40 EXTRA_DIST = $(pdinstall_DATA) $(noinst_SCRIPTS) -
plugins/puredata/Makefile.in
r205da86 r77494e7 162 162 163 163 #SUBDIRS = ladspa vst win 164 pdinstalldir = $(pddir)/extra /aubio164 pdinstalldir = $(pddir)/extra 165 165 166 166 # Automake won't accept something ending in ".pd_linux" as a library … … 188 188 noinst_SCRIPTS = libtoolkludge 189 189 190 EXTRA_DIST = $(pdinstall_DATA) $(noinst_SCRIPTS) version.h190 EXTRA_DIST = $(pdinstall_DATA) $(noinst_SCRIPTS) 191 191 subdir = plugins/puredata 192 192 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -
plugins/puredata/libtoolkludge
r205da86 r77494e7 1 1 #! /bin/sh 2 2 3 # added --mode=link 3 4 if test \( $# -gt 1 \) -a \( $1 = "--mode=link" \); then 5 shift; 6 echo " libtoolkludge running \"$*\"" 7 $* 8 exit 0 9 elif test \( $# -gt 1 \) -a \( $1 = "--mode=install" \); then 4 10 shift; 5 11 echo " libtoolkludge running \"$*\""
Note: See TracChangeset
for help on using the changeset viewer.