OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARCHDIR
(Results
1 - 12
of
12
) sorted by relevancy
/src/lib/csu/
Makefile
12
ARCHDIR
:= ${.CURDIR}/arch/earm
14
ARCHDIR
:= ${.CURDIR}/arch/${CSU_MACHINE_ARCH}
16
ARCHDIR
:= ${.CURDIR}/arch/${CSU_MACHINE_CPU}
21
.PATH: ${
ARCHDIR
}
22
.include "${
ARCHDIR
}/Makefile.inc"
/src/distrib/amiga/miniroot/
Makefile.inc
7
IMAGEDEPENDS+= ${
ARCHDIR
}/dot.profile \
8
${
ARCHDIR
}/install.md \
/src/lib/libc/arch/or1k/
Makefile.inc
12
${DESTDIR}/usr/include/sys/syscallargs.h ${
ARCHDIR
}/syscallargs.awk
17
${TOOL_AWK} -f ${
ARCHDIR
}/syscallargs.awk | \
/src/distrib/miniroot/
Makefile
8
ARCHDIR
= ${.CURDIR}/../${MACHINE}/miniroot
11
LISTS= ${.CURDIR}/list ${
ARCHDIR
}/list
19
PARSELISTENV=
ARCHDIR
=${
ARCHDIR
:Q} \
26
.include "${
ARCHDIR
}/Makefile.inc"
/src/lib/libc/
libcincludes.mk
16
@echo no
ARCHDIR
for ${LIBC_MACHINE_ARCH} nor ${LIBC_MACHINE_CPU}
20
ARCHDIR
= ${NETBSDSRCDIR}/lib/libc/arch/${ARCHSUBDIR}
Makefile
31
.if exists (${
ARCHDIR
}/Makefile.inc)
32
.PATH: ${
ARCHDIR
}
33
.include "${
ARCHDIR
}/Makefile.inc"
36
.if exists (${
ARCHDIR
}/genassym.cf)
40
assym.h: ${
ARCHDIR
}/genassym.cf
44
${GENASSYM_CPPFLAGS} < ${
ARCHDIR
}/genassym.cf > assym.h.tmp && \
/src/lib/libposix/
Makefile
15
AFLAGS+=-I${
ARCHDIR
}
/src/tests/kernel/
Makefile
103
ARCHDIR
:= ${.PARSEDIR}/arch/${MACHINE_ARCH}
105
ARCHDIR
:= ${.PARSEDIR}/arch/${MACHINE_CPU}
107
.PATH: ${
ARCHDIR
}
109
.if exists(${
ARCHDIR
}/stack_pointer.h)
110
CPPFLAGS.t_signal_and_sp.c+= -I${
ARCHDIR
} -DHAVE_STACK_POINTER_H
114
.if exists(${
ARCHDIR
}/contextspfunc.S)
118
.if exists(${
ARCHDIR
}/signalsphandler.S)
122
.if exists(${
ARCHDIR
}/threadspfunc.S)
130
.if exists(${
ARCHDIR
}/execsp.S)
184
CPPFLAGS.t_execregs.c+= -I${
ARCHDIR
}
[
all
...]
/src/lib/libpthread/
Makefile
32
ARCHDIR
= ${.CURDIR}/arch/${ARCHSUBDIR}
33
.PATH: ${
ARCHDIR
}
52
CPPFLAGS+= -I${
ARCHDIR
} -I${.CURDIR} -I${.OBJDIR} -D_LIBC -D_REENTRANT
95
.if exists(${
ARCHDIR
}/pthread_md.S)
98
.if exists(${
ARCHDIR
}/Makefile.inc)
99
.include "${
ARCHDIR
}/Makefile.inc"
/src/lib/librt/
Makefile
52
AFLAGS+=-I${
ARCHDIR
}
/src/share/mk/
bsd.kmodule.mk
150
ARCHDIR
= $S/modules/arch/${MACHINE_CPU}
158
${TOOL_AWK} -f ${
ARCHDIR
}/kmodwrap.awk) \
161
${KMOD}_tramp.S: ${KMOD}_tmp.o ${
ARCHDIR
}/kmodtramp.awk ${ASM_H}
164
${TOOL_AWK} -f ${
ARCHDIR
}/kmodtramp.awk \
170
.if exists(${
ARCHDIR
}/kmodhide.awk)
174
$$(${NM} tmp.o | ${TOOL_AWK} -f ${
ARCHDIR
}/kmodhide.awk) \
/src/lib/libm/
Makefile
303
CPPFLAGS+= -I${
ARCHDIR
}/softfloat
Completed in 40 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025