Files
regex/makefile.in
2001-03-08 12:29:07 +00:00

29 lines
313 B
Makefile

ALL_DEP=@ac_all_dep@
base: ./lib/libboost_regex.a
./lib/libboost_regex.a: $(ALL_DEP)
sh dmi.sh lib
jgrep : base
sh dmi.sh demo/jgrep
test : base
sh dmi.sh demo/regress
regress : test
timer : base
sh dmi.sh demo/timer
install : base
echo no install option available
all : base jgrep test timer