8 lines
143 B
Makefile
8 lines
143 B
Makefile
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
include $(TOPDIR)/Make/makedirdefs
|
|
|
|
DIRS = $(WRAPPER_DIRS)
|
|
|
|
include $(TOPDIR)/Make/makedirrules
|