2
0
mirror of https://github.com/boostorg/regex.git synced 2026-02-15 13:22:18 +00:00
Files
regex/lib/makefile.org
John Maddock 58a5836642 Initial boost-regex++ release
[SVN r7845]
2000-09-26 11:48:28 +00:00

141 B

LIBNAME=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)