home *** CD-ROM | disk | FTP | other *** search
- # ==( help/makefile )==
-
- # -----------------------------------------------
- # Pro-C Copyright (C) 1987 - 1990 Vestronix Inc.
- # Modification to this source is not supported
- # by Vestronix Inc.
- # All Rights Reserved
- # -----------------------------------------------
- # Written Geo 8-Sep-87
- # Modified Geo 11-Dec-89 See comments below
- # -----------------------------------------------
- # %W% (%H% %T%)
-
- #
- # Modifications
- #
- # 11-Dec-89 Geo - V2 version
- # 25-Oct-89 Geo - 1.32 Merge
- #
-
- !include "\make.def"
-
- OBJECTS = \
- callhelp.$(OBJ) \
- change.$(OBJ) \
- display.$(OBJ) \
- edit.$(OBJ) \
- garbage.$(OBJ) \
- help.$(OBJ) \
- helpfunc.$(OBJ) \
- helpmisc.$(OBJ) \
- helpmsg.$(OBJ) \
- popup.$(OBJ) \
- rwi.$(OBJ) \
- rwt.$(OBJ) \
- setup.$(OBJ)
-
- #----------------------------------------------------------------------------
- # Commands
- #----------------------------------------------------------------------------
-
- $(LIBE).lib : $(OBJECTS)
- $(TOUCH) $(MAKE_SOUP)
-
- clean :
- -$(RM) *.$(OBJ)
- -$(RM) *.ndx
- -$(RM) *.tdx
-
- clobber : clean
-