File: Makefile.am

package info (click to toggle)
ypbind-mt 2.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,012 kB
  • sloc: sh: 4,375; ansic: 3,091; xml: 372; makefile: 62; sed: 16
file content (20 lines) | stat: -rw-r--r-- 552 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
#
# Copyright (c) 1998, 1999, 2003 Thorsten Kukuk, Germany
#
# Author: Thorsten Kukuk <kukuk@suse.de>
#
# Process this file with automake to produce Makefile.in.

noinst_LIBRARIES = libcompat.a
noinst_HEADERS = ypbind3_binding.h

AM_CFLAGS = -D_REENTRANT=1 @WARNFLAGS@
AM_CPPFLAGS = -I$(srcdir) @TIRPC_CFLAGS@ @NSL_CFLAGS@ -DLOCALEDIR=\"$(localedir)\"

libcompat_a_SOURCES = dns_hosts.c res_options.h ypbind3_binding_dup.c \
		ypbind3_binding_free.c host2ypbind3_binding.c
libcompat_a_LIBADD = @LIBOBJS@

localedir = $(datadir)/locale

CLEANFILES = *~