20b5e59dfd
Windows PATH environmental variable for searching for libraries. Sent in by Norman Vine. Reoder of the makedefs/makedirdefs to fix Mac OSX compilation. Sent in by Bob Kuehne.
11 lines
240 B
Makefile
11 lines
240 B
Makefile
TOPDIR = .
|
|
include $(TOPDIR)/Make/makedirdefs
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
DIRS = $(TOP_LEVEL_DIRS)
|
|
|
|
include $(TOPDIR)/Make/makedirrules
|
|
include $(TOPDIR)/Make/instrules
|
|
include $(TOPDIR)/Make/distrules
|
|
include $(TOPDIR)/Make/helprules
|