## Automake template for GNU support functions. SRCS = fnmatch.c getopt.c getopt1.c glob.c regex.c getdate.y HDRS = fnmatch.h getopt.h glob.h regex.h system.h getdate.h noinst_LTLIBRARIES = libgnu.la INCLUDES = -I$(top_srcdir)/src libgnu_la_SOURCES = $(SRCS) $(HDRS) @common_rules@