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