Makefile.am 352 B

123456789101112131415161718
  1. ## Process this file with automake to produce Makefile.in
  2. localedir = $(datadir)/locale
  3. INCLUDES = \
  4. -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl \
  5. -I$(top_srcdir)/lib
  6. noinst_LIBRARIES = libopt.a
  7. libopt_a_SOURCES = \
  8. closeout.c closeout.h \
  9. error.h \
  10. getopt.c getopt.h \
  11. getopt1.c \
  12. long-options.c long-options.h \
  13. obstack.c obstack.h