HomeSort by relevance Sort by last modified time
    Searched defs:AWK (Results 1 - 11 of 11) sorted by null

  /external/libpng/projects/owatcom/
pngconfig.mak 22 # Read awk from the environment if set, else it can be set on the command
23 # line (the default approach is to set the %awk% environment variable in the
25 !ifdef %awk
26 AWK=$(%awk)
35 !ifdef AWK
45 $(AWK) -f << dfn1.out >dfn2.out
60 pnglibconf.dfn: ..\..\scripts\pnglibconf.dfa ..\..\scripts\options.awk pngconfig.dfa ..\..\pngconf.h
62 $(AWK) -f ..\..\scripts\options.awk out=dfn1.out version=search ..\..\pngconf.h ..\..\scripts\pnglibconf.dfa pngconfig.dfa $(DFA_XTRA) (…)
    [all...]
  /external/libpng/scripts/
pnglibconf.mak 6 # given just 'awk', a C preprocessor and standard command line utilities
9 # the make command line (AWK='nawk' for example).
10 AWK = gawk
11 AWK = mawk
12 AWK = nawk
13 AWK = one-true-awk
14 AWK = awk # Crashes on SunOS 5.10 - use 'nawk'
38 $(AWK) -f "$(srcdir)/scripts/dfn.awk" out="pnglibconf.tmp" pnglibconf.out 1>&
    [all...]
  /external/llvm/
Makefile 260 AWK = awk
266 dirs=`svn status --no-ignore $$1 | awk '/^(I|\?) / {print $$2}' | LC_ALL=C xargs svn info 2>/dev/null | awk '/^Path:\ / {print $$2}'`;
  /external/libogg/win32/
Makefile 71 AWK = gawk
  /ndk/sources/host-tools/make-3.81/w32/
Makefile 100 AWK = gawk
334 $(AWK) ' { files[$$0] = 1; } \
347 $(AWK) ' { files[$$0] = 1; } \
363 $(AWK) ' { files[$$0] = 1; } \
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 507 AWK = gawk
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 507 AWK = awk
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 507 AWK = gawk
    [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile 507 AWK = awk
    [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile 507 AWK = gawk
    [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile 507 AWK = gawk
    [all...]

Completed in 406 milliseconds