From 33dad854bedc69c96c041981d55075b6b4aae485 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 26 Sep 2011 05:25:47 +0000 Subject: added all-lower-case aliases to all objects since Max/MSP 4.6 converted to all lowercase svn path=/trunk/externals/miXed/; revision=15349 --- cyclone/Makefile.libdir | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'cyclone/Makefile.libdir') diff --git a/cyclone/Makefile.libdir b/cyclone/Makefile.libdir index 6b7f42f..2663f46 100644 --- a/cyclone/Makefile.libdir +++ b/cyclone/Makefile.libdir @@ -118,6 +118,40 @@ install: cyclone $(INSTALL_DIR) $(DESTDIR)$(bindir) $(INSTALL_PROGRAM) ../bin/cyclist $(DESTDIR)$(bindir) $(STRIP) $(DESTDIR)$(bindir)/cyclist$(EXE) +# add links for the downcase versions + ln -s -f Append.$(EXTENSION) $(DESTDIR)$(objectsdir)/cyclone/append.$(EXTENSION) + ln -s -f Append-help.pd $(DESTDIR)$(objectsdir)/cyclone/append-help.pd + ln -s -f Borax.$(EXTENSION) $(DESTDIR)$(objectsdir)/cyclone/borax.$(EXTENSION) + ln -s -f Borax-help.pd $(DESTDIR)$(objectsdir)/cyclone/borax-help.pd + ln -s -f Bucket.$(EXTENSION) $(DESTDIR)$(objectsdir)/cyclone/bucket.$(EXTENSION) + ln -s -f Bucket-help.pd $(DESTDIR)$(objectsdir)/cyclone/bucket-help.pd + ln -s -f Clip.$(EXTENSION) $(DESTDIR)$(objectsdir)/cyclone/clip.$(EXTENSION) + ln -s -f Clip-help.pd $(DESTDIR)$(objectsdir)/cyclone/clip-help.pd + ln -s -f Decode.$(EXTENSION) $(DESTDIR)$(objectsdir)/cyclone/decode.$(EXTENSION) + ln -s -f Decode-help.pd $(DESTDIR)$(objectsdir)/cyclone/decode-help.pd + ln -s -f Histo.$(EXTENSION) $(DESTDIR)$(objectsdir)/cyclone/histo.$(EXTENSION) + ln -s -f Histo-help.pd $(DESTDIR)$(objectsdir)/cyclone/histo-help.pd + ln -s -f MouseState.$(EXTENSION) $(DESTDIR)$(objectsdir)/cyclone/mousestate.$(EXTENSION) + ln -s -f MouseState-help.pd $(DESTDIR)$(objectsdir)/cyclone/mousestate-help.pd + ln -s -f Peak.$(EXTENSION) $(DESTDIR)$(objectsdir)/cyclone/peak.$(EXTENSION) + ln -s -f Peak-help.pd $(DESTDIR)$(objectsdir)/cyclone/peak-help.pd + ln -s -f Table.$(EXTENSION) $(DESTDIR)$(objectsdir)/cyclone/table.$(EXTENSION) + ln -s -f Table-help.pd $(DESTDIR)$(objectsdir)/cyclone/table-help.pd + ln -s -f TogEdge.$(EXTENSION) $(DESTDIR)$(objectsdir)/cyclone/togedge.$(EXTENSION) + ln -s -f TogEdge-help.pd $(DESTDIR)$(objectsdir)/cyclone/togedge-help.pd + ln -s -f Trough.$(EXTENSION) $(DESTDIR)$(objectsdir)/cyclone/trough.$(EXTENSION) + ln -s -f Trough-help.pd $(DESTDIR)$(objectsdir)/cyclone/trough-help.pd + ln -s -f Uzi.$(EXTENSION) $(DESTDIR)$(objectsdir)/cyclone/uzi.$(EXTENSION) + ln -s -f Uzi-help.pd $(DESTDIR)$(objectsdir)/cyclone/uzi-help.pd + ln -s -f Clip~.$(EXTENSION) $(DESTDIR)$(objectsdir)/cyclone/clip~.$(EXTENSION) + ln -s -f Clip~-help.pd $(DESTDIR)$(objectsdir)/cyclone/clip~-help.pd + ln -s -f Line~.$(EXTENSION) $(DESTDIR)$(objectsdir)/cyclone/line~.$(EXTENSION) + ln -s -f Line~-help.pd $(DESTDIR)$(objectsdir)/cyclone/line~-help.pd + ln -s -f Scope~.$(EXTENSION) $(DESTDIR)$(objectsdir)/cyclone/scope~.$(EXTENSION) + ln -s -f Scope~-help.pd $(DESTDIR)$(objectsdir)/cyclone/scope~-help.pd + ln -s -f Snapshot~.$(EXTENSION) $(DESTDIR)$(objectsdir)/cyclone/snapshot~.$(EXTENSION) + ln -s -f Snapshot~-help.pd $(DESTDIR)$(objectsdir)/cyclone/snapshot~-help.pd + clean: -$(MAKE) -f Makefile $(DEST_PATHS) clean -- cgit v1.2.1