File: Makefile.am

package info (click to toggle)
pspp 0.3.0-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,288 kB
  • ctags: 4,679
  • sloc: ansic: 57,209; sh: 2,874; makefile: 405; sed: 93; perl: 18
file content (16 lines) | stat: -rw-r--r-- 554 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Process this file with automake to produce Makefile.in  -*- makefile -*-

noinst_LIBRARIES = libmisc.a

INCLUDES = -I$(srcdir) -I$(top_srcdir)/src -I$(top_srcdir) \
-I$(top_srcdir)/intl

libmisc_a_SOURCES = qsort.c getopt.c getopt1.c
libmisc_a_LIBADD = @ALLOCA@ @LIBOBJS@
libmisc_a_DEPENDENCIES = @ALLOCA@ @LIBOBJS@

EXTRA_DIST = alloca.c getdelim.c getline.c memchr.c memcmp.c memcpy.c \
memmem.c memmove.c memset.c stpcpy.c strcasecmp.c strerror.c \
strncasecmp.c strpbrk.c strstr.c strtok_r.c strtol.c strtoul.c

MAINTAINERCLEANFILES = Makefile.in