No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / vax / conf / Makefile.vax
blob2cf1f32675a0f87a50f78ce3ae65896431c24e48
1 #       $NetBSD: Makefile.vax,v 1.79 2007/12/22 08:17:57 tsutsui Exp $
3 # Makefile for NetBSD
5 # This makefile is constructed from a machine description:
6 #       config machineid
7 # Most changes should be made in the machine description
8 #       /sys/arch/vax/conf/``machineid''
9 # after which you should do
10 #       config machineid
11 # Machine generic makefile changes should be made in
12 #       /sys/arch/vax/conf/Makefile.vax
13 # after which config should be rerun for all machines of that type.
15 # To specify debugging, add the config line: makeoptions DEBUG="-g"
16 # A better way is to specify -g only for a few files.
18 #       makeoptions DEBUGLIST="uvm* trap if_*"
20 MACHINE_ARCH=   vax
21 USETOOLS?=      no
22 NEED_OWN_INSTALL_TARGET?=no
23 .include <bsd.own.mk>
26 ## (1) port identification
28 VAX=            $S/arch/vax
29 GENASSYM_CONF=  ${VAX}/vax/genassym.cf
32 ## (2) compile settings
34 CPPFLAGS+=      -D_VAX_INLINE_
35 AFLAGS+=        -x assembler-with-cpp -traditional-cpp -fno-pic
36 CFLAGS+=        -fno-pic
39 ## (3) libkern and compat
41 KERN_AS=        obj
44 ## (4) local objects, compile rules, and dependencies
46 MD_OBJS=        intvec.o subr.o
47 MD_CFILES=
48 MD_SFILES=      ${VAX}/vax/intvec.S ${VAX}/vax/subr.S
50 intvec.o: ${VAX}/vax/intvec.S assym.h
51         ${NORMAL_S}
53 subr.o: ${VAX}/vax/subr.S assym.h
54         ${NORMAL_S}
57 ## (5) link settings
59 TEXTADDR?=      80000000
60 LINKFORMAT=     -N
61 LINKFLAGS_DEBUG=        -X
62 LINKFLAGS_NORMAL=       -S
65 ## (6) port specific target dependencies
68 # depend on CPU configuration
69 tmscp.o ts.o uba.o uda.o clock.o emulate.o intvec.o: Makefile
70 sbi.o subr.o: Makefile
72 lock_stubs.o unimpl_emul.o: assym.h
75 ## (7) misc settings
78 # XXX recent gcc4 gets ICE on this one
79 COPTS.db_command.c+=    -fno-tree-ter
82 ## (8) config(8) generated machinery
84 %INCLUDES
86 %OBJS
88 %CFILES
90 %SFILES
92 %LOAD
94 %RULES
97 ## (9) port independent kernel machinery
99 .include "$S/conf/Makefile.kern.inc"
102 ## (10) Appending make options.
104 %MAKEOPTIONSAPPEND