forked from boostorg/regex
Initial boost-regex++ release
[SVN r7845]
This commit is contained in:
18
lib/makefile.org
Normal file
18
lib/makefile.org
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
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)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user