view 3rdparty/packages/multivue/sys/makefile @ 450:a22da781ac76

Forgot the env.file
author boisy
date Sun, 22 Sep 2002 23:30:02 +0000
parents 33c820d5b394
children 64d7e22b2ba6
line wrap: on
line source

include ../../../../Makefile.rules

DEPENDS		= ./Makefile

SYSFILES	= LogBook env.file
SYSWINFILES	= stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs
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 \
		ibm_edc.fnt iso_latin1.fnt

HELPMSG		= helpmsg
ALLOBJS		= $(SYSFILES) $(HELPMSG) $(ASSETFILES)

all:	$(ALLOBJS) $(DEPENDS)
	$(UNIX2OS9) $(SYSFILES)
	$(CHMOD) 644 $(ALLOBJS)

$(HELPMSG): $(HELPFILES)
	$(MERGE) $(HELPFILES) > $@
	$(UNIX2OS9) $@

clean:
	$(OS92UNIX) $(SYSFILES)
	$(RM) $(HELPMSG) $(LEVEL1FILES)

showobjs:
	@$(ECHO) $(ALLOBJS)