Makefile.am 482 B

1234567891011121314151617181920
  1. ## Process this file with automake to produce Makefile.in
  2. noinst_LIBRARIES = liboptlib.a
  3. EXTRA_DIST = getdate.c
  4. INCLUDES = -I.. -I$(srcdir)
  5. liboptlib_a_SOURCES = getopt.c getopt1.c long-options.c closeout.c
  6. #liboptlib_a_LIBADD = @LIBOBJS@ @ALLOCA@
  7. liboptlib_a_DEPENDENCIES = $(liboptlib_a_LIBADD)
  8. noinst_HEADERS = getopt.h long-options.h closeout.h error.h
  9. BUILT_SOURCES =
  10. # Remove these files here... they are created locally
  11. DISTCLEANFILES = $(BUILT_SOURCES) .deps/* *~