File: Makefile.am

package info (click to toggle)
id-utils 4.6%2Bgit20120811-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 10,024 kB
  • ctags: 6,548
  • sloc: ansic: 69,008; sh: 9,509; perl: 558; makefile: 205; lisp: 29; sed: 16
file content (26 lines) | stat: -rw-r--r-- 768 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## Process this file with automake to create Makefile.in

noinst_LIBRARIES = libidu.a

libidu_a_SOURCES = dynvec.c dynvec.h \
                   idu-hash.c idu-hash.h \
                   idfile.c idfile.h \
                   idread.c  \
                   idwrite.c \
                   fnprint.c \
                   scanners.c scanners.h \
                   walker.c \
                   tokflags.h \
                   iduglobal.h \
                   xnls.h

AM_CPPFLAGS = -I$(top_srcdir)/lib \
              -DDATADIR=\"$(datadir)\" \
              -DLOCALEDIR=\"$(datadir)/locale\" \
              -DLANGUAGE_MAP_FILE=\"$(datadir)/id-lang.map\"

AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)

idudir = $(datadir)
idu_DATA = id-lang.map
EXTRA_DIST = $(idu_DATA)