.IGNORE !********************************************************************* ! OLB_SPECIFIC lists libraries specific to the API used to compile POP !* see list at the end of this file. !********************************************************************* POP_MODULES = - iupop3, - iupop3_commands, - iupop3_utility, - iupop3_vms, - passwd_v$(password_version), - change_case OBJS = - iupop3.obj, - iupop3_commands.obj, - iupop3_utility.obj, - iupop3_vms.obj, - passwd_v$(password_version).obj, - change_case.obj !********************************************************************* ! VAXC shared library !********************************************************************* OLB_POP = iupop3.olb($(POP_MODULES)) !********************************************************************* ! VAXC shared library !********************************************************************* OLB_SHARE = share.opt/opt TARGET = iupop3 $(TARGET).EXE : $(OLB_POP) LINK IUPOP3/LIB/INCLUDE=($(POP_MODULES)), $(OLB_SHARE), $(OLB_SPECIFIC) !********************************************************************* ! IUPOP3 sources !********************************************************************* iupop3.obj : iupop3.c, iupop3_general.h, iupop3_vms.h, iupop3_global.h, - version.h iupop3_commands.obj : iupop3_commands.c, - iupop3_general.h, iupop3_vms.h, iupop3_global.h, - version.h iupop3_utility.obj : iupop3_utility.c, - iupop3_general.h, iupop3_vms.h, iupop3_global.h, - version.h iupop3_vms.obj : iupop3_vms.c, - iupop3_general.h, iupop3_vms.h, iupop3_global.h, - version.h passwd_v$(password_version).obj : passwd_v$(password_version).c change_case.obj : change_case.mar * : IUPOP3.OLB($(OBJS)) ! update local library .LAST @ purge/exclude=(*.exe)/log @ if f$search("*.ana") .nes. "" then delete *.ana;