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

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

realclean: distclean

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

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

install: