Files
regex/build/makefile.org
2001-04-10 11:44:47 +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)