Makefile: Add TOPDIR entry

This commit is contained in:
Jan Lindemann 2001-07-26 13:31:12 +00:00 committed by Jan Lindemann
commit d0604b748e

View file

@ -1,4 +1,5 @@
MODDIR=.
TOPDIR=. TOPDIR=.
CLEAN = include lib CLEAN = include lib
SUBDIRS = $(shell find . -type d -maxdepth 1 | grep -ve "include\|CVS\|lib\|nomake" | grep /) SUBDIRS = $(shell find . -type d -maxdepth 1 | grep -ve "include\|CVS\|lib\|nomake" | grep /)
include $(TOPDIR)/make/dirs.mk include $(MODDIR)/make/dirs.mk