From 517834e74ade4c7e25c29bb084b6c25408480a1b Mon Sep 17 00:00:00 2001 From: jestin Date: Thu, 9 Oct 2003 11:48:10 +0000 Subject: Modified makefiles to allow compilation on OSX --- src/Makefile.osx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile.osx') diff --git a/src/Makefile.osx b/src/Makefile.osx index 3825756..5d626b3 100644 --- a/src/Makefile.osx +++ b/src/Makefile.osx @@ -17,10 +17,10 @@ MAJOR=3 -MINOR=4 +MINOR=5 CC=gcc -CFLAGS = -g +CFLAGS = -g -I/usr/X11R6/include OBJ = ivyloop.o timer.o ivysocket.o ivy.o GOBJ = ivyloop.o timer.o ivysocket.o givy.o #GLUTOBJ = ivyglutloop.o ivysocket.o ivy.o @@ -85,7 +85,7 @@ libivy.$(MAJOR).$(MINOR).dylib: $(OBJ) # $(GLUTOBJ) $(GLUTLIB) -lX11 -lc clean: - -rm -f $(TARGETS) *.o *.a *.so *.so.* *~ + -rm -f $(TARGETS) *.o *.a *.so *.so.* *~ *.dylib installlibs: static-libs shared-libs test -d $(PREFIX)/usr/lib || mkdirhier $(PREFIX)/usr/lib -- cgit v1.1