• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_apprec/
1# Script to rebuild automatically generated files for ex_apprec.
2
3E=../examples_c/ex_apprec
4
5cd ../../dist
6awk -f gen_rec.awk \
7    -v source_file=$E/ex_apprec_auto.c \
8    -v header_file=$E/ex_apprec_auto.h \
9    -v print_file=$E/ex_apprec_autop.c \
10    -v template_file=$E/ex_apprec_template < $E/ex_apprec.src
11