source:
trunk/minix/lib/dummy/Makefile.in@
18
| Last change on this file since 18 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 162 bytes | |
| Line | |
|---|---|
| 1 | # Makefile for lib/dummy. |
| 2 | |
| 3 | # Make a dummy libm library so that -lm works. |
| 4 | |
| 5 | |
| 6 | LIBRARIES=libm |
| 7 | |
| 8 | libm_FILES=dummy.c |
| 9 | |
| 10 | TYPE=both |
| 11 | |
| 12 | #dummy.c: |
| 13 | # echo "int __dummy__;" > $@ |
Note:
See TracBrowser
for help on using the repository browser.