47f8960c39
library. PR: 26928 Submitted by: Randall Hopper <aa8vb@nc.rr.com>
12 lines
183 B
Makefile
12 lines
183 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= projection
|
|
SRCS!= echo ${.CURDIR}/*.cpp
|
|
CXXFLAGS+= -I${LOCALBASE}/include
|
|
SHLIB_MAJOR= 1
|
|
SHLIB_MINOR= 0
|
|
LIBDIR= ${PREFIX}/lib
|
|
NOPROFILE= true
|
|
|
|
.include <bsd.lib.mk>
|