source: trunk/src/emx/src/lib/math/math.smak@ 94

Last change on this file since 94 was 94, checked in by zap, 23 years ago

This is the start of work on making EMX C runtime EMX-independent ;-)
The first signs of a GNU Make-based build system.
Fixed a lot of .s files to comply with new GAS syntax.
Added a lot of submakefiles for every sub-library.
Replaced EM's getopt.h with the one from libiberty (which supports
getopt_long). The old getopt.h has moved to include/emx, so if
some tool needs it (and you don't want to fix it to use the new getopt),
replace #include <getopt.h> with #include <emx/getopt.h>. Did so in
most EMX tools.

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 92 bytes
Line 
1libc.TSRC.386 += $(wildcard src/lib/math/386/*.s)
2libc.TSRC += $(wildcard src/lib/math/*.c)
Note: See TracBrowser for help on using the repository browser.