A few last-minute changes to the previous commit :)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@149 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
4d6f8c3326
commit
a41d5a1740
3 changed files with 22 additions and 2 deletions
|
|
@ -88,8 +88,22 @@ all: swig
|
|||
swig: $(OBJS)
|
||||
for i in $(OBJS); do echo Source/Swig/$$i >> $(OBJS_FILE); done
|
||||
|
||||
######################################################################
|
||||
# TARGET: experiment
|
||||
#####################################################################
|
||||
# same as swig
|
||||
experiment: swig
|
||||
|
||||
######################################################################
|
||||
# TARGET: python
|
||||
#####################################################################
|
||||
# not integrated with the mother ship yet
|
||||
python: $(TARGET) # the python module
|
||||
|
||||
######################################################################
|
||||
# TARGET: supertest
|
||||
#####################################################################
|
||||
# not integrated with the mother ship yet
|
||||
supertest: super.c # test the super module
|
||||
$(CC) $(CCSHARED) $(INCLUDE) $(CFLAGS) -g -DSUPER_TEST -c \
|
||||
-o supertest.o super.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue