mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-02-06 10:30:50 +00:00
changes to reflect that the paths.mk info is now in a separate file
This commit is contained in:
parent
4539811926
commit
740fda6275
33
lib/const.mk
33
lib/const.mk
@ -1,47 +1,24 @@
|
||||
#
|
||||
# gno/lib/const.mk
|
||||
#
|
||||
# Compile-time configuration for the GNO libraries. This file is only
|
||||
# required for building the libraries, not for using them.
|
||||
#
|
||||
# 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,
|
||||
# including #defines for __appleiigs__ and __GNO__. For the purpose
|
||||
# of compiling these libraries, 13/orcacdefs should probably be otherwise
|
||||
# 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 =
|
||||
INCLUDES = -I$(INCLUDE_GNO) -I$(INCLUDE_ORCA) -I$(INCLUDE_GNO_ALT)
|
||||
ASFLAGS = -r -c
|
||||
CFLAGS = -r -v -w $(DEFINES) $(INCLUDES)
|
||||
LDFLAGS = -v
|
||||
CFLAGS = -r -w $(DEFINES) $(INCLUDES)
|
||||
LDFLAGS =
|
||||
|
||||
# Byteworks' makelib pukes ... these object files are too much for it.
|
||||
MAKELIB = 17/makelib.apw
|
||||
|
Loading…
x
Reference in New Issue
Block a user