summaryrefslogtreecommitdiffstats
path: root/perl-install/resize_fat/Makefile
blob: 9078b361a215cf0df059ed52b1a669fa4dd2c420 (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= || $(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