home *** CD-ROM | disk | FTP | other *** search
- # ==( win/dos/makefile )==
-
- # -----------------------------------------------
- # 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 : George Long
- # Date : 8-Sep-87
- # Modified : 16-Jun-89
- #
-
- !include "\make.def"
-
- OBJECTS = \
- ds.$(OBJ) \
- inchar.$(OBJ) \
- mouse.$(OBJ) \
- screen.$(OBJ)
-
- #----------------------------------------------------------------------------
- # Commands
- #----------------------------------------------------------------------------
-
- $(LIBE).lib : $(OBJECTS)
- $(TOUCH) $(MAKE_SOUP)
-
- clean :
- -$(RM) *.$(OBJ)
- -$(RM) *.err
-
- clobber : clean
- -$(RM) *.exe
-