# # $Source: f:/miner/source/div/rcs/makefile $ # $Revision: 1.3 $ # $Author: matt $ # $Date: 1994/11/21 11:34:49 $ # # Makefile for bios functions # # What to install, and where to install it INSTALL_TARGS = div0.lib div0.h div0.inc # What to clean CLEAN_TARGS = $(OBJDIR)\*.obj # What libs to make LIBS = div0 # What test programs to make TEST_PROGS = testd # What object files for the lib DIV0_OBJS = div0.obj # What object files and libs for the test programs TESTD_SRCS = testd.c testda.asm TESTD_LIBS = div0.lib #rules and targets common to all Miner makefiles %include $(INIT)\makefile.def ### OPUS MKMF: Do not remove this line! Generated dependencies follow. testd.obj: conio.h div0.h stdio.h stdlib.h