nasm/Mkfiles
2002-05-10 19:52:08 +00:00
..
Makefile.b32 Make all version information come from the single file "version". 2002-05-04 03:57:52 +00:00
Makefile.bc3 Fix comment. 2002-05-10 00:35:37 +00:00
Makefile.bor Make all version information come from the single file "version". 2002-05-04 03:57:52 +00:00
Makefile.dj Handle the "output" directory correctly (patch from John Coffman.) 2002-05-10 19:51:48 +00:00
Makefile.djo Make all version information come from the single file "version". 2002-05-04 03:57:52 +00:00
Makefile.dl NASM 0.98.30 2002-04-30 21:09:12 +00:00
Makefile.dos Make all version information come from the single file "version". 2002-05-04 03:57:52 +00:00
Makefile.emx Make all version information come from the single file "version". 2002-05-04 03:57:52 +00:00
Makefile.lcc Make all version information come from the single file "version". 2002-05-04 03:57:52 +00:00
Makefile.ms7 Makefile work: Add working 16-bit DOS variants (Borland C++ 3.1, MSC 7), 2002-05-10 00:29:32 +00:00
Makefile.os2 Make all version information come from the single file "version". 2002-05-04 03:57:52 +00:00
Makefile.sc Make all version information come from the single file "version". 2002-05-04 03:57:52 +00:00
Makefile.scw Make all version information come from the single file "version". 2002-05-04 03:57:52 +00:00
Makefile.unx Make all version information come from the single file "version". 2002-05-04 03:57:52 +00:00
Makefile.vc Make all version information come from the single file "version". 2002-05-04 03:57:52 +00:00
Makefile.wc Make all version information come from the single file "version". 2002-05-04 03:57:52 +00:00
Makefile.wcw Make all version information come from the single file "version". 2002-05-04 03:57:52 +00:00
README Change "working" to "OK" 2002-05-10 19:52:08 +00:00

These are pre-created Makefiles for various platforms, use them if
GNU autoconf/automake packages are not supported on your system.

Copy appropriate Makefile to ../Makefile, look at it to see if there
are any edits that need to be made, and run make.

Some of these Makefiles have been contributed by end users, and the
NASM team has no way of knowing if they work correctly or not.  For
that reason, there are sometimes multiple Makefiles for the same
platform.  Look at the comments at the beginning to help select a
Makefile for your particular system.


The Makefiles are:

  Filename      Target		Compiler	Notes
  ---------------------------------------------------------------------------
  Makefile.b32	Win32		Borland C++
  Makefile.bc3	16-bit DOS	Borland C++	OK as of NASM 0.98.31
  Makefile.bor	16-bit DOS	Turbo C		probably obsolete
  Makefile.dj	32-bit DOS	DJGPP		OK as of NASM 0.98.31
  Makefile.djo	32-bit DOS	DJGPP		"Opus Make" version
  Makefile.dl	32-bit DOS	cc386		cc386 by David Lindauer
  Makefile.dos	16-bit DOS	MSC 5		probably obsolete
  Makefile.ms7	16-bit DOS	MSC 7		OK as of NASM 0.98.31
  Makefile.os2	OS/2 Warp	Borland C++
  Makefile.sc	32-bit DOS	Symantec C++ 7
  Makefile.scw	Win32		Symantec C++ 7
  Makefile.unx	Unix		cc		use if "configure" fails
  Makefile.vc	Win32		MS Visual C++
  Makefile.wcw	Win32		Watcom C