gno/usr.bin/sed/Makefile
gdr-ftp 531859db70 Makefile:
- abbreviated some macros
	- removed the -v compilation flag (it can be added from the make
	  command line if necessary)
	- use single colons in additional dependancies
sed.desc:
	- expand the description a bit.
1998-03-08 17:46:32 +00:00

28 lines
537 B
Makefile

#
# This makefile is intended for use with dmake(1) on Apple IIGS
# $Id: Makefile,v 1.2 1998/03/08 17:46:30 gdr-ftp Exp $
#
# Created by Dave Tribby, October 1997
# Default stack size (can be overridden by cmd line)
# This value have been tested and certified as working
STACK *= 1024
# Program name
PROG= sed
# Source files
SRCS= main.c compile.c misc.c process.c
.INCLUDE : /src/gno/prog.mk
#
# Additional dependancies
#
sed.o: extern.h defs.h
compile.o: extern.h defs.h
misc.o: extern.h defs.h
process.o: extern.h defs.h