Searched refs:srcdir (Results 1 – 25 of 34) sorted by relevance
12
/ndk/sources/host-tools/make-3.81/ |
D | Makefile.ami | 51 GETOPT_SRC = $(srcdir)getopt.c $(srcdir)getopt1.c $(srcdir)getopt.h 63 ALLOCA_SRC = $(srcdir)alloca.c 124 srcs = $(srcdir)commands.c $(srcdir)job.c $(srcdir)dir.c \ 125 $(srcdir)file.c $(srcdir)getloadavg.c $(srcdir)misc.c \ 126 $(srcdir)main.c $(srcdir)read.c $(srcdir)remake.c \ 127 $(srcdir)rule.c $(srcdir)implicit.c $(srcdir)default.c \ 128 $(srcdir)variable.c $(srcdir)expand.c $(srcdir)function.c \ 129 $(srcdir)vpath.c $(srcdir)version.c $(srcdir)hash.c \ 130 $(srcdir)remote-$(REMOTE).c \ 131 $(srcdir)ar.c $(srcdir)arscan.c $(srcdir)strcache.c \ [all …]
|
D | SMakefile | 29 srcdir = /make-3.81/ 57 GETOPT_SRC = $(srcdir)getopt.c $(srcdir)getopt1.c $(srcdir)getopt.h 69 ALLOCA_SRC = $(srcdir)alloca.c 130 srcs = $(srcdir)commands.c $(srcdir)job.c $(srcdir)dir.c \ 131 $(srcdir)file.c $(srcdir)getloadavg.c $(srcdir)misc.c \ 132 $(srcdir)main.c $(srcdir)read.c $(srcdir)remake.c \ 133 $(srcdir)rule.c $(srcdir)implicit.c $(srcdir)default.c \ 134 $(srcdir)variable.c $(srcdir)expand.c $(srcdir)function.c \ 135 $(srcdir)vpath.c $(srcdir)version.c $(srcdir)hash.c \ 136 $(srcdir)remote-$(REMOTE).c \ [all …]
|
D | build.sh.in | 23 srcdir='@srcdir@' 59 globinc=-I${srcdir}/glob 66 -c -I. -I${srcdir} ${globinc} ${srcdir}/$file
|
D | Makefile.DOS | 22 srcdir = . 23 VPATH = $(srcdir) 88 INCLUDES = -I$(srcdir)/glob -DLIBDIR=\"c:/djgpp/lib\" -DINCLUDEDIR=\"c:/djgpp/include\" -DLOCALEDIR… 205 TEXINPUTS="$(srcdir);$$TEXINPUTS" MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $< 517 @if test -f "$(srcdir)/tests/run_make_tests"; then \ 531 echo "Can't find the GNU Make test suite ($(srcdir)/tests)."; \
|
D | Makefile.in | 36 srcdir = @srcdir@ 38 VPATH = @srcdir@ 67 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 68 $(srcdir)/config.h.in $(top_srcdir)/configure ABOUT-NLS \ 113 DEFAULT_INCLUDES = -I. -I$(srcdir) -I. 738 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
D | configure.bat | 27 rem Where is the srcdir? 55 if not "%XSRC%"=="." echo Invoke Make thus: "make srcdir=%XSRC%"
|
D | configure | 760 srcdir= 1052 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 1053 ac_prev=srcdir ;; 1054 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 1055 srcdir=$ac_optarg ;; 1217 if test -z "$srcdir"; then 1243 srcdir=$ac_confdir 1244 if test ! -r "$srcdir/$ac_unique_file"; then 1245 srcdir=.. 1250 if test ! -r "$srcdir/$ac_unique_file"; then [all …]
|
D | aclocal.m4 | 42 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to 43 # `$srcdir', `$srcdir/..', or `$srcdir/../..'. 46 # tool from the auxiliary directory. The problem is that $srcdir (and 61 # are both prefixed by $srcdir. In an in-source build this is usually 62 # harmless because $srcdir is `.', but things will broke when you 63 # start a VPATH build or use an absolute $srcdir. 66 # iff we strip the leading $srcdir from $ac_aux_dir. That would be: 67 # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` 403 # test to see if srcdir already configured 404 if test "`cd $srcdir && pwd`" != "`pwd`" && [all …]
|
D | Makefile.am | 172 case `cd $(srcdir); pwd` in `pwd`) : ;; \
|
/ndk/build/tools/toolchain-patches-host/mingw-w64/ |
D | mingw-w64-widl.patch | 9 - $(WIDL) -DBOOL=WINBOOL -I$(srcdir)/include -I$(srcdir)/direct-x/include -Icrt -I$(srcdir)/crt -h … 10 + $(WIDL) -DBOOL=WINBOOL -I$(srcdir)/include -I$(srcdir)/direct-x/include -Icrt -I$(srcdir)/crt -h … 13 +$(warning "srcdir != builddir, debugging comments in idl files will be sub-optimal") 18 _mingw_directx.h: $(srcdir)/crt/sdks/_mingw_directx.h.in 29 …DL_TRUE@ $(WIDL) -DBOOL=WINBOOL -I$(srcdir)/include -I$(srcdir)/direct-x/include -Icrt -I$(srcdir)… 30 +@HAVE_WIDL_TRUE@ $(WIDL) -DBOOL=WINBOOL -I$(srcdir)/include -I$(srcdir)/direct-x/include -Icrt -I$… 32 +@HAVE_WIDL_TRUE@@SRCDIR_NEQ_BUILDDIR_TRUE@$(warning "srcdir != builddir, debugging comments in idl… 34 _mingw_directx.h: $(srcdir)/crt/sdks/_mingw_directx.h.in 55 + if test ! "$srcdir" = "$builddir"; then 87 +AM_CONDITIONAL([SRCDIR_NEQ_BUILDDIR],[test ! "$srcdir" = "$builddir"])
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | Makefile.in | 33 srcdir = @srcdir@ 35 VPATH = @srcdir@ 56 DIST_COMMON = $(make_TEXINFOS) $(srcdir)/Makefile.am \ 57 $(srcdir)/Makefile.in $(srcdir)/stamp-vti \ 58 $(srcdir)/version.texi 74 INFO_DEPS = $(srcdir)/make.info 208 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 221 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 240 am__cwd=`pwd` && cd $(srcdir) && \ 248 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ [all …]
|
D | Makefile.am | 33 $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/make.texi
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | Makefile.ami | 21 srcdir = /glob/ 49 glob.o: $(srcdir)glob.h $(srcdir)fnmatch.h glob.c 50 fnmatch.o: $(srcdir)fnmatch.h fnmatch.c
|
D | Makefile.in | 34 srcdir = @srcdir@ 36 VPATH = @srcdir@ 57 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in COPYING.LIB \ 78 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 212 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 225 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 276 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 289 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 305 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 326 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ [all …]
|
D | SMakefile | 21 srcdir = /glob/ 49 # And, get this: it doesn't work to use $(srcdir)foo.c!! 50 glob.o: $(srcdir)glob.h $(srcdir)fnmatch.h glob.c 51 fnmatch.o: $(srcdir)fnmatch.h fnmatch.c
|
D | configure.bat | 27 echo "s/@srcdir@/./ ">> config.sed
|
/ndk/sources/host-tools/make-3.81/po/ |
D | Makefile.in.in | 19 srcdir = @srcdir@ 21 VPATH = @srcdir@ 68 test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ 70 …cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && … 90 stamp-po: $(srcdir)/$(DOMAIN).pot 102 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed 105 --files-from=$(srcdir)/POTFILES.in \ 109 if test -f $(srcdir)/$(DOMAIN).pot; then \ 110 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ 115 rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ [all …]
|
D | Rules-quot | 22 cd $(srcdir); \ 40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header 43 …sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert…
|
/ndk/sources/host-tools/make-3.81/w32/ |
D | Makefile.am | 23 libw32_a_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/subproc -I$(top_srcdir)
|
D | Makefile | 34 srcdir = . macro 57 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 79 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 205 libw32_a_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/subproc -I$(top_srcdir) 210 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 223 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 332 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 345 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 361 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 382 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ [all …]
|
D | Makefile.in | 34 srcdir = @srcdir@ 36 VPATH = @srcdir@ 57 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 79 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 205 libw32_a_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/subproc -I$(top_srcdir) 210 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 223 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 332 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 345 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 361 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ [all …]
|
/ndk/sources/host-tools/make-3.81/config/ |
D | Makefile.in | 32 srcdir = @srcdir@ 34 VPATH = @srcdir@ 55 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog \ 194 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 207 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 236 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 239 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 248 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 249 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
D | po.m4 | 97 # Adjust a relative srcdir. 102 # In autoconf-2.50 it is called $srcdir. 103 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" 131 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) 137 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) 140 *) srcdirpre='$(srcdir)/' ;; 217 # Adjust a relative srcdir. 222 # In autoconf-2.50 it is called $srcdir. 223 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" 311 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) [all …]
|
/ndk/build/tools/ |
D | dev-platform-import.sh | 248 local srcdir="$1" 251 log "Copying system headers from: $srcdir" 254 local src="$srcdir/$header" 256 if [ ! -f "$srcdir/$header" ] ; then 257 dump "ERROR: Missing system header: $srcdir/$header" 282 local srcdir="$1" 287 local src="$srcdir/$header" 289 if [ ! -f "$srcdir/$header" ] ; then 290 dump "ERROR: Missing $ARCH system header: $srcdir/$header"
|
D | dev-system-import.sh | 424 local srcdir="$1" 427 dump "Copying system headers from: $srcdir" 430 local src="$srcdir/$header" 432 if [ ! -f "$srcdir/$header" ] ; then 433 dump "ERROR: Missing system header: $srcdir/$header" 458 local srcdir="$1" 462 dump "Copying $arch system header: $header from $srcdir" 463 local src="$srcdir/$header" 465 if [ ! -f "$srcdir/$header" ] ; then 466 dump "ERROR: Missing $ARCH system header: $srcdir/$header"
|
12