~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to win32/netsnmpmibssdk/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jochen Friedrich
  • Date: 2010-06-10 18:02:54 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100610180254-6ezvupl2clicwdqf
ImportĀ upstreamĀ versionĀ 5.4.3~dfsg

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)"