1997-12-08 16:07:19 +00:00
|
|
|
#
|
|
|
|
# This file is intended for use when building udl from within
|
|
|
|
# the GNO base distribution. For building stand-alone on the
|
|
|
|
# IIgs or on another platform, use one of the other makefiles.
|
|
|
|
#
|
|
|
|
# Devin Reade, October 1997.
|
|
|
|
#
|
1997-12-19 07:48:16 +00:00
|
|
|
# $Id: Makefile,v 1.2 1997/12/19 07:48:15 gdr Exp $
|
1997-12-08 16:07:19 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
PROG = udl
|
|
|
|
SRCS = udlgs.c udluse.c common.c globals.c
|
|
|
|
MAIN = udlgs
|
|
|
|
|
|
|
|
# See the README for these macros.
|
|
|
|
CFLAGS += -DHAS_ATEXIT -DOVERFLOW_CHECK # -D__STACK_CHECK__
|
1997-12-19 07:48:16 +00:00
|
|
|
STACK = 2048
|
1997-12-08 16:07:19 +00:00
|
|
|
BINDIR = /usr/bin
|
|
|
|
|
|
|
|
.INCLUDE: /src/gno/prog.mk
|
|
|
|
|
|
|
|
head.o:: def.h extern.h
|