Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/packages/uucpbb/cmds_6809/makefile @ 1761:480df7549772
UUCPBB2.1 added
author | boisy |
---|---|
date | Fri, 01 Apr 2005 14:44:02 +0000 |
parents | |
children | cd6eed1de2e5 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/3rdparty/packages/uucpbb/cmds_6809/makefile Fri Apr 01 14:44:02 2005 +0000 @@ -0,0 +1,22 @@ +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 + +ALLOBJS = $(CMDS_TCAP) $(CMDS_WIN) + +all: $(ALLOBJS) + +clean: + $(RM) $(ALLOBJS) + +showtcapobjs: + @$(ECHO) $(CMDS_TCAP) + +showwinobjs: + @$(ECHO) $(CMDS_WIN) + +identify: + $(IDENT_SHORT) $(ALLOBJS)