# # makefile for libm.lib # # $Id$ # # $Log$ # Revision 1.4 2001/03/19 04:50:56 bartoldeman # See history.txt for overview: put kernel 2022beo1 into CVS # # Revision 1.4 2001/03/08 21:15:00 bartoldeman # Fix from Martin Stromberg to make this fully configurable from config.mak # # Revision 1.3 2000/05/25 20:56:22 jimtabor # Fixed project history # # Revision 1.2 2000/05/11 03:57:10 jimtabor # Clean up and Release # # Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 # The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with # MS-DOS. Distributed under the GNU GPL. # # Revision 1.6 1999/09/14 17:32:20 jprice # no message # # Revision 1.5 1999/09/13 20:13:15 jprice # Added !if so we can use TC2 or TC3 to compile. # # Revision 1.4 1999/08/25 03:19:22 jprice # ror4 patches to allow TC 2.01 compile. # # Revision 1.3 1999/04/23 03:45:18 jprice # Improved by jprice # !include "..\config.mak" libm.lib: $(CLIB) $(LIBUTIL) $(CLIB) $(MATH_EXTRACT) $(LIBUTIL) libm $(MATH_INSERT) $(RM) *.OBJ clobber: clean $(RM) libm.lib status.me clean: $(RM) *.obj *.bak