1 ## Process this file with automake to produce Makefile.in
4 # Level: Makefile for fsinfo/ directory
12 # headers this depends on, not to be installed
13 noinst_HEADERS = fsi_data.h fsinfo.h
15 # sources needed: note .y and .l files have to be first
32 # sources which get auto-built (from yacc/lex)
33 BUILT_SOURCES = fsi_gram.c fsi_gram.h fsi_lex.c \
34 null_gram.c null_gram.h null_lex.c
36 EXTRA_DIST = $(man_MANS)
37 # do not distribute files that should be generated by lex/yacc locally
39 (cd $(distdir) && rm -f fsi_gram.c fsi_gram.h fsi_lex.c)
41 # clean these files, which get automatically generated by yacc/lex
42 CLEANFILES = $(BUILT_SOURCES)
44 LDADD = $(EXTRA_fsinfo_OBJECTS) ../libamu/libamu.la
45 # must manually add f/lex library to LIBS, and not to LDADD.
46 LIBS = @LIBS@ @LEXLIB@
48 INCLUDES = -I$(top_srcdir)/include
50 # allow users to add their own flags via "configure --enable-am-flags=ARG"
51 AMU_CFLAGS = @AMU_CFLAGS@
52 AM_CFLAGS = @CFLAGS@ $(AMU_CFLAGS)
60 $(top_srcdir)/include/am_compat.h \
61 $(top_srcdir)/include/am_defs.h \
62 $(top_srcdir)/include/am_utils.h \
63 $(top_srcdir)/include/am_xdr_func.h \
64 $(top_srcdir)/include/amq_defs.h \
65 @AMU_NFS_PROT_HEADER@ \