1761
|
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
|
1762
|
7 CMDS = uumon
|
1761
|
8
|
1762
|
9 ALLOBJS = $(CMDS_TCAP) $(CMDS_WIN) $(CMDS)
|
1761
|
10
|
|
11 all: $(ALLOBJS)
|
|
12
|
|
13 clean:
|
|
14 $(RM) $(ALLOBJS)
|
|
15
|
|
16 showtcapobjs:
|
|
17 @$(ECHO) $(CMDS_TCAP)
|
|
18
|
|
19 showwinobjs:
|
|
20 @$(ECHO) $(CMDS_WIN)
|
|
21
|
1762
|
22 showobjs:
|
|
23 @$(ECHO) $(CMDS)
|
|
24
|
1761
|
25 identify:
|
|
26 $(IDENT_SHORT) $(ALLOBJS)
|