Added compile and cxxcompile targets.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4330 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
cfb5ae908f
commit
99fede4c84
1 changed files with 6 additions and 0 deletions
|
|
@ -763,6 +763,12 @@ chicken_c:
|
|||
chicken_cpp:
|
||||
$(SWIG) -c++ -chicken $(SWIGOPT) $(INCLUDE) $(INTERFACE)
|
||||
|
||||
compile: $(INTERFACE)
|
||||
$(CC) $(CFLAGS) $(INCLUDE) -c $(INTERFACE) -o $(TARGET)
|
||||
|
||||
cxxcompile: $(INTERFACE)
|
||||
$(CXX) $(CFLAGS) $(INCLUDE) -c $(INTERFACE) -o $(TARGET)
|
||||
|
||||
chicken_csi:
|
||||
X=`pwd` && cd @CHICKENHOME@ && \
|
||||
@CHICKEN@ @CHICKENHOME@/src/csi.scm $(CHICKENOPTS) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue