HomeSort by relevance Sort by last modified time
    Searched full:vpath (Results 1 - 25 of 425) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
vpath2 1 $description = "This is part 2 in a series to test the vpath directive\n"
3 ." vpath pattern directive\n"
4 ." vpath pattern (clears path associated with pattern)\n"
5 ." vpath (clears all paths specified with vpath)\n";
7 $details = "This test simply adds many search paths using various vpath\n"
16 print MAKEFILE "VPATH = $workdir:$sourcedir\n";
17 print MAKEFILE "vpath %.c foo\n";
18 print MAKEFILE "vpath %.c $workdir\n";
19 print MAKEFILE "vpath %.c $sourcedir\n"
    [all...]
vpathgpath 2 $description = "Tests VPATH+/GPATH functionality.";
12 print MAKEFILE "VPATH = $VP\n";
16 GPATH = $(VPATH)
vpath 2 ."vpath directive which allows you to specify a search \n"
6 $details = "This tests the vpath directive by specifying search directories\n"
7 ."for one class of filenames with the form: vpath pattern directories"
19 print MAKEFILE "vpath %.c foo\n";
20 print MAKEFILE "vpath %.c $workdir\n";
21 print MAKEFILE "vpath %.h $workdir\n";
vpathplus 2 $description = "Tests the new VPATH+ functionality added in 3.76.";
12 print MAKEFILE "VPATH = $VP\n";
40 rename: $(VPATH)/foo.c foo.d
  /hardware/invensense/libsensors_iio/software/simple_apps/gesture_test/build/
filelist.mk 11 VPATH += $(APP_DIR)
  /hardware/invensense/libsensors_iio/software/simple_apps/self_test/build/
filelist.mk 11 VPATH += $(APP_DIR) $(COMMON_DIR) $(HAL_DIR)/linux
  /hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/build/
filelist.mk 12 VPATH += $(APP_DIR) $(COMMON_DIR) $(HAL_DIR)/linux
  /ndk/sources/host-tools/make-3.81/
vpath.c 27 /* Structure used to represent a selective VPATH searchpath. */
29 struct vpath struct
31 struct vpath *next; /* Pointer to next struct in the linked list. */
41 static struct vpath *vpaths;
43 /* Structure for the general VPATH given in the variable. */
45 static struct vpath *general_vpath;
49 static struct vpath *gpaths;
52 static int selective_vpath_search PARAMS ((struct vpath *path, char **file, FILE_TIMESTAMP *mtime_ptr));
54 /* Reverse the chain of selective VPATH lists so they
56 and construct the list from the VPATH variable. *
163 register char **vpath; local
378 register char **vpath = path->searchpath; local
    [all...]
make.lnk 1 FROM LIB:cres.o "commands.o"+"job.o"+"dir.o"+"file.o"+"misc.o"+"main.o"+"read.o"+"remake.o"+"rule.o"+"implicit.o"+"default.o"+"variable.o"+"expand.o"+"function.o"+"vpath.o"+"version.o"+"ar.o"+"arscan.o"+"signame.o"+"remote-stub.o"+"getopt.o"+"getopt1.o"+"alloca.o"+"amiga.o"+"hash.o"+"strcache.o"
SMakefile 26 # Ultrix 2.2 make doesn't expand the value of VPATH.
27 VPATH = /make-3.81/
28 # This must repeat the value, because configure will remove `VPATH = .'.
128 vpath.o version.o ar.o arscan.o signame.o strcache.o hash.o \
135 $(srcdir)vpath.c $(srcdir)version.c $(srcdir)hash.c \
367 # .deps/vpath.Po
368 vpath.o vpath.o: vpath.c make.h config.h \
  /external/webkit/Source/WebKit2/UIProcess/API/qt/tests/
tests.pri 4 VPATH += $$_PRO_FILE_PWD_
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-W 60 # Test -W on vpath-found files: it should take effect.
70 '-W x-dir/x VPATH=x-dir',
78 '-W ./x-dir/x VPATH=x-dir',
82 '-W x-dir/x VPATH=./x-dir',
  /external/qemu/
Makefile 43 VPATH := $(OBJS_DIR)
44 VPATH += :$(SRC_PATH)/android/config
45 VPATH += :$(SRC_PATH):$(SRC_PATH)/target-$(TARGET_ARCH)
  /external/qemu/distrib/sdl-1.2.15/
Makefile 36 VPATH := $(OBJS_DIR)
37 VPATH += :$(SRC_PATH)/include
38 VPATH += :$(SRC_PATH)
  /ndk/sources/host-tools/make-3.81/glob/
Makefile.ami 18 # Ultrix 2.2 make doesn't expand the value of VPATH.
19 VPATH = /glob/
20 # This must repeat the value, because configure will remove `VPATH = .'.
SMakefile 18 # Ultrix 2.2 make doesn't expand the value of VPATH.
19 VPATH = /glob/
20 # This must repeat the value, because configure will remove `VPATH = .'.
  /external/webkit/Source/WebKit/qt/tests/
tests.pri 4 VPATH += $$_PRO_FILE_PWD_
  /ndk/sources/host-tools/make-3.81/tests/scripts/misc/
general1 6 It also tests the simple definition of VPATH.";
11 VPATH = $workdir
  /external/openssh/openbsd-compat/regress/
Makefile.in 8 VPATH=@srcdir@
  /external/sonivox/arm-fm-22k/host_src/
arm-fm-22k.mak 8 vpath %.c host_src
  /external/sonivox/arm-hybrid-22k/host_src/
arm-hybrid-22k.mak 8 vpath %.c host_src
  /external/srtp/doc/
Makefile.in 15 VPATH = @srcdir@
  /hardware/invensense/libsensors_iio/software/core/mllite/build/
filelist.mk 41 VPATH += $(MLLITE_DIR) $(MLLITE_DIR)/linux
  /ndk/sources/host-tools/make-3.81/po/
POTFILES.in 41 vpath.c
  /external/e2fsprogs/util/
Makefile.in 7 VPATH = @srcdir@

Completed in 1143 milliseconds

1 2 3 4 5 6 7 8 91011>>