HomeSort by relevance Sort by last modified time
    Searched refs:INCLUDEDIR (Results 1 - 25 of 36) sorted by null

1 2

  /external/python/cpython2/Lib/plat-mac/
bgenlocations.py 25 INCLUDEDIR="/Users/jack/src/Universal/Interfaces/CIncludes"
47 if not os.path.exists(INCLUDEDIR):
48 raise Error, "Please fix bgenlocations.py, INCLUDEDIR does not exist: %s" % INCLUDEDIR
55 if INCLUDEDIR[-1] != os.sep:
56 INCLUDEDIR = INCLUDEDIR + os.sep
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bgenlocations.py 25 INCLUDEDIR="/Users/jack/src/Universal/Interfaces/CIncludes"
47 if not os.path.exists(INCLUDEDIR):
48 raise Error, "Please fix bgenlocations.py, INCLUDEDIR does not exist: %s" % INCLUDEDIR
55 if INCLUDEDIR[-1] != os.sep:
56 INCLUDEDIR = INCLUDEDIR + os.sep
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bgenlocations.py 25 INCLUDEDIR="/Users/jack/src/Universal/Interfaces/CIncludes"
47 if not os.path.exists(INCLUDEDIR):
48 raise Error, "Please fix bgenlocations.py, INCLUDEDIR does not exist: %s" % INCLUDEDIR
55 if INCLUDEDIR[-1] != os.sep:
56 INCLUDEDIR = INCLUDEDIR + os.sep
  /external/bison/darwin-lib/
configmake.h 12 #define INCLUDEDIR "/usr/local/include"
  /external/bison/linux-lib/
configmake.h 12 #define INCLUDEDIR "/usr/local/include"
  /external/selinux/checkpolicy/test/
Makefile 7 INCLUDEDIR ?= $(PREFIX)/include
  /external/lz4/lib/
Makefile 124 INCLUDEDIR ?= $(PREFIX)/include
139 -e 's|@INCLUDEDIR@|$(INCLUDEDIR)|' \
144 @$(INSTALL) -d -m 755 $(DESTDIR)$(PKGCONFIGDIR)/ $(DESTDIR)$(INCLUDEDIR)/
154 @$(INSTALL_DATA) lz4.h $(DESTDIR)$(INCLUDEDIR)/lz4.h
155 @$(INSTALL_DATA) lz4hc.h $(DESTDIR)$(INCLUDEDIR)/lz4hc.h
156 @$(INSTALL_DATA) lz4frame.h $(DESTDIR)$(INCLUDEDIR)/lz4frame.h
165 @$(RM) $(DESTDIR)$(INCLUDEDIR)/lz4.h
166 @$(RM) $(DESTDIR)$(INCLUDEDIR)/lz4hc.h
167 @$(RM) $(DESTDIR)$(INCLUDEDIR)/lz4frame.
    [all...]
  /external/python/cpython2/Mac/Modules/drag/
dragscan.py 3 from bgenlocations import TOOLBOXDIR, BGENDIR, INCLUDEDIR
21 input = INCLUDEDIR + "Drag.h"
  /external/squashfs-tools/squashfs-tools/
Makefile 110 INCLUDEDIR = -I.
121 CFLAGS += $(EXTRA_CFLAGS) $(INCLUDEDIR) -D_FILE_OFFSET_BITS=64 \
137 INCLUDEDIR += -I$(LZMA_DIR)/C
163 INCLUDEDIR += -I$(LZO_DIR)/include
  /external/selinux/policycoreutils/hll/pp/
Makefile 3 INCLUDEDIR ?= $(PREFIX)/include
  /external/selinux/policycoreutils/secon/
Makefile 3 INCLUDEDIR ?= $(PREFIX)/include
  /external/selinux/policycoreutils/setsebool/
Makefile 3 INCLUDEDIR ?= $(PREFIX)/include
  /external/selinux/semodule-utils/semodule_deps/
Makefile 3 INCLUDEDIR ?= $(PREFIX)/include
  /external/selinux/semodule-utils/semodule_expand/
Makefile 3 INCLUDEDIR ?= $(PREFIX)/include
  /external/selinux/semodule-utils/semodule_link/
Makefile 3 INCLUDEDIR ?= $(PREFIX)/include
  /external/selinux/semodule-utils/semodule_package/
Makefile 3 INCLUDEDIR ?= $(PREFIX)/include
  /external/selinux/policycoreutils/semodule/
Makefile 3 INCLUDEDIR ?= $(PREFIX)/include
  /external/selinux/python/audit2allow/
Makefile 9 INCLUDEDIR ?= $(PREFIX)/include
  /external/selinux/secilc/
Makefile 5 INCLUDEDIR ?= $(PREFIX)/include
  /external/bsdiff/
Makefile 21 INCLUDEDIR ?= $(PREFIX)/include
115 $(DESTDIR)/$(INCLUDEDIR)/bsdiff
118 $(INSTALL) -c -m 644 include/bsdiff/*.h $(DESTDIR)/$(INCLUDEDIR)/bsdiff
  /external/swiftshader/third_party/LLVM/tools/llvm-config/
llvm-config.in.in 67 my $INCLUDEDIR = "$ABS_RUN_DIR/include";
68 my $INCLUDEOPTION = "-I$INCLUDEDIR";
74 $INCLUDEDIR = "$LLVM_SRC_ROOT/include";
76 $INCLUDEOPTION = "-I$INCLUDEDIR -I$LLVM_OBJ_ROOT/include"
105 } elsif ($arg eq "--includedir") {
106 $has_opt = 1; print "$INCLUDEDIR\n";
184 --includedir Directory containing LLVM headers.
  /external/dtc/
Makefile 31 INCLUDEDIR = $(PREFIX)/include
178 $(INSTALL) -d $(DESTDIR)$(INCLUDEDIR)
179 $(INSTALL) -m 644 $(LIBFDT_include) $(DESTDIR)$(INCLUDEDIR)
  /external/selinux/checkpolicy/
Makefile 8 INCLUDEDIR ?= $(PREFIX)/include
  /external/selinux/libselinux/utils/
Makefile 5 INCLUDEDIR ?= $(PREFIX)/include
  /external/selinux/libsepol/src/
Makefile 3 INCLUDEDIR ?= $(PREFIX)/include
55 sed -e 's/@VERSION@/$(VERSION)/; s:@prefix@:$(PREFIX):; s:@libdir@:$(LIBBASE):; s:@includedir@:$(INCLUDEDIR):' < $< > $@

Completed in 419 milliseconds

1 2