cdrtools/inc/Makefile

17 lines
584 B
Makefile
Raw Permalink Normal View History

2025-06-15 04:19:58 +08:00
#ident "@(#)Makefile 1.3 08/09/10 "
###########################################################################
SRCROOT= ..
RULESDIR= RULES
include $(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################
MK_FILES= align_test.mk avoffset.mk
align_test.c:
@echo " ==> MAKING SYMLINKS in ." && sh ./MKLINKS
$(ALLTARGETS): align_test.c
###########################################################################
include $(SRCROOT)/$(RULESDIR)/rules.mks
###########################################################################