source: trunk/minix/lib/timers/Makedepend-gnu@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 515 bytes
Line 
1depend-gnu:
2 rm .depend-gnu
3 touch .depend-gnu
4 mkdep 'gcc -O -D_MINIX -D_POSIX_SOURCE -E' tmrs_set.c | sed -e '/<built-in>/d' -e '/<command line>/d' -e 's:^\(.\):../obj-gnu/./timers/\1:' >> .depend-gnu
5 mkdep 'gcc -O -D_MINIX -D_POSIX_SOURCE -E' tmrs_clr.c | sed -e '/<built-in>/d' -e '/<command line>/d' -e 's:^\(.\):../obj-gnu/./timers/\1:' >> .depend-gnu
6 mkdep 'gcc -O -D_MINIX -D_POSIX_SOURCE -E' tmrs_exp.c | sed -e '/<built-in>/d' -e '/<command line>/d' -e 's:^\(.\):../obj-gnu/./timers/\1:' >> .depend-gnu
Note: See TracBrowser for help on using the repository browser.