File: Makefile.am

package info (click to toggle)
gliv 1.9.5-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 3,784 kB
  • ctags: 2,886
  • sloc: ansic: 22,364; sh: 4,678; makefile: 666; yacc: 288; awk: 185; sed: 16
file content (24 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
EXTRA_DIST = $(getdelim_dist)     \
             $(getopt_long_dist)

if NEED_REPLACEMENTS
noinst_LIBRARIES = libreplacements.a
libreplacements_a_SOURCES = $(getdelim_src)     \
                            $(getopt_long_src)
endif

getdelim_files = $(srcdir)/getdelim.c $(srcdir)/getdelim.h

if GETDELIM
getdelim_dist = $(getdelim_files)
else
getdelim_src = $(getdelim_files)
endif

getopt_long_files = $(srcdir)/getopt.c $(srcdir)/getopt.h $(srcdir)/getopt1.c

if GETOPT_LONG
getopt_long_dist = $(getopt_long_files)
else
getopt_long_src = $(getopt_long_files)
endif