summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2008-10-26 14:14:37 +0100
committerMartin Mares <mj@ucw.cz>2008-10-26 14:14:37 +0100
commit44cb1449edec6a80e063981a955e8025ee87ea65 (patch)
tree8052a18d0583c9eecd5705369062b105c814a0b0 /Makefile
parentc94d56cb04b15dc32f54e8e39b877a92d7bda8c5 (diff)
downloadbird-44cb1449edec6a80e063981a955e8025ee87ea65.tar
bird-44cb1449edec6a80e063981a955e8025ee87ea65.zip
The top-level Makefile is a generated file, so remove it from the repo.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 6ea3241..0000000
--- a/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Generated automatically from Makefile-top.in by configure.
-# Makefile for in place build of BIRD
-# (c) 1999--2000 Martin Mares <mj@ucw.cz>
-
-objdir=obj
-
-all depend tags install install-docs:
- $(MAKE) -C $(objdir) $@
-
-docs userdocs progdocs:
- $(MAKE) -C doc $@
-
-clean:
- $(MAKE) -C $(objdir) clean
- find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name depend -or -name ".#*" | xargs rm -f
-
-distclean: clean
- $(MAKE) -C doc distclean
- rm -rf $(objdir)
- rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile