comparison 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
comparison
equal deleted inserted replaced
1760:27e85b681dab 1761:480df7549772
1 include ../../../../rules.mak
2
3 DEPENDS = ./makefile
4
5 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
6 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
7
8 ALLOBJS = $(CMDS_TCAP) $(CMDS_WIN)
9
10 all: $(ALLOBJS)
11
12 clean:
13 $(RM) $(ALLOBJS)
14
15 showtcapobjs:
16 @$(ECHO) $(CMDS_TCAP)
17
18 showwinobjs:
19 @$(ECHO) $(CMDS_WIN)
20
21 identify:
22 $(IDENT_SHORT) $(ALLOBJS)