X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=php5-swig%2FMakefile;fp=php5-swig%2FMakefile;h=0000000000000000000000000000000000000000;hb=3c53a0b7306711683492be3bd0c84bcb92902d4f;hp=cc90f0adbb62dfdac5c3a2991793e2c56a85e280;hpb=7d1da52761b9ec9747c4400609658a379a34392c;p=xml-template diff --git a/php5-swig/Makefile b/php5-swig/Makefile deleted file mode 100644 index cc90f0a..0000000 --- a/php5-swig/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -CPPFLAGS=$(shell php-config --includes) -CXXFLAGS=-std=gnu++0x $(shell xml2-config --cflags) -fPIC -g -LDFLAGS=-shared -LIBS=../c++11/xml-template.o - -XML_Template_SWIG.so: xml-template_wrap.o $(LIBS) - $(CXX) $(LDFLAGS) -o $@ $< $(LIBS) - -xml-template_wrap.cpp XML_Template_SWIG.php php_XML_Template_SWIG.h : xml-template.swig - swig -c++ -php $< - -clean: - $(RM) XML_Template_SWIG.so xml-template_wrap.o - $(RM) xml-template_wrap.cpp XML_Template_SWIG.php php_XML_Template_SWIG.h -