Files
regex/makefile.in
John Maddock 58a5836642 Initial boost-regex++ release
[SVN r7845]
2000-09-26 11:48:28 +00:00

29 lines
305 B
Makefile

ALL_DEP=@ac_all_dep@
base: ./lib/libregex++.a
./lib/libregex++.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