File: Makefile.am

package info (click to toggle)
lgeneral 1.4.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,384 kB
  • sloc: ansic: 30,441; sh: 3,574; makefile: 375; sed: 93
file content (14 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
noinst_LIBRARIES = libutil.a
libutil_a_SOURCES = localize.c localize.h \
	hashtable.c hashtable.h hashtable_private.h \
	hashtable_itr.c hashtable_itr.h \
	hashtable_utility.c hashtable_utility.h \
	paths.c paths.h portability.c $(PATHS_PLATFORM)

if compile_paths_linux
  PATHS_PLATFORM = paths-linux.c
endif

AM_CPPFLAGS = $(INTLINCLUDES) -I$(top_srcdir)
DEFS = -DHAVE_CONFIG_H -DDATADIR=\"@datadir@\" -DPREFIX=\"@prefix@\"