From 0bcda635cb0d2b90e6f7d1718486e9ffeb1d3a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 19 Mar 2007 15:56:56 +0000 Subject: added an aliasing "system": only the master objects are kept in CVS; aliases are copied (or linked) from the master objects svn path=/trunk/externals/zexy/; revision=7507 --- src/Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 44d4ec9..9ded18f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -89,7 +89,17 @@ distclean: realclean tests: all make -C $(TESTDIR) -install: install-abs install-bin install-doc +alias: alias-bin alias-abs + +alias-bin: all + ./makealias.sh ../src/alias ../src ../reference + + +alias-abs: + ./makealias.sh ../abs/alias ../abs + + +install: all install-abs install-bin install-doc install-bin: -install -d $(INSTALL_BIN) -- cgit v1.2.1