update porting to new machine
[wikipedia-parser-hphp.git] / parser / Makefile.am
blob20ce0f772101af5d2269b39e73cf46d962efaed4
1 bin_PROGRAMS = test
2 test_SOURCES=ParserPhc.cxx ParserPhc_b.cxx
4 PHPDIR=/home/mdupont/2009/01/php/install/include/php
6 PHPINC=-I$(PHPDIR)/main  -I$(PHPDIR)/Zend/ -I$(PHPDIR) -I$(PHPDIR)/TSRM  
8 test_CXXFLAGS=-O0 -g -pg $(PHPINC)
10 test_LDFLAGS=-pg -g -lxerces-c -lphp5 -L/home/mdupont/2009/01/php/install/lib  -ldl