1997-09-21 22:05:59 +00:00
|
|
|
#
|
|
|
|
# This makefile is intended for use with dmake(1) on Apple IIGS
|
|
|
|
#
|
1998-03-08 17:43:49 +00:00
|
|
|
# $Id: Makefile,v 1.5 1998/03/08 17:43:43 gdr-ftp Exp $
|
1997-09-21 22:05:59 +00:00
|
|
|
#
|
1997-09-28 16:41:13 +00:00
|
|
|
# Created by Dave Tribby, September 1997
|
1997-09-21 21:59:33 +00:00
|
|
|
|
1997-09-21 22:05:59 +00:00
|
|
|
# Program name
|
|
|
|
PROG = lseg
|
|
|
|
|
|
|
|
# Default stack size and optimization (can be overridden by cmd line)
|
1997-09-28 16:41:13 +00:00
|
|
|
# These values have been tested and certified as working
|
1998-03-08 17:43:49 +00:00
|
|
|
STACK *= 1024
|
|
|
|
OPTIMIZE *= -1
|
1997-09-28 16:41:13 +00:00
|
|
|
|
1997-09-21 22:05:59 +00:00
|
|
|
# Delivery directory
|
|
|
|
BINDIR = /usr/bin
|
|
|
|
|
1997-09-28 16:41:13 +00:00
|
|
|
.INCLUDE : /src/gno/prog.mk
|