Line | |
---|
1 | depend-gnu:
|
---|
2 | rm .depend-gnu
|
---|
3 | touch .depend-gnu
|
---|
4 | mkdep 'gcc -O -I.. -E' frexp.c | sed -e '/<built-in>/d' -e '/<command line>/d' -e 's:^\(.\):../../obj-gnu/./gnu/ieee_float/\1:' >> .depend-gnu
|
---|
5 | mkdep 'gcc -O -I.. -E' isinf.c | sed -e '/<built-in>/d' -e '/<command line>/d' -e 's:^\(.\):../../obj-gnu/./gnu/ieee_float/\1:' >> .depend-gnu
|
---|
6 | mkdep 'gcc -O -I.. -E' isnan.c | sed -e '/<built-in>/d' -e '/<command line>/d' -e 's:^\(.\):../../obj-gnu/./gnu/ieee_float/\1:' >> .depend-gnu
|
---|
7 | mkdep 'gcc -O -I.. -E' ldexp.c | sed -e '/<built-in>/d' -e '/<command line>/d' -e 's:^\(.\):../../obj-gnu/./gnu/ieee_float/\1:' >> .depend-gnu
|
---|
8 | mkdep 'gcc -O -I.. -E' modf.c | sed -e '/<built-in>/d' -e '/<command line>/d' -e 's:^\(.\):../../obj-gnu/./gnu/ieee_float/\1:' >> .depend-gnu
|
---|
9 | mkdep 'gcc -O -I.. -E' fphook.c | sed -e '/<built-in>/d' -e '/<command line>/d' -e 's:^\(.\):../../obj-gnu/./gnu/ieee_float/\1:' >> .depend-gnu
|
---|
Note:
See
TracBrowser
for help on using the repository browser.