Cross Reference: Makefile
xref: /src/share/examples/puffs/pgfs/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/share/examples/puffs/pgfs/
Makefile revision 1.2
1
2PROG=	mount_pgfs
3SRCS=	mount.c pgfs_subs.c pgfs_db.c pgfs_puffs.c pgfs_waitq.c pgfs_debug.c
4
5DPADD+=	${LIBPUFFS} ${LIBUTIL}
6LDADD+=	-lpuffs -lutil
7
8NOMAN=
9
10PG_CONFIG=	pg_config
11
12PGINC!=		${PG_CONFIG} --includedir
13PGLIBDIR!=	${PG_CONFIG} --libdir
14CPPFLAGS+=	-I${PGINC}
15LDFLAGS+=	-L${PGLIBDIR}
16LDFLAGS+=	-Wl,-R${PGLIBDIR}
17LDFLAGS+=	-lpq
18
19DBG+=		-g
20#DBG?=		-g
21
22WARNS?=		4
23
24.include <bsd.prog.mk>
25

Indexes created Tue Dec 09 08:09:34 GMT 2025