fa33244f92
2) Changed Makedepend system to make individual dependency files, which should save time rebuilding dependencies by limiting the regeneration of dependency file for only modified source files.
8 lines
140 B
Makefile
8 lines
140 B
Makefile
TOPDIR = ..
|
|
include $(TOPDIR)/Make/makedirdefs
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
DIRS = $(EXAMPLE_DIRS)
|
|
|
|
include $(TOPDIR)/Make/makedirrules
|