|
Last change
on this file since 2 was
2,
checked in by jglee, 11 years ago
|
|
first commit
|
-
Property svn:executable set to
*
|
|
File size:
730 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | |
|---|
| 3 | # This file calls the perl script with the appropriate header |
|---|
| 4 | # files for parsing. |
|---|
| 5 | |
|---|
| 6 | # Every header file except bsettop_pvr.h |
|---|
| 7 | HEADERS="bsettop_display.h \ |
|---|
| 8 | bsettop_message.h \ |
|---|
| 9 | bsettop_recpump.h \ |
|---|
| 10 | bsettop_types.h \ |
|---|
| 11 | bsettop_cipher.h \ |
|---|
| 12 | bsettop_encode.h \ |
|---|
| 13 | bsettop_pcm.h \ |
|---|
| 14 | bsettop_smartcard.h \ |
|---|
| 15 | bsettop_user_io.h \ |
|---|
| 16 | bsettop_config.h \ |
|---|
| 17 | bsettop_graphics.h \ |
|---|
| 18 | bsettop_playpump.h \ |
|---|
| 19 | bsettop_stream.h \ |
|---|
| 20 | bsettop_vbi.h \ |
|---|
| 21 | bsettop_decode.h \ |
|---|
| 22 | bsettop.h \ |
|---|
| 23 | bsettop_tuner.h \ |
|---|
| 24 | bsettop_mem.h \ |
|---|
| 25 | bsettop_cablecard.h" |
|---|
| 26 | |
|---|
| 27 | echo |
|---|
| 28 | echo "Parsing Settop API header files:" |
|---|
| 29 | echo |
|---|
| 30 | echo $HEADERS |
|---|
| 31 | echo |
|---|
| 32 | |
|---|
| 33 | for header in $HEADERS; do |
|---|
| 34 | HEADERLIST="$HEADERLIST ../../include/$header" |
|---|
| 35 | done |
|---|
| 36 | |
|---|
| 37 | rm -vf bsettop_autogen_* |
|---|
| 38 | |
|---|
| 39 | perl bapi_build.pl $HEADERLIST |
|---|
| 40 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.