Cross Reference: Makefile
xref: /src/share/examples/puffs/pgfs/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/share/examples/puffs/pgfs/
Makefile revision 1.1
11.1Syamt
21.1SyamtPROG=	mount_pgfs
31.1SyamtSRCS=	mount.c pgfs_subs.c pgfs_db.c pgfs_puffs.c pgfs_waitq.c pgfs_debug.c
41.1Syamt
51.1SyamtDPADD+=	${LIBPUFFS} ${LIBUTIL}
61.1SyamtLDADD+=	-lpuffs -lutil
71.1Syamt
81.1SyamtNOMAN=
91.1Syamt
101.1SyamtPGINC!=		pg_config --includedir
111.1SyamtPGLIBDIR!=	pg_config --libdir
121.1SyamtCPPFLAGS+=	-I${PGINC}
131.1SyamtLDFLAGS+=	-L${PGLIBDIR}
141.1SyamtLDFLAGS+=	-Wl,-R${PGLIBDIR}
151.1SyamtLDFLAGS+=	-lpq
161.1Syamt
171.1SyamtDBG+=		-g
181.1Syamt#DBG?=		-g
191.1Syamt
201.1SyamtWARNS?=		4
211.1Syamt
221.1Syamt.include <bsd.prog.mk>
23

Indexes created Sat Dec 06 15:09:39 GMT 2025