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:
841d3cc
)
don't build tests
author
Brendan O'Dea
<bod@optus.net>
Tue, 7 Jun 2005 05:32:00 +0000
(
05:32
+0000)
committer
Brendan O'Dea
<bod@optus.net>
Tue, 7 Jun 2005 05:32:00 +0000
(
05:32
+0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
eea166c
..
6c60b7b
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-32,8
+32,6
@@
PROGRAMS = l2tpns nsctl
PLUGINS = autosnoop.so autothrottle.so garden.so sessionctl.so \
setrxspeed.so snoopctl.so stripdomain.so throttlectl.so
PLUGINS = autosnoop.so autothrottle.so garden.so sessionctl.so \
setrxspeed.so snoopctl.so stripdomain.so throttlectl.so
-TESTS = generateload bounce
-
DEFINES += -DSTATISTICS
DEFINES += -DSTAT_CALLS
DEFINES += -DRINGBUFFER
DEFINES += -DSTATISTICS
DEFINES += -DSTAT_CALLS
DEFINES += -DRINGBUFFER
@@
-48,10
+46,9
@@
OBJS += bgp.o
all: programs plugins tests
programs: $(PROGRAMS)
plugins: $(PLUGINS)
all: programs plugins tests
programs: $(PROGRAMS)
plugins: $(PLUGINS)
-tests: $(TESTS)
clean:
clean:
- rm -f *.o test/*.o $(PROGRAMS) $(PLUGINS)
$(TESTS)
Makefile.tmp Makefile.bak
+ rm -f *.o test/*.o $(PROGRAMS) $(PLUGINS) Makefile.tmp Makefile.bak
depend:
(sed -n 'p; /^## Dependencies: (autogenerated) ##/q' Makefile && \
depend:
(sed -n 'p; /^## Dependencies: (autogenerated) ##/q' Makefile && \
@@
-66,12
+63,6
@@
l2tpns: $(OBJS)
nsctl: nsctl.o control.o
$(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS) $($@.LIBS)
nsctl: nsctl.o control.o
$(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS) $($@.LIBS)
-generateload: test/generateload.o
- $(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS) $($@.LIBS)
-
-bounce: test/bounce.o
- $(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS) $($@.LIBS)
-
%.o: %.c
$(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<
%.o: %.c
$(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<