From c154caa5e9281699f465b9fb4185370694f21866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 30 Sep 2011 06:59:31 +0000 Subject: delete symlinks from svn and create them on the fly svn path=/trunk/externals/zexy/; revision=15421 --- reference/Makefile.am | 54 +++++++++++++++++++++++++++++++++++----------- reference/any2list-help.pd | 1 - reference/demux-help.pd | 1 - reference/demux~-help.pd | 1 - reference/l-help.pd | 1 - reference/l2i-help.pd | 1 - reference/l2s-help.pd | 1 - reference/lp-help.pd | 1 - reference/mux-help.pd | 1 - reference/mux~-help.pd | 1 - reference/s2l-help.pd | 1 - reference/unfold-help.pd | 1 - 12 files changed, 41 insertions(+), 24 deletions(-) delete mode 120000 reference/any2list-help.pd delete mode 120000 reference/demux-help.pd delete mode 120000 reference/demux~-help.pd delete mode 120000 reference/l-help.pd delete mode 120000 reference/l2i-help.pd delete mode 120000 reference/l2s-help.pd delete mode 120000 reference/lp-help.pd delete mode 120000 reference/mux-help.pd delete mode 120000 reference/mux~-help.pd delete mode 120000 reference/s2l-help.pd delete mode 120000 reference/unfold-help.pd diff --git a/reference/Makefile.am b/reference/Makefile.am index 054702f..0295c37 100644 --- a/reference/Makefile.am +++ b/reference/Makefile.am @@ -4,7 +4,7 @@ SUFFIXES = .pd zexydir=$(pkglibdir) -dist_zexy_DATA = \ +dist_zexy_DATA= \ a2l-help.pd \ atoi-help.pd \ avg~-help.pd \ @@ -79,15 +79,43 @@ dist_zexy_DATA = \ z~-help.pd \ zigbinops-help.pd -# dist_zexy_DATA += \ -# unfold-help.pd \ -# mux-help.pd \ -# demux~-help.pd \ -# l2i-help.pd \ -# l2s-help.pd \ -# any2list-help.pd \ -# lp-help.pd \ -# demux-help.pd \ -# l-help.pd \ -# mux~-help.pd \ -# s2l-help.pd +############# +# symlinks for aliases +zexyaliasdir=$(pkglibdir) + +clean-local: clean_zexyalias +.PHONY: clean_zexyalias + +dist_zexyalias_DATA= \ + unfold-help.pd \ + mux-help.pd \ + demux~-help.pd \ + l2i-help.pd \ + l2s-help.pd \ + any2list-help.pd \ + lp-help.pd \ + demux-help.pd \ + l-help.pd \ + mux~-help.pd \ + s2l-help.pd + +# create aliases +$(dist_zexyalias_DATA): + test -e $< && $(LN_S) $< $@ + +# delete aliases +clean_zexyalias: + -rm -f $(dist_zexyalias_DATA) + +# define aliases +any2list-help.pd: a2l-help.pd +demux~-help.pd: demultiplex~-help.pd +demux-help.pd: demultiplex-help.pd +l2i-help.pd: list2int-help.pd +l2s-help.pd: list2symbol-help.pd +l-help.pd: lister-help.pd +lp-help.pd: lpt-help.pd +mux~-help.pd: multiplex~-help.pd +mux-help.pd: multiplex-help.pd +s2l-help.pd: symbol2list-help.pd +unfold-help.pd: drip-help.pd diff --git a/reference/any2list-help.pd b/reference/any2list-help.pd deleted file mode 120000 index 9078480..0000000 --- a/reference/any2list-help.pd +++ /dev/null @@ -1 +0,0 @@ -a2l-help.pd \ No newline at end of file diff --git a/reference/demux-help.pd b/reference/demux-help.pd deleted file mode 120000 index ade282c..0000000 --- a/reference/demux-help.pd +++ /dev/null @@ -1 +0,0 @@ -demultiplex-help.pd \ No newline at end of file diff --git a/reference/demux~-help.pd b/reference/demux~-help.pd deleted file mode 120000 index 3d1726d..0000000 --- a/reference/demux~-help.pd +++ /dev/null @@ -1 +0,0 @@ -demultiplex~-help.pd \ No newline at end of file diff --git a/reference/l-help.pd b/reference/l-help.pd deleted file mode 120000 index 4c7e028..0000000 --- a/reference/l-help.pd +++ /dev/null @@ -1 +0,0 @@ -lister-help.pd \ No newline at end of file diff --git a/reference/l2i-help.pd b/reference/l2i-help.pd deleted file mode 120000 index 0bdd0c6..0000000 --- a/reference/l2i-help.pd +++ /dev/null @@ -1 +0,0 @@ -list2int-help.pd \ No newline at end of file diff --git a/reference/l2s-help.pd b/reference/l2s-help.pd deleted file mode 120000 index 79c6bce..0000000 --- a/reference/l2s-help.pd +++ /dev/null @@ -1 +0,0 @@ -list2symbol-help.pd \ No newline at end of file diff --git a/reference/lp-help.pd b/reference/lp-help.pd deleted file mode 120000 index 6b4489b..0000000 --- a/reference/lp-help.pd +++ /dev/null @@ -1 +0,0 @@ -lpt-help.pd \ No newline at end of file diff --git a/reference/mux-help.pd b/reference/mux-help.pd deleted file mode 120000 index 8afc90b..0000000 --- a/reference/mux-help.pd +++ /dev/null @@ -1 +0,0 @@ -multiplex-help.pd \ No newline at end of file diff --git a/reference/mux~-help.pd b/reference/mux~-help.pd deleted file mode 120000 index e523936..0000000 --- a/reference/mux~-help.pd +++ /dev/null @@ -1 +0,0 @@ -multiplex~-help.pd \ No newline at end of file diff --git a/reference/s2l-help.pd b/reference/s2l-help.pd deleted file mode 120000 index 1072f8b..0000000 --- a/reference/s2l-help.pd +++ /dev/null @@ -1 +0,0 @@ -symbol2list-help.pd \ No newline at end of file diff --git a/reference/unfold-help.pd b/reference/unfold-help.pd deleted file mode 120000 index f1001b5..0000000 --- a/reference/unfold-help.pd +++ /dev/null @@ -1 +0,0 @@ -drip-help.pd \ No newline at end of file -- cgit v1.2.1