15 lines
569 B
Makefile
15 lines
569 B
Makefile
#ident %W% %E% %Q%
|
|
###########################################################################
|
|
# Sample makefile for sub directory makes
|
|
###########################################################################
|
|
SRCROOT= ..
|
|
RULESDIR= RULES
|
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
|
###########################################################################
|
|
|
|
DIRS= schily
|
|
|
|
###########################################################################
|
|
include $(SRCROOT)/$(RULESDIR)/rules.dir
|
|
###########################################################################
|