~ubuntu-branches/ubuntu/saucy/db/saucy-proposed

« back to all changes in this revision

Viewing changes to examples/c/ex_apprec/auto_rebuild

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-11-05 15:02:09 UTC
  • mfrom: (13.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20101105150209-ppvyn0619pu014xo
Tags: 5.1.19-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Pass --build/--host to configure to support cross-building, and don't
    override CC.
  - Disable the Java build when cross-building, for now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Script to rebuild automatically generated files for ex_apprec.
 
2
 
 
3
E=../examples/c/ex_apprec
 
4
 
 
5
cd ../../../dist
 
6
awk -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