X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=userapps%2Fopensource%2Fnet-snmp%2Fagent%2Fmibgroup%2FMakefile.in;fp=userapps%2Fopensource%2Fnet-snmp%2Fagent%2Fmibgroup%2FMakefile.in;h=0000000000000000000000000000000000000000;hb=6adeba4d92a546ebbadde2562283ee6b984b22c1;hp=71d2ca4a5636c078e62a643c88218223f86f53c4;hpb=dacd86d83a9fb430cca42cb78a67f9d46e289f5c;p=bcm963xx.git diff --git a/userapps/opensource/net-snmp/agent/mibgroup/Makefile.in b/userapps/opensource/net-snmp/agent/mibgroup/Makefile.in deleted file mode 100644 index 71d2ca4a..00000000 --- a/userapps/opensource/net-snmp/agent/mibgroup/Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ -top_builddir=../.. - -CPPFLAGS=-I../../include -I$(top_srcdir)/include \ - -I. -I../.. -I$(srcdir) -I$(srcdir)/../.. \ - -I$(srcdir)/../../snmplib -I$(srcdir)/.. -I.. @CPPFLAGS@ $(LIB_CFLAGS) - -# Need a special .c -> .o definition here to make sure we place the -# object files in the sub directory. - -.c.o: - $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $< - -OBJS = @module_list_o@ -LOBJS = @module_list_lo@ -SRCS = @module_list_c@ - -all: standardall $(LOBJS) -