summaryrefslogtreecommitdiffstats
path: root/perl-install/Newt/Makefile
blob: b366e5974e883eb665648f30286ea7e1a1930e5f (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 *~