20 lines
717 B
Makefile
20 lines
717 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
|
|
|
|
###########################################################################
|
|
# Due to a bug in SunPRO make we need special rules for the root makefile
|
|
#
|
|
include $(SRCROOT)/$(RULESDIR)/rules.rdi
|
|
###########################################################################
|