www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / Makefile
index 5034d99..7c53193 100755 (executable)
@@ -47,48 +47,48 @@ AUTOHEADER  = :
 #CFLAGS                = -g -O2 -Dlinux 
 CFLAGS          = -Wall -s -Os -fomit-frame-pointer -Dlinux
 #brcm begin
-ifeq ($(strip $(BUILD_SNMP_ADSL_MIB)),1)
-       CFLAGS += -DBUILD_SNMP_ADSL_MIB
+ifeq ($(strip $(SNMP_ADSL_MIB)),1)
+       CFLAGS += -DSNMP_ADSL_MIB
 endif
 
-ifeq ($(strip $(BUILD_SNMP_ATM_MIB)),1)
-       CFLAGS += -DBUILD_SNMP_ATM_MIB
+ifeq ($(strip $(SNMP_ATM_MIB)),1)
+       CFLAGS += -DSNMP_ATM_MIB
 endif
 
-ifeq ($(strip $(BUILD_SNMP_AT_MIB)),1)
-       CFLAGS += -DBUILD_SNMP_AT_MIB
+ifeq ($(strip $(SNMP_AT_MIB)),1)
+       CFLAGS += -DSNMP_AT_MIB
 endif
 
-ifeq ($(strip $(BUILD_SNMP_SYSOR_MIB)),1)
-       CFLAGS += -DBUILD_SNMP_SYSOR_MIB
+ifeq ($(strip $(SNMP_SYSOR_MIB)),1)
+       CFLAGS += -DSNMP_SYSOR_MIB
 endif
 
-ifeq ($(strip $(BUILD_SNMP_TCP_MIB)),1)
-       CFLAGS += -DBUILD_SNMP_TCP_MIB
+ifeq ($(strip $(SNMP_TCP_MIB)),1)
+       CFLAGS += -DSNMP_TCP_MIB
 endif
 
-ifeq ($(strip $(BUILD_SNMP_UDP_MIB)),1)
-       CFLAGS += -DBUILD_SNMP_UDP_MIB
+ifeq ($(strip $(SNMP_UDP_MIB)),1)
+       CFLAGS += -DSNMP_UDP_MIB
 endif
 
-ifeq ($(strip $(BUILD_SNMP_IP_MIB)),1)
-       CFLAGS += -DBUILD_SNMP_IP_MIB
+ifeq ($(strip $(SNMP_IP_MIB)),1)
+       CFLAGS += -DSNMP_IP_MIB
 endif
 
-ifeq ($(strip $(BUILD_SNMP_ICMP_MIB)),1)
-       CFLAGS += -DBUILD_SNMP_ICMP_MIB
+ifeq ($(strip $(SNMP_ICMP_MIB)),1)
+       CFLAGS += -DSNMP_ICMP_MIB
 endif
 
-ifeq ($(strip $(BUILD_SNMP_SNMP_MIB)),1)
-       CFLAGS += -DBUILD_SNMP_SNMP_MIB
+ifeq ($(strip $(SNMP_SNMP_MIB)),1)
+       CFLAGS += -DSNMP_SNMP_MIB
 endif
 
-ifeq ($(strip $(BUILD_SNMP_SET)),1)
-       CFLAGS += -DBUILD_SNMP_SET
+ifeq ($(strip $(SNMP_SET)),1)
+       CFLAGS += -DSNMP_SET
 endif
 
-ifeq ($(strip $(BUILD_SNMP_ATMFORUM_MIB)),1)
-       CFLAGS += -DBUILD_SNMP_ATMFORUM_MIB
+ifeq ($(strip $(SNMP_ATMFORUM_MIB)),1)
+       CFLAGS += -DSNMP_ATMFORUM_MIB
 endif
 
 #brcm end