166458Sdfr# Makefile.ia64 -- with config changes.
266458Sdfr# Copyright 1990 W. Jolitz
366458Sdfr#	from: src/sys/conf/Makefile.alpha,v 1.76
466458Sdfr# $FreeBSD$
566458Sdfr#
666458Sdfr# Makefile for FreeBSD
766458Sdfr#
866458Sdfr# This makefile is constructed from a machine description:
966458Sdfr#	config machineid
1066458Sdfr# Most changes should be made in the machine description
1169811Smarcel#	/sys/ia64/conf/``machineid''
1266458Sdfr# after which you should do
1366458Sdfr#	 config machineid
1485532Sru# Generic makefile changes should be made in
1585532Sru#	/sys/conf/Makefile.ia64
1666458Sdfr# after which config should be rerun for all machines.
1766458Sdfr#
1866458Sdfr
1966458Sdfr# Which version of config(8) is required.
20169612Swkoszek%VERSREQ=	600004
2166458Sdfr
2266458SdfrSTD8X16FONT?=	iso
2366458Sdfr
2466458Sdfr.if !defined(S)
2566458Sdfr.if exists(./@/.)
2666458SdfrS=	./@
2766458Sdfr.else
2879014SimpS=	../../..
2966458Sdfr.endif
3066458Sdfr.endif
3185909Simp.include "$S/conf/kern.pre.mk"
3266458Sdfr
33115084SmarcelINCLUDES+= -I$S/contrib/ia64/libuwx/src
34115084Smarcel
35105022SmarcelCFLAGS+= -mconstant-gp
36105022Smarcel
3766458SdfrASM_CFLAGS= -x assembler-with-cpp -Wa,-x -DLOCORE ${CFLAGS}
3866458Sdfr
3966458Sdfr%BEFORE_DEPEND
4066458Sdfr
4166458Sdfr%OBJS
4266458Sdfr
4369135Speter%FILES.c
4466458Sdfr
4569135Speter%FILES.s
4666458Sdfr
4769135Speter%FILES.m
4866458Sdfr
4966458Sdfr%CLEAN
5066458Sdfr
5186276Simp%RULES
5286276Simp
5385909Simp.include "$S/conf/kern.post.mk"
54