# encode/objects.mk # Make 'include file' listing object files for ENCODE LIB # $Id: objects.mk,v 1.6 2019/07/10 00:22:10 rswindell Exp $ # OBJODIR, DIRSEP, and OFILE must be pre-defined OBJS = \ $(OBJODIR)$(DIRSEP)utf8$(OFILE) \ $(OBJODIR)$(DIRSEP)uucode$(OFILE) \ $(OBJODIR)$(DIRSEP)yenc$(OFILE) \ $(OBJODIR)$(DIRSEP)lzh$(OFILE) \ $(OBJODIR)$(DIRSEP)hex$(OFILE) \ $(OBJODIR)$(DIRSEP)base64$(OFILE)