Makefile.am 1.3 KB

1234567891011121314151617181920212223242526
  1. ## LIBOPTS Makefile
  2. MAINTAINERCLEANFILES = Makefile.in
  3. if INSTALL_LIBOPTS
  4. lib_LTLIBRARIES = libopts.la
  5. else
  6. noinst_LTLIBRARIES = libopts.la
  7. endif
  8. libopts_la_SOURCES = libopts.c
  9. libopts_la_CPPFLAGS = -I$(top_srcdir)
  10. libopts_la_LDFLAGS = -version-info 29:0:4
  11. EXTRA_DIST = \
  12. COPYING.lgpl COPYING.mbsd MakeDefs.inc \
  13. README autoopts/options.h autoopts/usage-txt.h \
  14. autoopts.c autoopts.h boolean.c \
  15. compat/compat.h compat/pathfind.c compat/snprintf.c \
  16. compat/strchr.c compat/strdup.c compat/windows-config.h \
  17. configfile.c cook.c enumeration.c \
  18. environment.c genshell.c genshell.h \
  19. load.c m4/libopts.m4 m4/liboptschk.m4 \
  20. makeshell.c nested.c numeric.c \
  21. pgusage.c proto.h putshell.c \
  22. restore.c save.c sort.c \
  23. stack.c streqvcmp.c text_mmap.c \
  24. tokenize.c usage.c version.c \
  25. snprintf.c strchr.c pathfind.c \
  26. windows-config.h strdup.c compat.h