File: Makefile.am

package info (click to toggle)
gliv 1.9.7-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 5,780 kB
  • ctags: 4,039
  • sloc: ansic: 30,070; sh: 5,207; makefile: 740; yacc: 291; 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