view 3rdparty/packages/uucpbb/cmds_6809/makefile @ 3295:6b7a7b233925 default tip

makefile: Allow PORTS with level1/2 mix https://sourceforge.net/p/nitros9/feature-requests/10/
author Tormod Volden <debian.tormod@gmail.com>
date Tue, 19 Apr 2022 18:12:17 +0200
parents 1addfd8c9d5f
children
line wrap: on
line source

include ../../../../rules.mak

DEPENDS		= ./makefile

CMDS_TCAP	= tcap/adduser tcap/chown tcap/cnvrtmail tcap/dotilde tcap/expire tcap/fileserv tcap/fixtext tcap/login tcap/mailx tcap/postnews tcap/readnews tcap/rmail tcap/rnews tcap/subscribe tcap/unsubscribe tcap/uucico tcap/uuclean tcap/uucp tcap/uudecode tcap/uuencode tcap/uulog tcap/uuname tcap/uuxqt tcap/whoami
CMDS_WIN	= win/adduser win/chown win/cnvrtmail win/dotilde win/expire win/fileserv win/fixtext win/login win/mailx win/postnews win/readnews win/rmail win/rnews win/subscribe win/unsubscribe win/uucico win/uuclean win/uucp win/uudecode win/uuencode win/uulog win/uuname win/uuxqt win/whoami
CMDS		= uumon

ALLOBJS		= $(CMDS_TCAP) $(CMDS_WIN) $(CMDS)

all:	$(ALLOBJS)

clean:
	$(RM) $(ALLOBJS)

showtcapobjs:
	@$(ECHO) $(CMDS_TCAP)

showwinobjs:
	@$(ECHO) $(CMDS_WIN)

showobjs:
	@$(ECHO) $(CMDS)

identify:
	$(IDENT_SHORT) $(ALLOBJS)