1998-03-28 02:44:41 +00:00
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Netscape Public License
|
|
|
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
|
|
|
# compliance with the NPL. You may obtain a copy of the NPL at
|
|
|
|
# http://www.mozilla.org/NPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# NPL.
|
|
|
|
#
|
|
|
|
# The Initial Developer of this code under the NPL is Netscape
|
|
|
|
# Communications Corporation. Portions created by Netscape are
|
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
|
|
# Reserved.
|
|
|
|
#
|
|
|
|
|
|
|
|
######################################################################
|
|
|
|
# Config stuff for NEXTSTEP
|
|
|
|
######################################################################
|
|
|
|
#
|
|
|
|
######################################################################
|
|
|
|
# Version-independent
|
|
|
|
######################################################################
|
|
|
|
|
|
|
|
ARCH := nextstep
|
|
|
|
CPU_ARCH := m68k
|
|
|
|
GFX_ARCH := x
|
|
|
|
|
|
|
|
OS_INCLUDES =
|
|
|
|
G++INCLUDES =
|
|
|
|
LOC_LIB_DIR =
|
|
|
|
MOTIF =
|
|
|
|
MOTIFLIB =
|
|
|
|
OS_LIBS =
|
|
|
|
|
1998-07-06 22:37:17 +00:00
|
|
|
PLATFORM_FLAGS = -Wall -Wno-format -DNEXTSTEP -DNEXTSTEP$(basename $(OS_RELEASE)) -DNEXTSTEP$(subst .,,$(OS_RELEASE)) -DRHAPSODY -D_NEXT_SOURCE
|
1998-03-28 02:44:41 +00:00
|
|
|
MOVEMAIL_FLAGS = -DHAVE_STRERROR
|
1998-05-13 03:58:14 +00:00
|
|
|
PORT_FLAGS = -DSW_THREADS -DNO_CDEFS_H -DNO_REGEX -DNEED_BSDREGEX -DNO_REGCOMP -DHAS_PGNO_T -DNO_MULTICAST -DNO_TZNAME -D_POSIX_SOURCE -DNEED_S_ISLNK -DNEEDS_GETCWD -DNO_X11
|
1998-03-28 02:44:41 +00:00
|
|
|
PDJAVA_FLAGS =
|
|
|
|
|
1998-08-19 20:42:14 +00:00
|
|
|
ifdef USE_AUTOCONF
|
|
|
|
OS_CFLAGS =
|
|
|
|
else
|
1998-03-28 02:44:41 +00:00
|
|
|
OS_CFLAGS = $(PLATFORM_FLAGS) $(PORT_FLAGS) $(MOVEMAIL_FLAGS)
|
1998-08-19 20:42:14 +00:00
|
|
|
endif
|
1998-03-28 02:44:41 +00:00
|
|
|
|
|
|
|
######################################################################
|
|
|
|
# Version-specific stuff
|
|
|
|
######################################################################
|
|
|
|
|
|
|
|
######################################################################
|
|
|
|
# Overrides for defaults in config.mk (or wherever)
|
|
|
|
######################################################################
|
|
|
|
|
|
|
|
CC = cc
|
|
|
|
CCC = c++
|
|
|
|
EMACS = /bin/true
|
|
|
|
PERL = /usr/bin/perl
|
1998-07-06 22:37:17 +00:00
|
|
|
AR = /bin/libtool -static -o $@
|
1998-05-13 03:58:14 +00:00
|
|
|
RANLIB = /bin/true
|
1998-03-28 02:44:41 +00:00
|
|
|
WHOAMI = /usr/ucb/whoami
|
|
|
|
|
|
|
|
######################################################################
|
|
|
|
# Other
|
|
|
|
######################################################################
|
|
|
|
|