6428715304
the DIRS cruft in a single file in the Make directory instead of having to edit multiple files. Also edited Makefiles that needed to include this file. Also cleaned up txp loader to compile with SunOS. This needs to be retested on other platforms.
11 lines
240 B
Makefile
11 lines
240 B
Makefile
TOPDIR = .
|
|
include $(TOPDIR)/Make/makedefs
|
|
include $(TOPDIR)/Make/makedirdefs
|
|
|
|
DIRS = $(TOP_LEVEL_DIRS)
|
|
|
|
include $(TOPDIR)/Make/makedirrules
|
|
include $(TOPDIR)/Make/instrules
|
|
include $(TOPDIR)/Make/distrules
|
|
include $(TOPDIR)/Make/helprules
|