File: Makefile.am

package info (click to toggle)
libnfs 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,928 kB
  • sloc: sh: 11,409; ansic: 7,313; makefile: 110
file content (22 lines) | stat: -rw-r--r-- 508 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
noinst_PROGRAMS = nfsclient-async nfsclient-raw nfsclient-sync nfsclient-bcast nfsclient-listservers

AM_CPPFLAGS = \
	-I$(abs_top_srcdir)/include \
	-I../mount \
	-I../nfs \
	-I../rquota \
	-I../portmap \
	"-D_U_=__attribute__((unused))"

AM_LDFLAGS = ../lib/.libs/libnfs.la

nfsclient_async_SOURCES = nfsclient-async.c

nfsclient_raw_SOURCES = nfsclient-raw.c

nfsclient_sync_SOURCES = nfsclient-sync.c

nfsclient_bcast_SOURCES = nfsclient-bcast.c

nfsclient_listservers_SOURCES = nfsclient-listservers.c