|
Last change
on this file since 69 was 2, checked in by gb, 20 years ago |
|
Initial revision
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
288 bytes
|
| Line | |
|---|
| 1 | while [ $# -gt 1 ]
|
|---|
| 2 | do
|
|---|
| 3 | case ${1} in
|
|---|
| 4 | -x)
|
|---|
| 5 | shift
|
|---|
| 6 | shift
|
|---|
| 7 | ;;
|
|---|
| 8 | *)
|
|---|
| 9 | CFLAGS="${CFLAGS} ${1}"
|
|---|
| 10 | shift
|
|---|
| 11 | ;;
|
|---|
| 12 | esac
|
|---|
| 13 | done
|
|---|
| 14 |
|
|---|
| 15 | echo +++ ${1}
|
|---|
| 16 | mkdir -p .`dirname ${1}`
|
|---|
| 17 | OFILE=.`dirname ${1}`/`basename ${1} .h`.ffi
|
|---|
| 18 | ${GEN} ${CFLAGS} -o ${OFILE} ${1}
|
|---|
| 19 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.