Home
last modified time | relevance | path

Searched refs:srcdir (Results 1 – 25 of 34) sorted by relevance

12

/ndk/sources/host-tools/make-3.81/
DMakefile.ami51 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 …]
DSMakefile29 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 …]
Dbuild.sh.in23 srcdir='@srcdir@'
59 globinc=-I${srcdir}/glob
66 -c -I. -I${srcdir} ${globinc} ${srcdir}/$file
DMakefile.DOS22 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)."; \
DMakefile.in36 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'`; \
Dconfigure.bat27 rem Where is the srcdir?
55 if not "%XSRC%"=="." echo Invoke Make thus: "make srcdir=%XSRC%"
Dconfigure760 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 …]
Daclocal.m442 # $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 …]
DMakefile.am172 case `cd $(srcdir); pwd` in `pwd`) : ;; \
/ndk/build/tools/toolchain-patches-host/mingw-w64/
Dmingw-w64-widl.patch9 - $(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/
DMakefile.in33 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 …]
DMakefile.am33 $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/make.texi
/ndk/sources/host-tools/make-3.81/glob/
DMakefile.ami21 srcdir = /glob/
49 glob.o: $(srcdir)glob.h $(srcdir)fnmatch.h glob.c
50 fnmatch.o: $(srcdir)fnmatch.h fnmatch.c
DMakefile.in34 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 …]
DSMakefile21 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
Dconfigure.bat27 echo "s/@srcdir@/./ ">> config.sed
/ndk/sources/host-tools/make-3.81/po/
DMakefile.in.in19 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 …]
DRules-quot22 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/
DMakefile.am23 libw32_a_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/subproc -I$(top_srcdir)
DMakefile34 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 …]
DMakefile.in34 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/
DMakefile.in32 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; \
Dpo.m497 # 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/
Ddev-platform-import.sh248 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"
Ddev-system-import.sh424 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