Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/multivue/sys/makefile @ 3175:b67b40d76fb0
Adding Co42 to coco makefiles
author | lfantoniosi |
---|---|
date | Sun, 14 May 2017 10:16:09 -0700 |
parents | c8bb06c82d68 |
children |
line wrap: on
line source
include ../../../../rules.mak vpath %.asm $(LEVEL2)/sys DEPENDS = ./makefile SYSFILES = env.file HELPFILES = cocopr.hp control.hp gcal.hp gcalc.hp gclock.hp gport.hp \ gprint.hp gshell.hp ASSETFILES = stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs \ ibmedcfont isolatin1font HELPMSG = helpmsg TEXTFILES = $(SYSFILES) $(HELPMSG) ALLOBJS = $(ASSETFILES) $(TEXTFILES) all: $(ALLOBJS) $(DEPENDS) $(HELPMSG): $(HELPFILES) $(MERGE) $(HELPFILES) > $@ clean: $(RM) $(HELPMSG) $(ASSETFILES) showbinobjs: @$(ECHO) $(ASSETFILES) showtextobjs: @$(ECHO) $(TEXTFILES) showobjs: @$(ECHO) $(ALLOBJS)