source:
trunk/minix/lib/regex/Makefile.in@
22
| Last change on this file since 22 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 159 bytes | |
| Rev | Line | |
|---|---|---|
| [9] | 1 | # Makefile for lib/regex. |
| 2 | ||
| 3 | CFLAGS="-O -D_MINIX -D_POSIX_SOURCE" | |
| 4 | ||
| 5 | LIBRARIES=libc | |
| 6 | ||
| 7 | libc_FILES=" \ | |
| 8 | regcomp.c \ | |
| 9 | regerror.c \ | |
| 10 | regexec.c \ | |
| 11 | regfree.c" | |
| 12 | ||
| 13 | TYPE=both |
Note:
See TracBrowser
for help on using the repository browser.