Searched refs:DIRS (Results 1 - 25 of 111) sorted by relevance

12345

/macosx-10.10.1/llvmCore-3425.0.34/projects/
H A DMakefile15 DIRS:= $(filter-out llvm-test test-suite,$(patsubst $(PROJ_SRC_DIR)/%/Makefile,%,$(wildcard $(PROJ_SRC_DIR)/*/Makefile))) macro
18 DIRS := $(filter-out compiler-rt,$(DIRS)) macro
21 DIRS := $(filter-out libcxx,$(DIRS)) macro
25 DIRS := $(filter-out sample, $(DIRS)) macro
/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/lib/
H A DMakefile11 DIRS=sample macro
/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/tools/
H A DMakefile11 DIRS=sample macro
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/transforms/
H A DMakefile11 DIRS = scalar ipo macro
14 $(Verb) for i in $(DIRS) ; do \
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DMakefile12 DIRS = IPA macro
/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/
H A DMakefile11 DIRS = lib tools macro
/macosx-10.10.1/python_modules-40/tmpprefix/
H A DMakefile0 DIRS = f2c libpng freetype
5 for i in $(DIRS); do \
12 for i in $(DIRS); do \
1 DIRS = f2c libpng freetype macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CppBackend/
H A DMakefile12 DIRS = TargetInfo macro
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/
H A DMakefile11 DIRS = llvm bitreader bitwriter analysis target executionengine transforms macro
15 $(Verb) for i in $(DIRS) ; do \
/macosx-10.10.1/ncurses-44/ncurses/misc/
H A Dtdlint38 DIRS=""
67 DIRS="$DIRS $p"
76 DIRS="`echo $1|sed -e 's/^-L//'` $DIRS"
81 for p in $DIRS
/macosx-10.10.1/AppleUSBIrDA-145.2.4/DumpLog/
H A DMakefile0 DIRS = -I.. -I../IrDA -I../IrDA/Debugging -I../IrDA/IO
8 cc $(DIRS) $(FRAMES) -fno-common $(WARN) dumplog.cpp -o dumplog
11 cc $(DIRS) $(FRAMES) $(WARN) deltatime.c -o deltatime
1 DIRS = -I.. -I../IrDA -I../IrDA/Debugging -I../IrDA/IO macro
/macosx-10.10.1/CPANInternal-159.1/File-ExtAttr-1.09/
H A DMakefile.PL18 my @DIRS = qw(. /usr/include);
28 foreach $incdir (@DIRS)
96 INC => join(' ', map { "-I$_" } @DIRS),
/macosx-10.10.1/llvmCore-3425.0.34/
H A DMakefile30 DIRS := lib/Support lib/TableGen utils tools/llvm-config macro
33 DIRS := lib/Support lib/TableGen utils lib/VMCore lib tools/llvm-shlib \ macro
47 DIRS := $(filter-out tools/llvm-shlib, $(DIRS)) macro
51 DIRS := $(filter-out docs, $(DIRS)) macro
55 DIRS := $(filter-out tools runtime docs, $(DIRS)) macro
60 DIRS := $(filter-out tools runtime docs, $(DIRS)) macro
65 DIRS := $(filter-out runtime docs, $(DIRS)) macro
70 DIRS := tools/clang/tools/driver tools/clang/lib/Headers \\ macro
84 DIRS := $(filter-out tools docs unittests, $(DIRS)) \\ macro
90 DIRS := $(filter-out tools runtime docs, $(DIRS)) utils unittests macro
102 DIRS := $(filter-out unittests, $(DIRS)) macro
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DMakefile18 DIRS = TargetInfo MCTargetDesc macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DMakefile21 DIRS = InstPrinter TargetInfo MCTargetDesc macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMakefile20 DIRS = InstPrinter TargetInfo MCTargetDesc macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DMakefile21 DIRS = InstPrinter TargetInfo MCTargetDesc macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DMakefile21 DIRS = InstPrinter TargetInfo MCTargetDesc macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Sparc/
H A DMakefile19 DIRS = TargetInfo MCTargetDesc macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DMakefile20 DIRS = TargetInfo MCTargetDesc macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMakefile21 DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMakefile22 DIRS = InstPrinter Disassembler AsmParser TargetInfo MCTargetDesc macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DMakefile22 DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc Utils macro
/macosx-10.10.1/architecture-266/
H A DMakefile23 DIRS = . $(ARCHS) macro
45 for i in ${DIRS}; \
53 for i in ${DIRS}; \
/macosx-10.10.1/diskdev_cmds-576/fstyp.tproj/
H A Dfstyp.c57 const char *DIRS[] = { "/bin/", local
84 for (i = 0; (!found && (NULL != DIRS[i])); i++) {
86 * scan DIRS[i] for files that start with
89 numMatches = scandir(DIRS[i], &dpp, select_fstyp, NULL);
93 if (test(DIRS[i], dpp[j], argv[1]) == 1) {

Completed in 308 milliseconds

12345