projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
3b2aece
)
Sync
author
David Parrish
<david@dparrish.com>
Thu, 2 Sep 2004 04:22:30 +0000
(
04:22
+0000)
committer
David Parrish
<david@dparrish.com>
Thu, 2 Sep 2004 04:22:30 +0000
(
04:22
+0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
b9007fa
..
9cad50b
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-29,7
+29,7
@@
OBJS= md5.o \
PLUGINS=garden.so autothrottle.so autosnoop.so
PLUGINS=garden.so autothrottle.so autosnoop.so
-all: l2tpns nsctl $(PLUGINS)
+all: l2tpns nsctl
generateload bounce
$(PLUGINS)
clean:
/bin/rm -f *.o *.so l2tpns nsctl
clean:
/bin/rm -f *.o *.so l2tpns nsctl
@@
-74,6
+74,12
@@
l2tpns: $(OBJS)
nsctl: nsctl.o control.o
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS)
nsctl: nsctl.o control.o
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS)
+generateload: test/generateload.o
+ $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS)
+
+bounce: test/bounce.o
+ $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS)
+
%.o: %.c
$(CC) -c $(CFLAGS) -o $@ $<
%.o: %.c
$(CC) -c $(CFLAGS) -o $@ $<