summaryrefslogtreecommitdiffstats
path: root/addon/doxmlparser/test/Makefile.in
blob: 1dfbd17e821953a0b5216a0dbb447da37e738bdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
all clean depend: Makefile.xmlparse 
	$(MAKE) -f Makefile.xmlparse $@

distclean: clean
	$(RM) -rf Makefile.xmlparse xmlparse.pro Makefile obj

tmake:
	$(ENV) $(PERL) $(TMAKE) xmlparse.pro >Makefile.xmlparse

Makefile.xmlparse: xmlparse.pro
	$(ENV) $(PERL) $(TMAKE) xmlparse.pro >Makefile.xmlparse

install: