# Generated automatically from Makefile.in by configure.
#
# Minimum environment and virtual path setup
#
SHELL		= /bin/sh
srcdir		= .
top_srcdir	= ..


#
# Paths
#
prefix		= /usr/local
exec_prefix	= /usr/local
bindir		= ${exec_prefix}/bin
sbindir		= ${exec_prefix}/sbin
libdir		= ${exec_prefix}/lib
datadir		= ${prefix}/share
includedir	= ${prefix}/include/ucd-snmp
mandir		= ${prefix}/man
man1dir		= $(mandir)/man1
man3dir		= $(mandir)/man3
man5dir		= $(mandir)/man5
man8dir		= $(mandir)/man8
snmplibdir	= $(datadir)/snmp
mibdir		= $(snmplibdir)/mibs
persistentdir	= /var/ucd-snmp


#
# Programs
#
INSTALL		= /usr/bin/install -c
SED		= sed
RANLIB		= ranlib

#
# Compiler arguments
#
CFLAGS		= -g -O2 -Dlinux
EXTRACPPFLAGS	= -x c
LDFLAGS		=  

#
# Shared library commands (or not)
#
SHLIB_CFLAGS		= 
SHLIB_EXTENSION		= a
SHLIB_VERSION		= 
SHLIB_LDCONFIG_CMD	= :
SHLIB_LD_CMD		= ar cr
SHLIB_LD_LIBS		= 
CC_RUNTIME_ARG		= 

TARG = oid_to_type oid_to_sym

all: $(TARG)

oid_to_type: oid_to_type.in ../sedscript
	$(SED) -f ../sedscript $(srcdir)/oid_to_type.in > oid_to_type

oid_to_sym: oid_to_sym.in ../sedscript
	$(SED) -f ../sedscript $(srcdir)/oid_to_sym.in > oid_to_sym

clean:
	rm -f $(TARG)

install:

