Megalextoria
Retro computing and gaming, sci-fi books, tv and movies and other geeky stuff.

Home » Archive » comp.sys.amiga » Makefile and head.h file for Egad
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Makefile and head.h file for Egad [message #293915] Wed, 10 December 1986 01:35
crunch is currently offline  crunch
Messages: 49
Registered: August 1985
Karma: 0
Member
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
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Reposting Egad "make" file and "head.h"
Next Topic: C compilers; request for info
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Apr 19 12:44:34 EDT 2024

Total time taken to generate the page: 0.02353 seconds