Makefile.am 237 B

123456
  1. ## Process this file with automake to produce Makefile.in
  2. noinst_LTLIBRARIES = libcompat.la
  3. libcompat_la_LDFLAGS = -no-undefined
  4. libcompat_la_SOURCES = libcompat.c libcompat.h fpclassify.c
  5. libcompat_la_LIBADD = $(LTLIBOBJS) $(LTALLOCA)