Makefile.i386 (38d8a113a9f15a10e66027a9baef5e02f6897364) | Makefile.i386 (98823b2366390a0577eeb61e0c91cccae862c44f) |
---|---|
1# Makefile.i386 -- with config changes. 2# Copyright 1990 W. Jolitz 3# from: @(#)Makefile.i386 7.1 5/10/91 | 1# Makefile.i386 -- with config changes. 2# Copyright 1990 W. Jolitz 3# from: @(#)Makefile.i386 7.1 5/10/91 |
4# $Id: Makefile.i386,v 1.100 1997/06/29 16:39:09 bde Exp $ | 4# $Id: Makefile.i386,v 1.101 1997/07/25 11:53:20 phk Exp $ |
5# 6# Makefile for FreeBSD 7# 8# This makefile is constructed from a machine description: 9# config machineid 10# Most changes should be made in the machine description 11# /sys/i386/conf/``machineid'' 12# after which you should do --- 144 unchanged lines hidden (view full) --- 157# this rule stops ./assym.s in .depend from causing problems 158./assym.s: assym.s 159 160assym.s: genassym 161 ./genassym >assym.s 162 163# Some of the defines that genassym outputs may well depend on the 164# value of kernel options. | 5# 6# Makefile for FreeBSD 7# 8# This makefile is constructed from a machine description: 9# config machineid 10# Most changes should be made in the machine description 11# /sys/i386/conf/``machineid'' 12# after which you should do --- 144 unchanged lines hidden (view full) --- 157# this rule stops ./assym.s in .depend from causing problems 158./assym.s: assym.s 159 160assym.s: genassym 161 ./genassym >assym.s 162 163# Some of the defines that genassym outputs may well depend on the 164# value of kernel options. |
165genassym.o: ${I386}/i386/genassym.c Makefile opt_global.h | 165genassym.o: ${I386}/i386/genassym.c Makefile opt_global.h opt_vm86.h |
166 ${CC} -c ${CFLAGS} ${PARAM} -UKERNEL ${I386}/i386/genassym.c 167 168genassym: genassym.o 169 ${CC} ${CFLAGS} ${PARAM} genassym.o -o $@ 170 171${OBJS}: opt_global.h 172 173# XXX this assumes that the options for NORMAL_C* and DRIVER_C* are identical. --- 58 unchanged lines hidden --- | 166 ${CC} -c ${CFLAGS} ${PARAM} -UKERNEL ${I386}/i386/genassym.c 167 168genassym: genassym.o 169 ${CC} ${CFLAGS} ${PARAM} genassym.o -o $@ 170 171${OBJS}: opt_global.h 172 173# XXX this assumes that the options for NORMAL_C* and DRIVER_C* are identical. --- 58 unchanged lines hidden --- |