home *** CD-ROM | disk | FTP | other *** search
- # ==( win/makefile )==
- #
- # DOS
- #
-
- # -----------------------------------------------
- # Pro-C - Copyright (C) 1988, 1989 Vestronix Inc.
- # Modification to this source is not supported
- # by Vestronix Inc.
- # All Rights Reserved
- # -----------------------------------------------
-
- #
- # Makefile for Machine Independent source
- #
- # Written : Geo 8-Sep-87
- # Modified : Geo 16-Jul-89
- #
-
- ! include "\make.def"
-
- # ioskel.c
-
- OBJECTS = add.$(OBJ) \
- auto.$(OBJ) \
- batch.$(OBJ) \
- chg.$(OBJ) \
- default.$(OBJ) \
- del.$(OBJ) \
- direct.$(OBJ) \
- directe.$(OBJ) \
- doerror.$(OBJ) \
- drawmenu.$(OBJ) \
- goption.$(OBJ) \
- next.$(OBJ) \
- prev.$(OBJ) \
- readwrit.$(OBJ) \
- reorder.$(OBJ) \
- scan.$(OBJ) \
- single.$(OBJ) \
- stdsup.$(OBJ) \
- trans.$(OBJ)
-
- #----------------------------------------------------------------------------
- # Commands
- #----------------------------------------------------------------------------
-
- $(LIBE).lib : $(OBJECTS)
- $(TOUCH) $(MAKE_SOUP)
-
- clean :
- -$(RM) *.$(OBJ)
- -$(RM) *.bak
-
- clobber : clean
- -$(RM) *.lib
-