17 lines
584 B
Makefile
17 lines
584 B
Makefile
|
#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
|
||
|
###########################################################################
|