Cleanup
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@485 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0dac2d8347
commit
80ef5c04a4
2 changed files with 0 additions and 1524 deletions
|
|
@ -27,15 +27,5 @@ $(TARGET): $(OBJS)
|
|||
$(AR) cr $(TARGET) $(OBJS)
|
||||
$(RANLIB) $(TARGET)
|
||||
|
||||
supertest: super.c
|
||||
$(CC) $(CCSHARED) $(INCLUDE) $(CFLAGS) -g -DSUPER_TEST -c \
|
||||
-o supertest.o super.c
|
||||
$(CC) supertest.o -ldoh -o supertest
|
||||
|
||||
typetest: type.c super.o stype.o
|
||||
$(CC) $(CCSHARED) $(INCLUDE) $(CFLAGS) -g -DTYPE_TEST -c \
|
||||
-o typetest.o type.c
|
||||
$(CC) typetest.o super.o stype.o -ldoh -o typetest
|
||||
|
||||
clean:
|
||||
rm -f *.o *~ core *.so *.a *_wrap.*
|
||||
|
|
|
|||
1514
Source/Swig/super.c
1514
Source/Swig/super.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue