source:
trunk/minix/lib/timers/Makefile.in@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 160 bytes |
Line | |
---|---|
1 | # Makefile for lib/tmrslib. |
2 | |
3 | CFLAGS="-O -D_MINIX -D_POSIX_SOURCE" |
4 | |
5 | LIBRARIES=libtimers |
6 | |
7 | libtimers_FILES=" \ |
8 | tmrs_set.c \ |
9 | tmrs_clr.c \ |
10 | tmrs_exp.c" |
11 | |
12 | TYPE=both |
Note:
See TracBrowser
for help on using the repository browser.