Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / bsd / am-utils / dist / wire-test / Makefile.am
blob3ce7b77adfd659ff7993e255336282042319d969
1 ## Process this file with automake to produce Makefile.in
3 # Package: am-utils
4 # Level: Makefile for wire-test/ directory
5 # Author: Erez Zadok
7 sbin_PROGRAMS = wire-test
9 # man pages
10 man_MANS = wire-test.8
12 # headers this depends on, not to be installed
13 #noinst_HEADERS =
15 wire_test_SOURCES = wire-test.c
17 LDADD = ../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)
28 # dependencies
29 $(PROGRAMS): $(LDADD)
30 $(wire_test_OBJECTS):                           \
31         ../config.h                             \
32         ../aux_conf.h                           \
33         $(top_srcdir)/include/am_compat.h       \
34         $(top_srcdir)/include/am_defs.h         \
35         $(top_srcdir)/include/am_utils.h        \
36         $(top_srcdir)/include/am_xdr_func.h     \
37         $(top_srcdir)/include/amq_defs.h        \
38         @AMU_NFS_PROT_HEADER@                   \
39         $(noinst_HEADERS)