From 49e7e5ee0b2848f5bf120a962e2e7eb11b86566a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 10 Jan 1999 00:18:32 +0000 Subject: New makefiles. Includes support for out-of-source-tree builds. --- proto/rip/Makefile | 5 +++-- proto/static/Makefile | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'proto') diff --git a/proto/rip/Makefile b/proto/rip/Makefile index 0555c38..16bfe0f 100644 --- a/proto/rip/Makefile +++ b/proto/rip/Makefile @@ -1,4 +1,5 @@ -THISDIR=proto/rip -OBJS=rip.o +source=rip.c +root-rel=../../ +dir-name=proto/rip include ../../Rules diff --git a/proto/static/Makefile b/proto/static/Makefile index 7771c2f..61fadbe 100644 --- a/proto/static/Makefile +++ b/proto/static/Makefile @@ -1,4 +1,6 @@ -THISDIR=proto/static -OBJS=static.o +source=static.c +root-rel=../../ +dir-name=proto/static include ../../Rules + -- cgit v1.2.3