File: Makefile.am

package info (click to toggle)
check 0.15.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,308 kB
  • sloc: ansic: 11,759; sh: 5,258; makefile: 334
file content (6 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
## Process this file with automake to produce Makefile.in

noinst_LTLIBRARIES = libcompat.la
libcompat_la_LDFLAGS = -no-undefined
libcompat_la_SOURCES = libcompat.c libcompat.h fpclassify.c
libcompat_la_LIBADD = $(LTLIBOBJS) $(LTALLOCA)