HomeSort by: relevance | last modified time | path
    Searched defs:SRCDIR (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/distrib/utils/x_fsck_ffs/
Makefile 10 SRCDIR= ${.CURDIR}/../../../sbin/fsck_ffs
27 .PATH: ${SRCDIR}
29 .include "${SRCDIR}/Makefile.common"
  /src/distrib/utils/x_newfs/
Makefile 10 SRCDIR= ${.CURDIR}/../../../sbin/newfs
28 .PATH: ${SRCDIR}
30 .include "${SRCDIR}/Makefile.common"
  /src/external/bsd/kyua-testers/share/man/man1/
Makefile 3 SRCDIR= ${NETBSDSRCDIR}/external/bsd/kyua-testers/dist
4 .PATH: ${SRCDIR}
  /src/external/bsd/kyua-testers/share/man/man5/
Makefile 3 SRCDIR= ${NETBSDSRCDIR}/external/bsd/kyua-testers/dist
4 .PATH: ${SRCDIR}
  /src/external/bsd/tradcpp/usr.bin/
Makefile 5 SRCDIR=${NETBSDSRCDIR}/external/bsd/tradcpp/dist
6 .PATH: ${SRCDIR}
14 .include "${SRCDIR}/Makefile"
  /src/distrib/utils/x_disklabel/
Makefile 4 SRCDIR= ${.CURDIR}/../../../sbin/disklabel
40 .PATH: ${SRCDIR}
  /src/distrib/utils/x_ed/
Makefile 4 SRCDIR= ${.CURDIR}/../../../bin/ed
14 .PATH: ${SRCDIR}
  /src/distrib/utils/x_ifconfig/
Makefile 13 SRCDIR= ${.CURDIR}/../../../sbin/ifconfig
22 .PATH: ${SRCDIR}
24 .include "${SRCDIR}/Makefile.common"
  /src/distrib/utils/x_ping6/
Makefile 4 SRCDIR= ${.CURDIR}/../../../sbin/ping6
9 CPPFLAGS+= -I${SRCDIR} -DINET6 -DCRUNCHOPS
19 .PATH: ${SRCDIR}
  /src/distrib/utils/x_umount/
Makefile 6 SRCDIR= ${.CURDIR}/../../../sbin/umount
16 .PATH: ${SRCDIR}
  /src/sys/external/bsd/gnu-efi/dist/inc/
Makefile 0 SRCDIR = .
3 VPATH = $(SRCDIR)
5 include $(SRCDIR)/../Make.defaults
7 TOPDIR = $(SRCDIR)/..
19 $(INSTALL) -m 644 $(SRCDIR)/*.h $(INSTALLROOT)$(PREFIX)/include/efi
20 $(INSTALL) -m 644 $(SRCDIR)/protocol/*.h $(INSTALLROOT)$(PREFIX)/include/efi/protocol
21 $(INSTALL) -m 644 $(SRCDIR)/$(ARCH)/*.h $(INSTALLROOT)$(PREFIX)/include/efi/$(ARCH)
24 $(INSTALL) -m 644 $(SRCDIR)/protocol/ia64/*.h $(INSTALLROOT)$(PREFIX)/include/efi/protocol/ia64
27 include $(SRCDIR)/../Make.rules
  /src/tools/elftoolchain/common/sys/
Makefile 5 SRCDIR= ${.CURDIR}/../../../../external/bsd/elftoolchain/dist/common/sys
7 .PATH: ${SRCDIR}
15 ${TOOL_M4} -I${SRCDIR} -D SRCDIR=${SRCDIR} ${M4FLAGS} \
  /src/tools/mandoc/
Makefile 18 SRCDIR=${DISTDIR} CC=${HOST_CC:Q} ${HOST_SH} ${DISTDIR}/configure
  /src/external/bsd/elftoolchain/common/sys/
Makefile 6 SRCDIR= ${TOP}/common/sys
8 .PATH: ${SRCDIR}
15 ${TOOL_M4} -I${SRCDIR} -D SRCDIR=${SRCDIR} ${M4FLAGS} \
  /src/external/bsd/kyua-testers/share/doc/kyua-testers/
Makefile 5 SRCDIR= ${NETBSDSRCDIR}/external/bsd/kyua-testers/dist
6 .PATH: ${SRCDIR}
9 .PATH: ${SRCDIR}
  /src/external/bsd/lutok/share/examples/lutok/
Makefile 5 SRCDIR= ${NETBSDSRCDIR}/external/bsd/lutok/dist
6 .PATH: ${SRCDIR}/examples
  /src/external/bsd/lutok/tests/lib/liblutok/
Makefile 7 SRCDIR= ${NETBSDSRCDIR}/external/bsd/lutok/dist
8 .PATH: ${SRCDIR}
  /src/external/bsd/tmux/share/examples/tmux/
Makefile 6 SRCDIR= ${NETBSDSRCDIR}/external/bsd/tmux/dist
7 .PATH: ${SRCDIR}
  /src/external/gpl2/groff/doc/
Makefile 6 SRCDIR= ${DIST_DIR}
  /src/distrib/utils/x_gzip/
Makefile 6 SRCDIR= ${.CURDIR}/../../../usr.bin/gzip
31 .PATH: ${SRCDIR}
  /src/distrib/utils/x_ping/
Makefile 6 SRCDIR= ${.CURDIR}/../../../sbin/ping
11 CPPFLAGS+= -I${SRCDIR} -DCRUNCHOPS
17 .PATH: ${SRCDIR}
  /src/sys/external/bsd/gnu-efi/dist/
Makefile 40 SRCDIR = $(dir $(MKFILE_PATH))
42 VPATH = $(SRCDIR)
44 include $(SRCDIR)/Make.defaults
75 @echo SRCDIR=$(SRCDIR)
80 $(MAKE) -C $(OBJDIR)/$@ -f $(SRCDIR)/$@/Makefile SRCDIR=$(SRCDIR)/$@ ARCH=$(ARCH)
86 $(MAKE) -C $(OBJDIR)/$$d -f $(SRCDIR)/$$d/Makefile SRCDIR=$(SRCDIR)/$$d clean;
    [all...]
  /src/tools/elftoolchain/common/
Makefile 5 SRCDIR= ${.CURDIR}/../../../external/bsd/elftoolchain/dist/common
7 .PATH: ${SRCDIR}
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/src/build/
Makefile 0 SRCDIR := ..
4 CFLAGS = -Wall -DDEBUG -Dvariable="value with space" -I $(SRCDIR)/include
8 $(OBJDIR)/main.o: $(SRCDIR)/main.c
9 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/main.c
11 $(OBJDIR)/clean-one.o: $(SRCDIR)/clean-one.c
12 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/clean-one.c
14 $(OBJDIR)/clean-two.o: $(SRCDIR)/clean-two.c
15 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/clean-two.c
17 $(OBJDIR)/emit-one.o: $(SRCDIR)/emit-one.c
18 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/emit-one.
    [all...]
  /src/external/bsd/elftoolchain/common/
Makefile 6 SRCDIR= ${TOP}/common
8 .PATH: ${SRCDIR}

Completed in 46 milliseconds

1 2 3