Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / Makefile.in
1 top_builddir=../..
2
3 CPPFLAGS=-I../../include -I$(top_srcdir)/include \
4         -I. -I../.. -I$(srcdir) -I$(srcdir)/../.. \
5         -I$(srcdir)/../../snmplib -I$(srcdir)/.. -I.. @CPPFLAGS@ $(LIB_CFLAGS)
6
7 # Need a special .c -> .o definition here to make sure we place the
8 # object files in the sub directory.
9
10 .c.o:
11         $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<
12
13 OBJS = @module_list_o@
14 LOBJS = @module_list_lo@
15 SRCS = @module_list_c@
16
17 all: standardall $(LOBJS)
18