Mercurial > hg > Members > kono > nitros9-code
annotate 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 |
rev | line source |
---|---|
2890
1addfd8c9d5f
Revert e4a0f58a5f9b (set NITROS9DIR in makefiles)
Tormod Volden <debian.tormod@gmail.com>
parents:
2758
diff
changeset
|
1 include ../../../../rules.mak |
1761 | 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) |