home *** CD-ROM | disk | FTP | other *** search
- # ==( win/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 : Geo 8-Sep-87
- # Modified : Geo 16-Jul-89
- #
-
- !include "\make.def"
-
- OBJECTS = \
- box.$(OBJ) \
- dispp.$(OBJ) \
- flush.$(OBJ) \
- pinit.$(OBJ) \
- pokep.$(OBJ) \
- primativ.$(OBJ) \
- getprint.$(OBJ) \
- alignrep.$(OBJ) \
- printing.$(OBJ) \
- take24.$(OBJ) \
- devavail.$(OBJ)
-
- #----------------------------------------------------------------------------
- # Commands
- #----------------------------------------------------------------------------
-
- $(LIBE).lib : $(OBJECTS)
- $(TOUCH) $(MAKE_SOUP)
-
- clean :
- -$(RM) *.$(OBJ)
-
- clobber : clean
-