cdrtools/TEMPLATES/Makefile.dir

17 lines
639 B
Makefile
Raw Permalink Normal View History

2025-06-15 04:19:58 +08:00
#ident %W% %E% %Q%
###########################################################################
# Sample makefile for sub directory makes
###########################################################################
SRCROOT= ..
RULESDIR= RULES
include $(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################
#
# include Targetdirs no longer needed, we use SSPM
#include Targetdirs.$(M_ARCH)
###########################################################################
include $(SRCROOT)/$(RULESDIR)/rules.dir
###########################################################################