~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/snmp/mibs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090215164252-dxpjjuq108nz4noa
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
SNMP_FLAGS += +'{verbosity,$(MIBS_VERBOSITY)}'
115
115
endif
116
116
 
 
117
ifneq ($(MIBS_REFERENCE),) 
 
118
SNMP_FLAGS += +reference
 
119
endif
 
120
 
 
121
ifneq ($(MIBS_OPTIONS),) 
 
122
SNMP_FLAGS += +options
 
123
endif
 
124
 
 
125
 
117
126
# ----------------------------------------------------
118
127
# Targets
119
128
# ----------------------------------------------------
139
148
        cd ..; $(MAKE) conf
140
149
 
141
150
info:
 
151
        @echo "SNMP_FLAGS      = $(SNMP_FLAGS)"
 
152
        @echo ""
142
153
        @echo "MIBS            = $(MIBS)"
143
154
        @echo ""
144
155
        @echo "BUILD_MIBS      = $(BUILD_MIBS)"