1 ## Process this file with automake to produce Makefile.in
4 # Level: Makefile for wire-test/ directory
7 sbin_PROGRAMS = wire-test
10 man_MANS = wire-test.8
12 # headers this depends on, not to be installed
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)
30 $(wire_test_OBJECTS): \
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@ \