CCSHARED used for compiling the GIFPlot library files

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4356 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-02-19 21:22:55 +00:00
commit eaab9adb44

View file

@ -8,7 +8,7 @@ RANLIB = @RANLIB@
TARGET = ../libgifplot.a
.c.@OBJEXT@:
$(CC) $(INCLUDES) $(CFLAGS) -c -o $*.@OBJEXT@ $<
$(CC) $(CCSHARED) $(INCLUDES) $(CFLAGS) -c -o $*.@OBJEXT@ $<
all: $(OBJS)
@rm -f ../libgifplot.a