annotate 3rdparty/packages/uucpbb/cmds_6309/makefile @ 2852:f2e92661b4c6 lwtools-port

Makefiles: Always use macro for lwar and rm The LWAR macro is new, rm was still used in one place.
author Tormod Volden <debian.tormod@gmail.com>
date Fri, 12 Jul 2013 22:41:18 +0200
parents cd6eed1de2e5
children e4a0f58a5f9b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1761
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
1 include ../../../../rules.mak
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
2
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
3 DEPENDS = ./makefile
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
4
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
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
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
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
cd6eed1de2e5 Updates to add uumon
boisy
parents: 1761
diff changeset
7 CMDS = uumon
1761
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
8
1762
cd6eed1de2e5 Updates to add uumon
boisy
parents: 1761
diff changeset
9 ALLOBJS = $(CMDS_TCAP) $(CMDS_WIN) $(CMDS)
1761
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
10
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
11 all: $(ALLOBJS)
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
12
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
13 clean:
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
14 $(RM) $(ALLOBJS)
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
15
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
16 showtcapobjs:
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
17 @$(ECHO) $(CMDS_TCAP)
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
18
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
19 showwinobjs:
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
20 @$(ECHO) $(CMDS_WIN)
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
21
1762
cd6eed1de2e5 Updates to add uumon
boisy
parents: 1761
diff changeset
22 showobjs:
cd6eed1de2e5 Updates to add uumon
boisy
parents: 1761
diff changeset
23 @$(ECHO) $(CMDS)
cd6eed1de2e5 Updates to add uumon
boisy
parents: 1761
diff changeset
24
1761
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
25 identify:
480df7549772 UUCPBB2.1 added
boisy
parents:
diff changeset
26 $(IDENT_SHORT) $(ALLOBJS)