HomeSort by relevance Sort by last modified time
    Searched full:vpath (Results 1 - 25 of 471) 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
  /build/kati/testcase/
vpath_directive.mk 1 # TODO(c): Implement vpath.
3 vpath %.c dir
vpath.mk 3 VPATH=dir
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/build/
filelist.mk 11 VPATH += $(APP_DIR)
  /build/kati/
fileutil.go 30 type vpath struct {
36 vpaths []vpath // vpath directives
37 dirs []string // VPATH variable
44 for _, vpath := range s.vpaths {
45 if !matchPattern(vpath.pattern, target) {
48 for _, dir := range vpath.dirs {
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/
filelist.mk 11 VPATH += $(APP_DIR) $(COMMON_DIR) $(HAL_DIR)/linux
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/
filelist.mk 11 VPATH += $(APP_DIR) $(COMMON_DIR) $(HAL_DIR)/linux
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/
filelist.mk 12 VPATH += $(APP_DIR) $(COMMON_DIR) $(HAL_DIR)/linux
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_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"
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/
filelist.mk 20 VPATH += $(APP_DIR) $(COMMON_DIR)
  /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/jarjar/src/main/com/tonicsystems/jarjar/util/
AntJarProcessor.java 59 protected void zipDir(File dir, ZipOutputStream zOut, String vPath, int mode)
63 protected void zipFile(InputStream is, ZipOutputStream zOut, String vPath,
68 struct.name = vPath;
  /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 = .'.
  /ndk/sources/host-tools/make-3.81/tests/scripts/misc/
general1 6 It also tests the simple definition of VPATH.";
11 VPATH = $workdir
  /external/mesa3d/src/mesa/drivers/common/
descrip.mms 18 VPATH = RCS
  /external/mesa3d/src/mesa/drivers/osmesa/
descrip.mms 22 VPATH = RCS
  /external/mesa3d/src/mesa/math/
descrip.mms 15 VPATH = RCS
  /external/mesa3d/src/mesa/swrast_setup/
descrip.mms 19 VPATH = RCS
  /external/srtp/doc/
Makefile.in 15 VPATH = @srcdir@

Completed in 234 milliseconds

1 2 3 4 5 6 7 8 91011>>