summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2005-11-04 21:59:57 +0000
committerBart De Schuymer <bdschuym@pandora.be>2005-11-04 21:59:57 +0000
commit96ee8d16d83c32a73c1c08241c7124cdf4da9513 (patch)
tree3462f403a2ce8da08e397e3db78c7affb2b07f62 /Makefile
parent8d939e257180a9089ce12986cc9463de436df4c1 (diff)
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index b9e1260..414a58c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
# ebtables Makefile
PROGNAME:=ebtables
-PROGVERSION:=2.0.7
-PROGDATE:=September\ 2005
+PROGVERSION:=2.0.8-rc1
+PROGDATE:=October\ 2005
# default paths
LIBDIR:=/usr/lib
@@ -54,6 +54,7 @@ PROGSPECS:=-DPROGVERSION=\"$(PROGVERSION)\" \
-DEBTD_ARGC_MAX=$(EBTD_ARGC_MAX) \
-DEBTD_CMDLINE_MAXLN=$(EBTD_CMDLINE_MAXLN)
+# You can probably ignore this, ebtables{u,d} are normally not used
PROGSPECSD:=-DPROGVERSION=\"$(PROGVERSION)\" \
-DPROGNAME=\"$(PROGNAME)\" \
-DPROGDATE=\"$(PROGDATE)\" \
@@ -66,8 +67,9 @@ PROGSPECSD:=-DPROGVERSION=\"$(PROGVERSION)\" \
# Uncomment for debugging (slower)
#PROGSPECS+=-DEBT_DEBUG
#PROGSPECSD+=-DEBT_DEBUG
+#CFLAGS+=-ggdb
-all: ebtables daemon
+all: ebtables ebtables-restore
communication.o: communication.c include/ebtables_u.h
$(CC) $(CFLAGS) $(PROGSPECS) -c -o $@ $< -I$(KERNEL_INCLUDES)
@@ -150,9 +152,9 @@ install: $(MANDIR)/man8/ebtables.8 $(ETHERTYPESFILE) exec scripts
.PHONY: clean
clean:
- rm -f ebtables ebtablesd ebtablesu
+ rm -f ebtables ebtables-restore ebtablesd ebtablesu
rm -f *.o *~ *.so
- rm -f extensions/*.o extensions/*.c~ extensions/*.so
+ rm -f extensions/*.o extensions/*.c~ extensions/*.so include/*~
DIR:=$(PROGNAME)-v$(PROGVERSION)
# This is used to make a new userspace release