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

20 lines
146 B
Org Mode

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)