PERLCONFIG = -Duselargefiles -Uuse64bitint -Uuse64bitall -Dusemymalloc \ -Ud_dosuid -Uusemallocwrap -Uusedl \ -Dprefix=/etc/staticperl/prefix \ -Uusethreads -Uuse5005threads -Uuseithreads -Uusemultiplicity -Umultiarch \ -Dcc=gcc -Doptimize="-O4 -funroll-loops" \ -Dlibs="-lm -lcrypt -lutil -lc" all: stamp.perl stamp.perl: stamp.perl.config touch stamp.perl stamp.perl.config: (cd perl && sh Configure -desO $(PERLCONFIG)) touch $@ clean: -(cd perl && make clean) rm stamp.*