Changeset 77494e7 for plugins/puredata


Ignore:
Timestamp:
Dec 12, 2004, 1:25:19 AM (20 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:

bumping to 0.1.8

Location:
plugins/puredata
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/puredata/Makefile.am

    r205da86 r77494e7  
    99
    1010## Make and install the shared library.
    11 pdinstalldir = $(pddir)/extra/aubio
     11pdinstalldir = $(pddir)/extra
    1212
    1313# Automake won't accept something ending in ".pd_linux" as a library
     
    3838noinst_SCRIPTS = libtoolkludge
    3939
    40 ## version.h is there for the Windows platform (no autoconf)
    41 EXTRA_DIST = $(pdinstall_DATA) $(noinst_SCRIPTS) version.h
     40EXTRA_DIST = $(pdinstall_DATA) $(noinst_SCRIPTS)
  • plugins/puredata/Makefile.in

    r205da86 r77494e7  
    162162
    163163#SUBDIRS = ladspa vst win
    164 pdinstalldir = $(pddir)/extra/aubio
     164pdinstalldir = $(pddir)/extra
    165165
    166166# Automake won't accept something ending in ".pd_linux" as a library
     
    188188noinst_SCRIPTS = libtoolkludge
    189189
    190 EXTRA_DIST = $(pdinstall_DATA) $(noinst_SCRIPTS) version.h
     190EXTRA_DIST = $(pdinstall_DATA) $(noinst_SCRIPTS)
    191191subdir = plugins/puredata
    192192ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  • plugins/puredata/libtoolkludge

    r205da86 r77494e7  
    11#! /bin/sh
    22
     3# added --mode=link
    34if test \( $# -gt 1 \) -a \( $1 = "--mode=link" \); then
     5  shift;
     6  echo " libtoolkludge running \"$*\""
     7  $*
     8  exit 0
     9elif test \( $# -gt 1 \) -a \( $1 = "--mode=install" \); then
    410  shift;
    511  echo " libtoolkludge running \"$*\""
Note: See TracChangeset for help on using the changeset viewer.