Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!lll-lcc!well!crunch From: crunch@well.UUCP (John Draper) Newsgroups: comp.sys.amiga Subject: Makefile and head.h file for Egad Message-ID: <2187@well.UUCP> Date: Wed, 10-Dec-86 01:35:04 EST Article-I.D.: well.2187 Posted: Wed Dec 10 01:35:04 1986 Date-Received: Wed, 10-Dec-86 11:36:51 EST Reply-To: crunch@well.UUCP (John Draper) Organization: Whole Earth Lectronic Link, Sausalito CA Lines: 52 #! /bin/sh # This is a shell archive, meaning: # 1. Remove everything above the #! /bin/sh line. # 2. Save the resulting text in a file. # 3. Execute the file with /bin/sh (not csh) to create: # makefile # head.h # This archive created: Tue Dec 9 22:18:18 1986 export PATH; PATH=/bin:/usr/bin:$PATH if test -f 'makefile' then echo shar: "will not over-write existing file 'makefile'" else cat << \SHAR_EOF > 'makefile' CFLAGS=+igt.dmp -l100 -Z6000 ALL=addgad.o dispgad.o filemenu.o gadio.o EGad.o imagdcl.o\ imagfunc.o imagimag.o image.o imagout.o kp.o men.o\ menstructs.o misc.o mp.o pgad.o reqn.o utilmen.o \ itextdcl.o itexted.o all: $(ALL) ln -o EGad +cdb -w $(ALL) -lc -lm gt.dmp: cc +hgt.dmp -a +D +l head.h SHAR_EOF fi if test -f 'head.h' then echo shar: "will not over-write existing file 'head.h'" else cat << \SHAR_EOF > 'head.h' /* The usual header files to be inserted later */ #include #include #include #include #include #include #include #include #include #include #include #include "gad.h" SHAR_EOF fi exit 0 # End of shell archive