|
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:
179 bytes
|
| Line | |
|---|
| 1 | .MODULE := moddef
|
|---|
| 2 | .MDESC := A library for working with .DEF files
|
|---|
| 3 |
|
|---|
| 4 | .TKIND := aout st
|
|---|
| 5 | .TARGET := moddef$A
|
|---|
| 6 | .TSRC := $(wildcard src/lib/moddef/*.c)
|
|---|
| 7 | .INSDIR = lib/
|
|---|
| 8 | include mklib.smak
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.