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:
parent
8daf2c32d7
commit
eaab9adb44
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue