summaryrefslogtreecommitdiff
path: root/ASNMP/agent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ASNMP/agent/Makefile')
-rw-r--r--ASNMP/agent/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/ASNMP/agent/Makefile b/ASNMP/agent/Makefile
deleted file mode 100644
index 4c2fba1d9b5..00000000000
--- a/ASNMP/agent/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-BIN = agent
-
-SRC = agent_impl.cpp main.cpp snmp_agent.cpp
-
-LIBS += -L$(ACE_ROOT)/ASNMP/asnmp -lasnmp
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
-
-#----------------------------------------------------------------------------
-# Local targets
-#----------------------------------------------------------------------------
-CPPFLAGS += -I$(ACE_ROOT)/ASNMP
-
-BIN = agent
-
-all: $(BIN)
-
-agent: $(addprefix $(VDIR),agent_impl.o main.o snmp_agent.o)
- $(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
-
-#----------------------------------------------------------------------------
-# Dependencies
-#----------------------------------------------------------------------------
-# DO NOT DELETE THIS LINE -- g++dep uses it.
-# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-
-# IF YOU PUT ANYTHING HERE IT WILL GO AWAY