File: Makefile.am

package info (click to toggle)
nfs-utils 1%3A2.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,276 kB
  • sloc: ansic: 52,182; sh: 5,371; python: 2,151; makefile: 971
file content (17 lines) | stat: -rw-r--r-- 560 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = 
noinst_LTLIBRARIES = libnfs.la libnfsconf.la

libnfs_la_SOURCES = exports.c rmtab.c xio.c rpcmisc.c rpcdispatch.c \
		   xcommon.c wildmat.c mydaemon.c \
		   rpc_socket.c getport.c \
		   svc_socket.c cacheio.c closeall.c nfs_mntent.c \
		   svc_create.c atomicio.c strlcat.c strlcpy.c
libnfs_la_LIBADD = libnfsconf.la
libnfs_la_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS) -I$(top_srcdir)/support/reexport

libnfsconf_la_SOURCES = conffile.c xlog.c

MAINTAINERCLEANFILES = Makefile.in