File: Makefile.am

package info (click to toggle)
nfs-utils 1%3A1.0.10-6
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 4,228 kB
  • ctags: 2,554
  • sloc: ansic: 24,689; sh: 9,398; makefile: 667
file content (14 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Process this file with automake to produce Makefile.in

man8_MANS	= showmount.man
EXTRA_DIST	= $(man8_MANS)

sbin_PROGRAMS	= showmount
showmount_SOURCES = showmount.c
showmount_LDADD = ../../support/export/libexport.a \
		  ../../support/nfs/libnfs.a \
	  	  ../../support/misc/libmisc.a
showmount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS) \
		   -I$(top_builddir)/support/export

MAINTAINERCLEANFILES = Makefile.in