mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
- replaced full makefile with one for use with the GNO builds
This commit is contained in:
parent
9dd49d2e54
commit
7b312c57e5
@ -1,32 +1,14 @@
|
||||
#
|
||||
# This makefile is intended for use with dmake(1).
|
||||
# This makefile is intended for use with dmake(1) on Apple IIGS
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/09/26 06:30:33 gdr Exp $
|
||||
#
|
||||
# It is adapted for catrez by Dave Tribby <tribby@cup.hp.com>
|
||||
# from Devin Reade's makefile for splatprep
|
||||
|
||||
# destination directories
|
||||
# Program name
|
||||
PROG = catrez
|
||||
|
||||
BINDIR = /usr/local/bin
|
||||
MANDIR = /usr/man
|
||||
# Delivery directory
|
||||
BINDIR = /usr/bin
|
||||
STACK = 768
|
||||
|
||||
|
||||
DEFINES += -Dcatrez
|
||||
STACK = -s768
|
||||
CFLAGS += $(DEFINES) $(STACK) -w -v -O
|
||||
LDFLAGS += -v
|
||||
|
||||
OBJS = catrez.o
|
||||
|
||||
catrez: $(OBJS) version.r
|
||||
$(CC) $(LDFLAGS) $(OBJS) $(LDLIBS) -o $@
|
||||
catrez -v -d $@ version.r
|
||||
|
||||
install:
|
||||
cp catrez $(BINDIR)
|
||||
cp catrez.1 $(MANDIR)/man1
|
||||
|
||||
clean:
|
||||
$(RM) -f *.o *.root *.r
|
||||
|
||||
clobber: clean
|
||||
$(RM) -f catrez
|
||||
.INCLUDE: /src/gno/prog.mk
|
||||
|
Loading…
Reference in New Issue
Block a user