summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp/config/Makefile.pre
blob: 711bb2c914601bb13c0d014bfb6482cea3e8c6c0 (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Copyright (c) 2004-2005
#	Hartmut Brandt.
#	All rights reserved.
# Copyright (c) 2001-2003
#	Fraunhofer Institute for Open Communication Systems (FhG Fokus).
#	All rights reserved.
#
# Author: Harti Brandt <harti@freebsd.org>
#
# $Begemot: bsnmp/config/Makefile.pre,v 1.5 2005/10/04 11:21:28 brandt_h Exp $
#

@SET_MAKE@

VPATH+=	@srcdir@

srcdir=	@srcdir@
top_builddir= @top_builddir@
builddir= @builddir@
prefix=	@prefix@
exec_prefix= @exec_prefix@
bindir=	@bindir@
sbindir= @sbindir@
libdir= @libdir@
includedir= @includedir@
mandir= @mandir@
datadir= @datadir@

INSTALL= @INSTALL@
INSTALL_PROGRAM= @INSTALL_PROGRAM@
INSTALL_DATA= @INSTALL_DATA@
INSTALL_SCRIPT= @INSTALL_SCRIPT@

ifndef BSD_INSTALL_MAN
BSD_INSTALL_MAN = ${INSTALL_DATA}
endif
ifndef BSD_INSTALL_DATA
BSD_INSTALL_DATA = ${INSTALL_DATA}
endif
ifndef BSD_INSTALL_PROGRAM
BSD_INSTALL_PROGRAM = ${INSTALL_PROGRAM}
endif

LIBTOOL= @LIBTOOL@
CC=	@CC@
DEFINES=@DEFS@
CFLAGS=	@CFLAGS@
LDFLAGS= @LDFLAGS@

LIBEV=	@LIBEV@
LIBWRAP= @LIBWRAP@

# Assume a Posix-ish make that passes MAKEFLAGS in the environment.
SUBMAKE= $(MAKE) --no-print-directory

WARNS=	-Wsystem-headers -Werror -Wall -Wno-format-y2k -W	\
	-Wstrict-prototypes -Wmissing-prototypes		\
	-Wpointer-arith -Wreturn-type -Wcast-qual		\
	-Wwrite-strings -Wswitch -Wshadow -Wcast-align		\
	-Wbad-function-cast -Wchar-subscripts -Winline		\
	-Wnested-externs -Wredundant-decls -std=c99

CFLAGS+= $(WARNS) -Wp,-MD,.deps/$(*F).d
CFLAGS+= $(DEFINES)

HAVE_LIBSMI=@HAVE_LIBSMI@
OpenPOWER on IntegriCloud