From 856867b34d0037667064a7d4b192f7afbafe5dfc Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 27 Sep 2011 03:01:00 +0000 Subject: add links for the downcase versions only on GNU/Linux since Windows and Mac OS X almost always use case insensitive file systems, so Borax.pd_darwin is the same file as borax.pd_darwin, etc. svn path=/trunk/externals/miXed/; revision=15360 --- cyclone/Makefile.libdir | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cyclone') diff --git a/cyclone/Makefile.libdir b/cyclone/Makefile.libdir index 2663f46..7e5adf0 100644 --- a/cyclone/Makefile.libdir +++ b/cyclone/Makefile.libdir @@ -118,7 +118,10 @@ install: cyclone $(INSTALL_DIR) $(DESTDIR)$(bindir) $(INSTALL_PROGRAM) ../bin/cyclist $(DESTDIR)$(bindir) $(STRIP) $(DESTDIR)$(bindir)/cyclist$(EXE) -# add links for the downcase versions +ifeq ($(UNAME),Linux) +# add links for the downcase versions, only on GNU/Linux since Windows +# and Mac OS X almost always use case insensitive file systems, so +# Borax.pd_darwin is the same file as borax.pd_darwin, etc. 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) @@ -151,7 +154,7 @@ install: cyclone 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 - +#endif clean: -$(MAKE) -f Makefile $(DEST_PATHS) clean -- cgit v1.2.1