diff options
author | Martin Mares <mj@ucw.cz> | 1999-01-10 01:18:32 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-01-10 01:18:32 +0100 |
commit | 49e7e5ee0b2848f5bf120a962e2e7eb11b86566a (patch) | |
tree | 56e7c215f49ab59792b5cf0194fa5045a66943c7 /proto/static | |
parent | 2f9bcf9713523f6fefecd143cc2aa2a8dda7f27f (diff) | |
download | bird-49e7e5ee0b2848f5bf120a962e2e7eb11b86566a.tar bird-49e7e5ee0b2848f5bf120a962e2e7eb11b86566a.zip |
New makefiles. Includes support for out-of-source-tree builds.
Diffstat (limited to 'proto/static')
-rw-r--r-- | proto/static/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 + |