~ubuntu-branches/ubuntu/wily/net-snmp/wily-proposed

« back to all changes in this revision

Viewing changes to win32/netsnmpmibssdk/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-28 14:59:36 UTC
  • mfrom: (1.2.3 upstream) (1.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100628145936-cbiallic69pn044g
Tags: 5.4.3~dfsg-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Set Ubuntu maintainer address.
  - net-snmp-config: Use bash. (LP: #104738)
  - Removed multiuser option when calling update-rc.d. (LP: #254261)
  - debian/snmpd.init: LSBify the init script.
  - debian/patches/52_fix_snmpcmd_1_typo.patch: Adjust a typo in snmpcmd.1
    (LP: #250459)
  - debian/snmpd.postinst: source debconf before doing work, LP: #589056
  - debian/snmp.preinst, debian/snmp.prerm: kill any/all processes owned by
    snmp user before install/uninstall, LP: #573391
  - Add apport hook (LP: #533603):
  - debian/{snmp,snmpd}.apport: Added.
  - debian/control: Build-depends on dh-apport.
  - debian/rules: 
    + Add --with apport.
    + override_dh_apport to install hook on snmpd package only.
 * Dropped patches:
   - debian/patches/99-fix-ubuntu-div0.patch: Fix dvision by zero.. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        -@erase "$(INTDIR)\snmpEngine.obj"
63
63
        -@erase "$(INTDIR)\snmpMPDStats.obj"
64
64
        -@erase "$(INTDIR)\snmpNotifyFilterProfileTable.obj"
 
65
        -@erase "$(INTDIR)\notification_log.obj"
65
66
        -@erase "$(INTDIR)\snmpNotifyFilterTable.obj"
66
67
        -@erase "$(INTDIR)\snmpNotifyFilterTable_data_access.obj"
67
68
        -@erase "$(INTDIR)\snmpNotifyFilterTable_interface.obj"
161
162
        "$(INTDIR)\usmStats.obj" \
162
163
        "$(INTDIR)\usmUser.obj" \
163
164
        "$(INTDIR)\snmpNotifyFilterProfileTable.obj" \
 
165
        "$(INTDIR)\notification_log.obj" \
164
166
        "$(INTDIR)\snmpNotifyFilterTable.obj" \
165
167
        "$(INTDIR)\snmpNotifyFilterTable_data_access.obj" \
166
168
        "$(INTDIR)\snmpNotifyFilterTable_interface.obj" \
269
271
        -@erase "$(INTDIR)\snmpEngine.obj"
270
272
        -@erase "$(INTDIR)\snmpMPDStats.obj"
271
273
        -@erase "$(INTDIR)\snmpNotifyFilterProfileTable.obj"
 
274
        -@erase "$(INTDIR)\notification_log.obj"
272
275
        -@erase "$(INTDIR)\snmpNotifyFilterTable.obj"
273
276
        -@erase "$(INTDIR)\snmpNotifyFilterTable_data_access.obj"
274
277
        -@erase "$(INTDIR)\snmpNotifyFilterTable_interface.obj"
369
372
        "$(INTDIR)\usmStats.obj" \
370
373
        "$(INTDIR)\usmUser.obj" \
371
374
        "$(INTDIR)\snmpNotifyFilterProfileTable.obj" \
 
375
        "$(INTDIR)\notification_log.obj" \
372
376
        "$(INTDIR)\snmpNotifyFilterTable.obj" \
373
377
        "$(INTDIR)\snmpNotifyFilterTable_data_access.obj" \
374
378
        "$(INTDIR)\snmpNotifyFilterTable_interface.obj" \
576
580
        $(CPP) $(CPP_PROJ) $(SOURCE)
577
581
 
578
582
 
 
583
SOURCE=..\..\agent\mibgroup\notification-log-mib\notification_log.c
 
584
 
 
585
"$(INTDIR)\notification_log.obj" : $(SOURCE) "$(INTDIR)"
 
586
        $(CPP) $(CPP_PROJ) $(SOURCE)
 
587
 
 
588
 
579
589
SOURCE=..\..\agent\mibgroup\snmp-notification-mib\snmpNotifyFilterTable\snmpNotifyFilterTable.c
580
590
 
581
591
"$(INTDIR)\snmpNotifyFilterTable.obj" : $(SOURCE) "$(INTDIR)"