1 ## Process this file with automake to produce Makefile.in
4 # Level: Makefile for libamu/ directory
7 #noinst_LIBRARIES = libamu.a
8 lib_LTLIBRARIES = libamu.la
10 # headers this depends on, not to be installed
11 noinst_HEADERS = amu.h
13 # these sources must be included:
24 ## no need to list other optional sources because automake will add them
26 ## XXX: must add the files after memcmp.c until automake 1.4+ is out
27 EXTRA_DIST = memcmp.c \
38 DISTCLEANFILES = mountutil.c mtabutil.c transputil.c umount_fs.c
40 # these may be added automatically by automake if needed:
44 # memcmp.c (via AC_FUNC_MEMCMP)
51 # files optionally compiled:
52 # mountutil.c: mount utilities
53 # umount_fs.c: un-mount utilities
55 # files that are always compiled, but to a different path:
56 # mtabutil.c: mount table utilities
57 # transputil.c: transport (Sockets or TLI) utilities
64 ## XXX: Use the next line when automake newer than 1.4
65 ## XXX: Instead of the two lines that follow.
66 ## libamu_la_LIBADD = @LTLIBOBJS@ @LTALLOCA@
67 libamu_la_LIBADD = @AMU_LIB_OBJS@
68 libamu_la_DEPENDENCIES = @AMU_LIB_OBJS@
71 # LDFLAGS should include standard ones plus LIBTOOL ones
72 AM_LDFLAGS = @LDFLAGS@ @LIBTOOL_LDFLAGS@
74 INCLUDES = -I$(top_srcdir)/include
76 # allow users to add their own flags via "configure --enable-am-flags=ARG"
77 AMU_CFLAGS = @AMU_CFLAGS@
78 AM_CFLAGS = @CFLAGS@ $(AMU_CFLAGS)
81 $(libamu_la_OBJECTS) $(libamu_la_LIBADD): \
84 $(top_srcdir)/include/am_compat.h \
85 $(top_srcdir)/include/am_defs.h \
86 $(top_srcdir)/include/am_utils.h \
87 $(top_srcdir)/include/am_xdr_func.h \
88 $(top_srcdir)/include/amq_defs.h \
89 @AMU_NFS_PROT_HEADER@ \