feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 4b1e7e7 was
acf2ec07,
checked in by Paul Brossier <piem@altern.org>, 19 years ago
|
add help and doc to EXTRA_DIST
add help and doc to EXTRA_DIST
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[30cbd419] | 1 | ## Process this file with automake to produce Makefile.in. -*-Makefile-*- |
---|
| 2 | # inspired from Guenter Geiger's Makefile.am for plugin |
---|
| 3 | # pure-data/externals/plugin~/Makefile.am -- rev 1.1 |
---|
| 4 | |
---|
| 5 | SUFFIXES = .pd_linux |
---|
| 6 | PDDIR = $(prefix)/lib/pd |
---|
| 7 | pddir = $(PDDIR) |
---|
| 8 | #SUBDIRS = ladspa vst win |
---|
| 9 | |
---|
| 10 | ## Make and install the shared library. |
---|
[77494e7] | 11 | pdinstalldir = $(pddir)/extra |
---|
[0eb4025] | 12 | pdinstallrefdir = $(pddir)/doc/5.reference |
---|
| 13 | pdinstallexpdir = $(pddir)/doc/aubio |
---|
[30cbd419] | 14 | |
---|
| 15 | # Automake won't accept something ending in ".pd_linux" as a library |
---|
[cf83555] | 16 | pdinstall_PROGRAMS = aubio.pd_linux |
---|
| 17 | |
---|
| 18 | aubio_pd_linux_SOURCES = \ |
---|
| 19 | aubio_setup.c \ |
---|
| 20 | aubioonset~.c \ |
---|
| 21 | aubiotempo~.c \ |
---|
| 22 | aubiotss~.c \ |
---|
| 23 | aubioquiet~.c |
---|
[30cbd419] | 24 | |
---|
| 25 | pdincludedir = $(pddir)/src |
---|
| 26 | |
---|
[735c4c4] | 27 | LIBTOOL=$(SHELL) $(srcdir)/libtoolkludge |
---|
[30cbd419] | 28 | |
---|
| 29 | INCLUDES = -I$(top_srcdir) -I$(pdincludedir) |
---|
| 30 | |
---|
[dba3b1a] | 31 | AM_CFLAGS = -I$(srcdir)/../../src \ |
---|
[30cbd419] | 32 | -DPD -O2 -funroll-loops -fomit-frame-pointer \ |
---|
| 33 | -Wall -W -Wshadow -Wstrict-prototypes -Werror \ |
---|
| 34 | -Wno-unused -Wno-parentheses -Wno-switch |
---|
| 35 | AM_LDFLAGS = -L../../src/.libs -laubio -export_dynamic -shared |
---|
| 36 | |
---|
| 37 | ## Install the documentation. |
---|
| 38 | |
---|
[0eb4025] | 39 | pdinstallref_DATA = \ |
---|
| 40 | help/help-aubioonset~.pd \ |
---|
| 41 | help/help-aubioquiet~.pd \ |
---|
| 42 | help/help-aubiotempo~.pd \ |
---|
| 43 | help/help-aubiotss~.pd |
---|
[30cbd419] | 44 | |
---|
[0eb4025] | 45 | pdinstallexp_DATA = \ |
---|
| 46 | examples/onset-cam.pd |
---|
[30cbd419] | 47 | |
---|
| 48 | ## My kludge |
---|
| 49 | noinst_SCRIPTS = libtoolkludge |
---|
| 50 | |
---|
[acf2ec07] | 51 | EXTRA_DIST = $(pdinstallref_DATA) $(pdinstallexp_DATA) $(noinst_SCRIPTS) |
---|
[dba3b1a] | 52 | |
---|
Note: See
TracBrowser
for help on using the repository browser.