Makefile.am 334 B

123456789101112131415161718
  1. ## Process this file with automake to produce Makefile.in
  2. SUBDIRS = Sfio_f
  3. AM_CPPFLAGS = -I$(top_srcdir)/lib
  4. noinst_HEADERS = sfhdr.h sfio.h
  5. noinst_LTLIBRARIES = libsfio_C.la
  6. libsfio_C_la_SOURCES = sfcvt.c \
  7. sfextern.c \
  8. sftable.c sfprint.c \
  9. sfvscanf.c
  10. libsfio_C_la_DEPENDENCIES = \
  11. Sfio_f/libsfiof_C.la
  12. EXTRA_DIST = README