13 lines
518 B
Makefile
13 lines
518 B
Makefile
#ident @(#)Makefile 1.1 08/10/25
|
|
###########################################################################
|
|
SRCROOT= ..
|
|
RULESDIR= RULES
|
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
|
###########################################################################
|
|
|
|
MK_FILES= libcdrdeflt.mk libcdrdeflt_p.mk $(NO_SHL)shlcdrdeflt.mk
|
|
|
|
###########################################################################
|
|
include $(SRCROOT)/$(RULESDIR)/rules.mks
|
|
###########################################################################
|