home *** CD-ROM | disk | FTP | other *** search
- #
- # This is the make file for the misc. library for DJGCC on the IBMPC.
- #
- # Gershon Elber, Aug 1990
- #
-
- !include "..\makeflag.djg"
-
- OBJS = config.o genmat.o getarg.o iritprsr.o priorque.o xgeneral.o $(MOREOBJS)
-
- libmisc.a: $(OBJS)
- ar rc libmisc.a $(OBJS)
-
- install: libmisc.a
- copy libmisc.a $(LIB_DIR_DOS)
- ar s $(LIB_DIR_DOS)\libmisc.a
- copy *.h $(INC_DIR_DOS)
-
- # Dependencies starts here - do not touch, generated automatically.
- config.o: config.h
- dosgraph.o: graphgen.h
- genmat.o: genmat.h
- getarg.o: getarg.h
- iritprsr.o: iritprsr.h
- priorque.o: priorque.h
-