summaryrefslogtreecommitdiff
path: root/ASNMP/agent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ASNMP/agent/Makefile')
-rw-r--r--ASNMP/agent/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/ASNMP/agent/Makefile b/ASNMP/agent/Makefile
index 18886acd2a7..043ccfa45e0 100644
--- a/ASNMP/agent/Makefile
+++ b/ASNMP/agent/Makefile
@@ -1,4 +1,4 @@
-# Sample SNMPv1 Agent
+# Sample SNMPv1 Agent
# Makefile for Solaris 2.x
# $Id$
@@ -6,17 +6,17 @@ OBJS = main.o snmp_agent.o agent_impl.o
INCL = -I$(ACE_ROOT) -I$(ACE_ROOT)/ASNMP
CC=CC
SOL_FLAGS=-mt -R $(ACE_ROOT)/ASNMP/asnmp:$(ACE_ROOT)/ace
-DEBUG = -g $(SOL_FLAGS)
+DEBUG = -g $(SOL_FLAGS)
CFLAGS =$(INCL) $(DEBUG)
-RUNPATH =
-LIBS = -L $(ACE_ROOT)/ASNMP/asnmp -lasnmp -L $(ACE_ROOT)/ace -lACE -ldl
+RUNPATH =
+LIBS = -L $(ACE_ROOT)/ASNMP/asnmp -lasnmp -L $(ACE_ROOT)/ace -lACE -ldl
agent: $(OBJS)
$(CC) -o agent $(DEBUG) $(OBJS) $(LIBS) $(RUNPATH)
-main.o: main.cpp
- $(CC) -c $(CFLAGS) main.cpp
+main.o: main.cpp
+ $(CC) -c $(CFLAGS) main.cpp
snmp_agent.o: snmp_agent.cpp snmp_agent.h
$(CC) -c $(CFLAGS) snmp_agent.cpp
@@ -25,4 +25,4 @@ agent_impl.o: agent_impl.cpp agent_impl.h
$(CC) -c $(CFLAGS) agent_impl.cpp
clean:
- -$(RM) *.o agent *~
+ -rm *.o agent *~