Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / bsd / am-utils / dist / fixmount / Makefile.am
blob69727b9bbdc32da5b162debaed816cc77eecf174
1 ## Process this file with automake to produce Makefile.in
3 # Package: am-utils
4 # Level: Makefile for fixmount/ directory
5 # Author: Erez Zadok
7 sbin_PROGRAMS = fixmount
9 # man pages
10 man_MANS = fixmount.8
12 # headers this depends on, not to be installed
13 #noinst_HEADERS =
15 fixmount_SOURCES = fixmount.c
16 EXTRA_fixmount_OBJECTS = check_mount.o
17 LDADD = $(EXTRA_fixmount_OBJECTS) ../libamu/libamu.la
19 INCLUDES = -I$(top_srcdir)/include
21 # allow users to add their own flags via "configure --enable-am-flags=ARG"
22 AMU_CFLAGS = @AMU_CFLAGS@
23 AM_CFLAGS = @CFLAGS@ $(AMU_CFLAGS)
25 # additional files to distribute and clean
26 EXTRA_DIST = $(man_MANS)
27 DISTCLEANFILES = check_mount.c
29 # dependencies
30 $(PROGRAMS): $(LDADD)
31 $(fixmount_OBJECTS) $(EXTRA_fixmount_OBJECTS):  \
32         ../config.h                             \
33         ../aux_conf.h                           \
34         $(top_srcdir)/include/am_compat.h       \
35         $(top_srcdir)/include/am_defs.h         \
36         $(top_srcdir)/include/am_utils.h        \
37         $(top_srcdir)/include/am_xdr_func.h     \
38         $(top_srcdir)/include/amq_defs.h        \
39         @AMU_NFS_PROT_HEADER@                   \
40         $(noinst_HEADERS)