home *** CD-ROM | disk | FTP | other *** search
- # ==( bench/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
- #
- # 4-Nov-89 Geo - V2 version
- # 25-Oct-89 Geo - 1.32 Merge
- #
-
- ! include "\make.def"
-
- DB = iascii.$(OBJ) iogen.$(OBJ) iosup.$(OBJ) ibtrieve.$(OBJ) btrieve4.$(OBJ) \
- protree.$(OBJ) iprotree.$(OBJ) iotran.$(OBJ) ictree.$(OBJ) \
- icisam.$(OBJ) icodebse.$(OBJ) idbc3.$(OBJ) iparadox.$(OBJ) ioracle.$(OBJ)
-
- #DB = iascii.$(OBJ) iogen.$(OBJ) iosup.$(OBJ) ibtrieve.$(OBJ) btrieve4.$(OBJ) \
- # protree.$(OBJ) iprotree.$(OBJ) iotran.$(OBJ)
-
- # ibtrieve.$(OBJ) \
- # btrieve4.$(OBJ) \
- # icisam.$(OBJ) \
- # icodebse.$(OBJ) \
- # idbc3.$(OBJ) \
- # io7.$(OBJ) \
- # iparadox.$(OBJ) \
- # irbase.$(OBJ) \
- # iuserdef.$(OBJ)
-
- OBJECTS = abort.$(OBJ) \
- alloc.$(OBJ) \
- bench.$(OBJ) \
- chain.$(OBJ) \
- cvts.$(OBJ) \
- date.$(OBJ) \
- dllist.$(OBJ) \
- dobell.$(OBJ) \
- docmd.$(OBJ) \
- fcopy.$(OBJ) \
- fmtf.$(OBJ) \
- fmti.$(OBJ) \
- fstrcpy.$(OBJ) \
- fstrlen.$(OBJ) \
- ftoa.$(OBJ) \
- input.$(OBJ) \
- legalfn.$(OBJ) \
- mem.$(OBJ) \
- memo.$(OBJ) \
- msg.$(OBJ) \
- option.$(OBJ) \
- push.$(OBJ) \
- relio.$(OBJ) \
- repchr.$(OBJ) \
- rngchar.$(OBJ) \
- rngdate.$(OBJ) \
- rngdbl.$(OBJ) \
- rngflt.$(OBJ) \
- rngint.$(OBJ) \
- rnglng.$(OBJ) \
- rngsdate.$(OBJ) \
- sacred.$(OBJ) \
- scroll.$(OBJ) \
- selkey.$(OBJ) \
- strsave.$(OBJ) \
- tree.$(OBJ) \
- tscroll.$(OBJ) \
- des.$(OBJ) \
- crc.$(OBJ) \
- loginmod.$(OBJ) \
- srchpath.$(OBJ) \
- $(DB)
-
- # modfile.$(OBJ) # still to sort out
-
- #----------------------------------------------------------------------------
- # Commands
- #----------------------------------------------------------------------------
-
- $(LIBE).lib : $(OBJECTS)
- $(TOUCH) $(MAKE_SOUP)
-
- clean :
- -$(RM) *.$(OBJ)
- -$(RM) *.err
-
- clobber : clean
- -$(RM) $(LIBE).lib
-