2000-09-29 09:46:07 -04:00
|
|
|
# Makefile.ia64 -- with config changes.
|
|
|
|
|
# Copyright 1990 W. Jolitz
|
|
|
|
|
# from: src/sys/conf/Makefile.alpha,v 1.76
|
|
|
|
|
# $FreeBSD$
|
|
|
|
|
#
|
|
|
|
|
# Makefile for FreeBSD
|
|
|
|
|
#
|
|
|
|
|
# This makefile is constructed from a machine description:
|
|
|
|
|
# config machineid
|
|
|
|
|
# Most changes should be made in the machine description
|
2000-12-09 23:31:16 -05:00
|
|
|
# /sys/ia64/conf/``machineid''
|
2000-09-29 09:46:07 -04:00
|
|
|
# after which you should do
|
|
|
|
|
# config machineid
|
2001-10-26 06:33:45 -04:00
|
|
|
# Generic makefile changes should be made in
|
|
|
|
|
# /sys/conf/Makefile.ia64
|
2000-09-29 09:46:07 -04:00
|
|
|
# after which config should be rerun for all machines.
|
|
|
|
|
#
|
|
|
|
|
|
2002-05-18 23:41:48 -04:00
|
|
|
GCC3= you bet
|
2000-09-29 09:46:07 -04:00
|
|
|
|
|
|
|
|
# Which version of config(8) is required.
|
2003-04-15 17:29:11 -04:00
|
|
|
%VERSREQ= 500012
|
2000-09-29 09:46:07 -04:00
|
|
|
|
|
|
|
|
STD8X16FONT?= iso
|
|
|
|
|
|
|
|
|
|
.if !defined(S)
|
|
|
|
|
.if exists(./@/.)
|
|
|
|
|
S= ./@
|
|
|
|
|
.else
|
2001-06-30 02:29:47 -04:00
|
|
|
S= ../../..
|
2000-09-29 09:46:07 -04:00
|
|
|
.endif
|
|
|
|
|
.endif
|
2001-11-02 16:34:20 -05:00
|
|
|
.include "$S/conf/kern.pre.mk"
|
2000-09-29 09:46:07 -04:00
|
|
|
|
2003-05-16 17:26:42 -04:00
|
|
|
INCLUDES+= -I$S/contrib/ia64/libuwx/src
|
|
|
|
|
|
2002-10-13 03:07:51 -04:00
|
|
|
CFLAGS+= -mconstant-gp
|
|
|
|
|
|
2000-09-29 09:46:07 -04:00
|
|
|
ASM_CFLAGS= -x assembler-with-cpp -Wa,-x -DLOCORE ${CFLAGS}
|
|
|
|
|
|
|
|
|
|
%BEFORE_DEPEND
|
|
|
|
|
|
|
|
|
|
%OBJS
|
|
|
|
|
|
2000-11-24 22:25:34 -05:00
|
|
|
%FILES.c
|
2000-09-29 09:46:07 -04:00
|
|
|
|
2000-11-24 22:25:34 -05:00
|
|
|
%FILES.s
|
2000-09-29 09:46:07 -04:00
|
|
|
|
2000-11-24 22:25:34 -05:00
|
|
|
%FILES.m
|
2000-09-29 09:46:07 -04:00
|
|
|
|
|
|
|
|
%CLEAN
|
|
|
|
|
|
|
|
|
|
%RULES
|
2001-11-11 15:33:02 -05:00
|
|
|
|
|
|
|
|
.include "$S/conf/kern.post.mk"
|