mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
Some useless variable deleted.
This commit is contained in:
parent
eb436e16fd
commit
3301b9d1c5
9
Makefile
9
Makefile
@ -1,16 +1,19 @@
|
|||||||
# Generated automatically from Makefile-top.in by configure.
|
# Generated automatically from Makefile-top.in by configure.
|
||||||
# Makefile for in place build of BIRD
|
# Makefile for in place build of BIRD
|
||||||
# (c) 1999 Martin Mares <mj@ucw.cz>
|
# (c) 1999--2000 Martin Mares <mj@ucw.cz>
|
||||||
|
|
||||||
objdir=obj
|
objdir=obj
|
||||||
|
|
||||||
all depend tags:
|
all depend tags install:
|
||||||
$(MAKE) -C $(objdir) $@
|
$(MAKE) -C $(objdir) $@
|
||||||
|
|
||||||
|
docs userdocs progdocs:
|
||||||
|
$(MAKE) -C doc $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) -C $(objdir) 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
|
find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name depend -or -name ".#*" | xargs rm -f
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -rf $(objdir)
|
rm -rf $(objdir)
|
||||||
rm -f config.* configure sysdep/autoconf.h Makefile
|
rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user