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


#
# Paths
#
prefix		= /usr/local
exec_prefix	= /usr/local
bindir		= ${exec_prefix}/bin
sbindir		= ${exec_prefix}/sbin
libdir		= ${exec_prefix}/lib
datadir		= ${prefix}/share
includedir	= /usr/local/arm-elf/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		= $(LIBTOOL) --mode=install /usr/bin/install -c
SED		= sed
LN_S		= ln -s
#AUTOCONF	= 
#AUTOHEADER	= 
AUTOCONF	= autoconf
AUTOHEADER	= autoheader

#
# Compiler arguments
#
#CFLAGS		= -g -O2 -Dlinux
EXTRACPPFLAGS	= -x c
#LDFLAGS		= -Wl,-elf2flt 
LIBTOOL		= $(SHELL) $(top_builddir)/libtool 
#EXEEXT		= .gdb
SHVFLAGS	= -release 0.$(VERSION)

# Misc Compiling Stuff
#CC	        = arm-elf-gcc
# version number is prefixed by a 0 for a better shared library version number
LIB_LD_CMD      = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -rpath $(libdir) $(SHVFLAGS) -o
LIB_EXTENSION   = la
LIB_VERSION     =
LIB_LDCONFIG_CMD = $(LIBTOOL) --mode=finish $(libdir)
LINK		= $(LIBTOOL) --mode=link $(CC)
# RANLIB 	= ranlib
RANLIB		= :

# libtool definitions
.SUFFIXES: .c .o .lo
.c.lo:
	$(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<
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:

