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

146 B

LIBNAME=boost_regex

CPP=@CXX@ AR=ar

CPP_PROJ=@CXXFLAGS@ -I../../../ -c

ALL_O=@ac_all_o@ ALL_H=@ac_all_h@

lib$(LIBNAME).a : $(ALL_O)