cdrtools/Makefile
2025-06-15 04:19:58 +08:00

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
###########################################################################