summaryrefslogtreecommitdiffstats
path: root/perl-install/Newt/Makefile
blob: 03bb3be9161267a59f6dce9880eb017928530eab (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
	rm -f ../auto/Newt ; ln -s ../Newt/blib/arch/auto/Newt ../auto

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