changes to reflect that the paths.mk info is now in a separate file

This commit is contained in:
gdr
1997-09-21 06:01:12 +00:00
parent 4539811926
commit 740fda6275

View File

@@ -1,47 +1,24 @@
# #
# gno/lib/const.mk
#
# Compile-time configuration for the GNO libraries. This file is only # Compile-time configuration for the GNO libraries. This file is only
# required for building the libraries, not for using them. # required for building the libraries, not for using them.
# #
# Devin Reade, 1997 # Devin Reade, 1997
# #
# $Id: const.mk,v 1.1 1997/02/28 05:03:34 gdr Exp $ # $Id: const.mk,v 1.2 1997/09/21 06:01:12 gdr Exp $
# #
# It is critical that 13/orcacdefs/defaults.h is set up correctly, # It is critical that 13/orcacdefs/defaults.h is set up correctly,
# including #defines for __appleiigs__ and __GNO__. For the purpose # including #defines for __appleiigs__ and __GNO__. For the purpose
# of compiling these libraries, 13/orcacdefs should probably be otherwise # of compiling these libraries, 13/orcacdefs should probably be otherwise
# empty. # empty.
# #
# ORCA_DIST is a directory containing the standard Orca distribution.
#
# INCLUDE_GNO is a directory containing only the header files (and subdirs
# containing header files) that will be shipped with GNO.
#
# INCLUDE_ORCA is a directory containing the completely unmodified Orca/C
# header files. (The current version is v2.1.1b2.) If a
# file in here requires modifications, it should be copied
# into $(INCLUDE_GNO) and edited there. Presumably,
# INCLUDE_ORCA is $(ORCA_DIST)/libraries/orcacdefs.
#
# INCLUDE_GNO_ALT
# is a directory residing on an HFS volume. It is used for
# those header files which have ProDOS-incompatible file
# names. These headers are actually "links" to the "real"
# headers, which reside in the $(INCLUDE_GNO) hierarchy.
#
# I recommend using /etc/namespace to define /gno-src and /orca-native,
# but change them here if you must.
#
ORCA_DIST = /orca-native
INCLUDE_GNO = /bsd/include
INCLUDE_GNO_ALT = /gno-src/HFSinclude
INCLUDE_ORCA = $(ORCA_DIST)/libraries/orcacdefs
DEFINES = DEFINES =
INCLUDES = -I$(INCLUDE_GNO) -I$(INCLUDE_ORCA) -I$(INCLUDE_GNO_ALT) INCLUDES = -I$(INCLUDE_GNO) -I$(INCLUDE_ORCA) -I$(INCLUDE_GNO_ALT)
ASFLAGS = -r -c ASFLAGS = -r -c
CFLAGS = -r -v -w $(DEFINES) $(INCLUDES) CFLAGS = -r -w $(DEFINES) $(INCLUDES)
LDFLAGS = -v LDFLAGS =
# Byteworks' makelib pukes ... these object files are too much for it. # Byteworks' makelib pukes ... these object files are too much for it.
MAKELIB = 17/makelib.apw MAKELIB = 17/makelib.apw