home *** CD-ROM | disk | FTP | other *** search
- # EZUPDATE.MAK - Makefile for EZUPDATE.BAT
- #
- # This makefile is loaded by the MMAKE.EXE program which is called from
- # the EZUPDATE.BAT file. When used with EZUPDATE.BAT on the LAN connect PC,
- # EZUPDATE.BAT and EZUPDATE.MAK will maintain the most current versions of
- # the EZMAIL package for the files listed in this makefile.
- #
- all: ezmail.exe ezmail.doc ez_mail.hlp ez_main.hlp ez_send.hlp ez_recv.hlp \
- ez_opts.hlp ezfilter.exe ezupdate.exe ped.exe uuencode.exe \
- \nfs\services
-
- ezmail.exe: m:\ezmail.exe
- @echo ...updating ezmail.exe (exit EZMAIL to load new version)...
- @echo ************
- @echo EZMAIL Version 2.0 now availble, mount the /tmp/ezmail
- @echo drive on DSACG2 and run install2.bat.
- @copy m:\ezmail.exe > nul
- ezmail.doc: m:\ezmail.doc
- @echo ...updating ezmail.doc...
- @copy m:\ezmail.doc > nul
- ez_mail.hlp: m:\ez_mail.hlp
- @echo ...updating ez_mail.hlp...
- @copy m:\ez_mail.hlp > nul
- ez_main.hlp: m:\ez_main.hlp
- @echo ...updating ez_main.hlp...
- @copy m:\ez_main.hlp > nul
- ez_send.hlp: m:\ez_send.hlp
- @echo ...updating ez_send.hlp...
- @copy m:\ez_send.hlp > nul
- ez_recv.hlp: m:\ez_recv.hlp
- @echo ...updating ez_recv.hlp...
- @copy m:\ez_recv.hlp > nul
- ez_opts.hlp: m:\ez_opts.hlp
- @echo ...updating ez_opts.hlp...
- @copy m:\ez_opts.hlp > nul
- ezfilter.exe: m:\ezfilter.exe
- @echo ...updating ezfilter.exe (QOffice document filter)...
- @copy m:\ezfilter.exe > nul
- ezupdate.exe: m:\ezupdate.exe
- @echo ...updating ezupdate.exe (maintains most current versions)...
- @copy m:\ezupdate.exe > nul
- ped.exe: m:\ped.exe
- @echo ...updating ped.exe (default EZMAIL editor)...
- @copy m:\ped.exe > nul
- @echo ...updating ped.doc...
- @copy m:\ped.doc > nul
- uuencode.exe: m:\uuencode.exe
- @echo ...updating uuencode.exe (binary mail encoder)...
- @copy m:\uuencode.exe > nul
- @echo ...updating uudecode.exe (binary mail decoder)...
- @copy m:\uudecode.exe > nul
- \nfs\services: m:\services
- @echo ...updating services file (DMINS system version)...
- @copy m:\services \nfs\services