summaryrefslogtreecommitdiffstats
path: root/perl-install/Newt/Makefile
blob: cb80c5ab7d1339e35767bd50622daee970eb57d7 (plain)
1
2
3
4
5
6
7
8
9
10
.PHONY: clean

Newt: %: %.xs
	test -e Makefile_c || perl Makefile.PL
	$(MAKE) -f Makefile_c LD_RUN_PATH=
	rm -f ../auto/Newt ; ln -s ../Newt/blib/arch/auto/Newt ../auto

clean:
	test ! -e Makefile_c || $(MAKE) -f Makefile_c clean
	rm -f *~ *.o