altosui: libaltos.so is built with libtool -- it's in ../libaltos/.libs
authorKeith Packard <keithp@keithp.com>
Fri, 10 Sep 2010 03:59:29 +0000 (20:59 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 10 Sep 2010 03:59:29 +0000 (20:59 -0700)
It used to be in ../libaltos

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/altosui/Makefile.am

index 3e0d7c9bdd60844505e725ca92448618c2c75ff9..56e6d7ae91ecec62f97bd47a2dc0bc8983c1e1e0 100644 (file)
@@ -143,7 +143,15 @@ altosui-test: Makefile
        echo 'exec java -cp "$(FREETTS)/*" -Djava.library.path="../libaltos/.libs" -jar altosui.jar "$$@"' >> $@
        chmod +x $@
 
        echo 'exec java -cp "$(FREETTS)/*" -Djava.library.path="../libaltos/.libs" -jar altosui.jar "$$@"' >> $@
        chmod +x $@
 
-$(LIBALTOS):
+libaltos.so:
+       -rm -f "$@"
+       $(LN_S) ../libaltos/.libs/"$@" .
+
+libaltos.dylib:
+       -rm -f "$@"
+       $(LN_S) ../libaltos/"$@" .
+
+altos.dll:
        -rm -f "$@"
        $(LN_S) ../libaltos/"$@" .
 
        -rm -f "$@"
        $(LN_S) ../libaltos/"$@" .