head	1.4;
access;
symbols
	gcc-2_8_1-990325:1.4
	gcc-2_8_1-990319:1.4
	gcc-2_8_1-990302:1.4
	gcc_2_8_1-990302:1.4
	gcc_2_8_1-990222:1.4
	gcc-2_8_1-990109:1.4
	gcc-2_8_1-981210:1.4
	gcc-2_8_1-981208:1.4
	gcc-2_8_1-980929:1.4
	gcc_2_8_1-980929:1.4
	gcc-2_8_1-980928:1.4
	gcc-2_8_1-980813:1.4
	gcc-2_8_1-980811:1.4
	gcc-2_8_1-980718:1.4
	gcc-2_8_1-980705:1.4
	gcc-2_8_1-980627:1.4
	gcc-2_8_1-980609:1.4
	gcc-2_8_1-980608:1.4
	gcc-2_8_1-980529:1.4
	gcc-2_8_1-980525:1.4
	gcc-2_8_1-980513:1.4
	gcc-2_8_1-980502:1.4
	gcc-2_8_1-980426:1.4
	gcc-2_8_1-980419:1.4
	gcc-2_8_1-980413:1.4
	gcc-2_8_1-980412:1.4
	gcc-2_8_1-980407:1.4
	gcc-2_8_1-980401:1.4
	gcc_2_8_1-980315:1.4
	gcc-2_8_1-RELEASE:1.4;
locks; strict;
comment	@# @;


1.4
date	92.07.21.18.02.34;	author rms;	state Exp;
branches;
next	1.3;

1.3
date	92.07.14.03.41.55;	author rms;	state Exp;
branches;
next	1.2;

1.2
date	92.07.04.18.46.57;	author rms;	state Exp;
branches;
next	1.1;

1.1
date	92.01.02.21.59.20;	author rms;	state Exp;
branches;
next	;


desc
@# Makefile configuration for Commodore Amiga running SVR4.
@


1.4
log
@(ENQUIRE_CFLAGS):  Remove; obsolete.
@
text
@# Makefile configuration for Commodore Amiga running SVR4.
# (configure amiga-amix)

# The Amiga ships with gcc installed, so use it as the default CC.

CC = /usr/public/bin/gcc

# The AT&T compiler is still available in /usr/ccs/bin/cc and should
# be used to compile the things that should not be compiled with gcc.

OLDCC = /usr/ccs/bin/cc

# Link the executables with -ansi to get ANSI floating point ranges.
# Otherwise the values returned on overflow or underflow will be wrong.
# NOTE: some early releases of Amiga Unix contained a bug in ptod.o
# that prevents the correct values being returned from strtod/atof, even
# when linked with -ansi.  Sometimes -static will fix this since at least
# one version had a fixed copy in the static libc.a.

LDFLAGS = -ansi

# The manual pages go in /usr/man/1l (section 1, local) without any filename
# extension.  The man command will automatically create the /usr/catman/1l
# entry.

mandir = /usr/man/1l
manext =
@


1.3
log
@Undo previous change.
@
text
@a27 6

# These should be in a t-amix file...if they are really needed.
# But I'd like to see if they are really needed
# before I create a t-amix file. -- rms.
## Set up flags to use when compiling and linking enquire.
#ENQUIRE_CFLAGS = -DNO_SC -DNO_MEM -DNO_STDDEF -ansi
@


1.2
log
@(ENQUIRE_CFLAGS, FIXINCLUDES): Deleted.
(X_CFLAGS): Added.
@
text
@a33 6

# For svr4 we link stuff *without* dynamic libraries for now... at least
# until there is a version of GDB which understands *both* Dwarf *and*
# svr4 shared libraries.

X_CFLAGS=-static
@


1.1
log
@entered into RCS
@
text
@a3 5
# Under SVR4, the ucb version of install is compatible, but not normally
# first in the shell search path, so specify it explicitly.

INSTALL = /usr/ucb/install -c

d29 9
a37 5
# Set up flags to use when compiling and linking enquire.

ENQUIRE_CFLAGS = -DNO_SC -DNO_MEM -DNO_STDDEF -ansi

# Use SVR4 version of fixincludes.
d39 1
a39 1
FIXINCLUDES = fixinc.svr4
@
