File: Makefile.am

package info (click to toggle)
andi 0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 988 kB
  • sloc: ansic: 2,296; sh: 426; cpp: 99; makefile: 76; awk: 51
file content (10 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
noinst_LIBRARIES= libcompat.a
libcompat_a_SOURCES= compat-string.h compat-stdlib.h

if !HAVE_STRCHRNUL
libcompat_a_SOURCES+= strchrnul.c
endif

if !HAVE_REALLOCARRAY
libcompat_a_SOURCES+= reallocarray.c
endif