Deleted Added
full compact
Makefile.powerpc (974) Makefile.powerpc (1030)
1# Copyright 1990 W. Jolitz
2# from: @(#)Makefile.i386 7.1 5/10/91
1# Copyright 1990 W. Jolitz
2# from: @(#)Makefile.i386 7.1 5/10/91
3# $Id: Makefile.i386,v 1.18 1993/12/19 00:49:53 wollman Exp $
3# $Id: Makefile.i386,v 1.19 1994/01/14 16:23:16 davidg Exp $
4#
5# Makefile for FreeBSD
6#
7# This makefile is constructed from a machine description:
8# config machineid
9# Most changes should be made in the machine description
10# /sys/i386/conf/``machineid''
11# after which you should do

--- 120 unchanged lines hidden (view full) ---

132 rm -f assym.s; \
133 mv ,assym.s assym.s; \
134 fi
135
136# Some of the defines that genassym outputs may well depend on the
137# value of kernel options.
138genassym: Makefile
139 ${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
4#
5# Makefile for FreeBSD
6#
7# This makefile is constructed from a machine description:
8# config machineid
9# Most changes should be made in the machine description
10# /sys/i386/conf/``machineid''
11# after which you should do

--- 120 unchanged lines hidden (view full) ---

132 rm -f assym.s; \
133 mv ,assym.s assym.s; \
134 fi
135
136# Some of the defines that genassym outputs may well depend on the
137# value of kernel options.
138genassym: Makefile
139 ${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
140 ${I386}/i386/genassym.c -o genassym
140 ${I386}/i386/genassym.c -static -o genassym
141
142depend: assym.s param.c
143 sh /usr/bin/mkdep -DLOAD_ADDRESS=0x${LOAD_ADDRESS} ${COPTS} ${CFILES} ioconf.c param.c ${I386}/i386/conf.c
144 sh /usr/bin/mkdep -a -p ${INCLUDES} ${IDENT} ${PARAM} ${I386}/i386/genassym.c
145
146links:
147 egrep '#if' ${CFILES} | sed -f $S/conf/defines | \
148 sed -e 's/:.*//' -e 's/\.c/.o/' | sort -u > dontlink

--- 30 unchanged lines hidden ---
141
142depend: assym.s param.c
143 sh /usr/bin/mkdep -DLOAD_ADDRESS=0x${LOAD_ADDRESS} ${COPTS} ${CFILES} ioconf.c param.c ${I386}/i386/conf.c
144 sh /usr/bin/mkdep -a -p ${INCLUDES} ${IDENT} ${PARAM} ${I386}/i386/genassym.c
145
146links:
147 egrep '#if' ${CFILES} | sed -f $S/conf/defines | \
148 sed -e 's/:.*//' -e 's/\.c/.o/' | sort -u > dontlink

--- 30 unchanged lines hidden ---