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

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

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