HomeSort by relevance Sort by last modified time
    Searched defs:AWK (Results 1 - 5 of 5) 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/swiftshader/third_party/LLVM/
Makefile 243 AWK = awk
244 SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}' \
246 | $(AWK) '/Path:\ / {print $$2}'
  /external/libogg/win32/
Makefile 71 AWK = gawk
  /external/u-boot/
Makefile 359 AWK = awk
386 export MAKE LEX YACC AWK PERL PYTHON PYTHON2 PYTHON3
773 @actual=`wc -c $@ | awk '{print $$1}'`; \
985 @file_size=$(shell wc -c u-boot-nodtb.bin | awk '{print $$1}') ; \
987 awk '/_image_copy_start/ {start = $$1} /_image_binary_end/ {end = $$1} END {if (start != "" && end != "") print "ibase=16; " toupper(end) " - " toupper(start)}' \
1014 @dtb_size=$(shell wc -c u-boot.dtb | awk '{print $$1}') ; \
    [all...]

Completed in 714 milliseconds