Files
regex/makefile.in

29 lines
313 B
Makefile
Raw Normal View History

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