[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
shellutils 1.16-6.3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 3,284 kB
  • ctags: 2,158
  • sloc: ansic: 22,599; yacc: 1,034; sh: 612; makefile: 368; perl: 239; sed: 93
file content (22 lines) | stat: -rw-r--r-- 813 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libsu.a

## FIXME: Remove basename.c when automake is fixed -- probably for 1.1g
EXTRA_DIST = basename.c getloadavg.c getline.c mktime.c strftime.c getgroups.c

INCLUDES = -I.. -I$(srcdir) -I../intl

libsu_a_SOURCES = regex.c getdate.y posixtm.y readtokens.c \
  canon-host.c full-write.c \
  getopt.c getopt1.c getugroups.c long-options.c \
  putenv.c stripslash.c xgetcwd.c xgethostname.c xmalloc.c \
  xstrdup.c xstrtod.c xstrtol.c xstrtoul.c

libsu_a_LIBADD = @LIBOBJS@ @ALLOCA@
libsu_a_DEPENDENCIES = $(libsu_a_LIBADD)

noinst_HEADERS = error.h getdate.h getline.h getopt.h long-options.h \
  regex.h pathmax.h getdate.c posixtm.c group-member.h readtokens.h \
  xstrtod.h xstrtol.h xstrtoul.h

BUILT_SOURCES = getdate.c posixtm.c