From 18c8241a91bd9208879666f1a1a13f454e66d75b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 3 May 1998 16:43:39 +0000 Subject: BIRD library: The story continues. Complete resource manages and IP address handling. --- Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77f9ee1..45e69af 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,13 @@ # (c) 1998 Martin Mares TOPDIR=$(shell pwd) -CPPFLAGS=-I$(TOPDIR) -CFLAGS=-O2 -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses $(CPPFLAGS) +CPPFLAGS=-I$(TOPDIR)/sysdep/linux -I$(TOPDIR) +OPT=-O2 +DEBUG=-g#gdb +CFLAGS=$(OPT) $(DEBUG) -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses PROTOCOLS= -DIRS=sysdep/linux nest $(PROTOCOLS) lib +DIRS=nest $(PROTOCOLS) lib sysdep/linux sysdep/unix ARCHS=$(join $(addsuffix /,$(DIRS)),$(subst /,_,$(addsuffix .a,$(DIRS)))) export @@ -27,5 +29,5 @@ dep: set -e ; for a in $(DIRS) ; do $(MAKE) -C $$a dep ; done clean: - rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name .depend` + rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name .depend -or -name .#*` rm -f bird .dep -- cgit v1.2.3