[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
scli 0.3.1-3.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,872 kB
  • ctags: 8,627
  • sloc: ansic: 32,657; sh: 7,388; makefile: 321
file content (14 lines) | stat: -rw-r--r-- 530 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
INCLUDES		= $(GSNMP_CFLAGS) $(GNET_CFLAGS) -I$(top_srcdir)/stub

PROCS			= if-mib-proc.h if-mib-proc.c \
			  rapid-city-proc.h rapid-city-proc.c \
			  productmib-proc.h productmib-proc.c \
			  disman-script-mib-proc.h disman-script-mib-proc.c \
			  snmp-view-based-acm-mib-proc.h snmp-view-based-acm-mib-proc.c \
			  snmp-user-based-sm-mib-proc.h snmp-user-based-sm-mib-proc.c \
			  udp-mib-proc.h udp-mib-proc.c \
			  ianaiftype-mib-proc.h ianaiftype-mib-proc.c

noinst_LIBRARIES	= libproc.a
libproc_a_SOURCES	= $(PROCS)