git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@485 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-06-16 18:58:14 +00:00
commit 08f577be7b
2 changed files with 0 additions and 1524 deletions

View file

@ -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.*

File diff suppressed because it is too large Load diff