20 lines
727 B
Makefile
20 lines
727 B
Makefile
|
#ident %W% %E% %Q%
|
||
|
###########################################################################
|
||
|
# Sample makefile for the source root
|
||
|
###########################################################################
|
||
|
SRCROOT= .
|
||
|
DIRNAME= SRCROOT
|
||
|
RULESDIR= RULES
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
||
|
###########################################################################
|
||
|
|
||
|
#
|
||
|
# include Targetdirs no longer needed, we use SSPM
|
||
|
#include Targetdirs.$(M_ARCH)
|
||
|
|
||
|
###########################################################################
|
||
|
# Due to a bug in SunPRO make we need special rules for the root makefile
|
||
|
#
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.rdi
|
||
|
###########################################################################
|