File: Makefile.am

package info (click to toggle)
squid3 3.4.8-6
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 31,084 kB
  • sloc: cpp: 165,325; ansic: 21,998; sh: 12,166; makefile: 5,964; perl: 2,153; sql: 322; awk: 118
file content (20 lines) | stat: -rw-r--r-- 478 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
## Process this file with automake to produce Makefile.in
##
## Makefile for libsnmp.
## 
AM_CFLAGS = $(SQUID_CFLAGS)
AM_CXXFLAGS = $(SQUID_CXXFLAGS)
noinst_LTLIBRARIES = libsnmplib.la
libsnmplib_la_SOURCES  = asn1.c parse.c snmp_vars.c \
	coexistance.c snmp_api.c snmp_error.c  \
	mib.c snmp_api_error.c   \
	snmp_msg.c \
	snmp_pdu.c  snmplib_debug.c

INCLUDES = \
	-I$(top_srcdir) \
	-I$(top_builddir)/include \
	-I$(top_srcdir)/include

VERSION		= 3.4
DEFS		= -DSQUID_SNMP=1