annotate 3rdparty/packages/os9l2bbs/makefile @ 2401:7f39211c0b14

Makefile
author boisy
date Sun, 24 Jan 2010 17:25:54 +0000
parents
children 04755ee002ba
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2401
7f39211c0b14 Makefile
boisy
parents:
diff changeset
1 include $(NITROS9DIR)/rules.mak
7f39211c0b14 Makefile
boisy
parents:
diff changeset
2
7f39211c0b14 Makefile
boisy
parents:
diff changeset
3 vpath %.asm cmds
7f39211c0b14 Makefile
boisy
parents:
diff changeset
4
7f39211c0b14 Makefile
boisy
parents:
diff changeset
5 CMDS = AnsiEd AnsiFilt Ansicode Answer At \
7f39211c0b14 Makefile
boisy
parents:
diff changeset
6 BBS.archive BBS.build BBS.chat BBS.conf BBS.conf.who BBS.convert \
7f39211c0b14 Makefile
boisy
parents:
diff changeset
7 BBS.create BBS.delete BBS.download BBS.form BBS.forward BBS.list \
7f39211c0b14 Makefile
boisy
parents:
diff changeset
8 BBS.mail.check BBS.mail.delete BBS.mail.post BBS.mail.read \
7f39211c0b14 Makefile
boisy
parents:
diff changeset
9 BBS.mail.readD BBS.new BBS.pack BBS.page BBS.post BBS.read BBS.reply \
7f39211c0b14 Makefile
boisy
parents:
diff changeset
10 BBS.scan BBS.search BBS.stat BBS.upload BBS.validate BBS.who \
7f39211c0b14 Makefile
boisy
parents:
diff changeset
11 Conf.dat \
7f39211c0b14 Makefile
boisy
parents:
diff changeset
12 DLD.add DLD.list DLD.read DLD.search DLD.unvalidate DLD.validate \
7f39211c0b14 Makefile
boisy
parents:
diff changeset
13 Dloada Dloadx Dloadxc Dloady \
7f39211c0b14 Makefile
boisy
parents:
diff changeset
14 Login Makdir Menu Monitor New_user Prompt Quikterm T1mon Tsmon \
7f39211c0b14 Makefile
boisy
parents:
diff changeset
15 Uloada Uloadx Uloadxc Uloady ViewBBS pause suser
7f39211c0b14 Makefile
boisy
parents:
diff changeset
16
7f39211c0b14 Makefile
boisy
parents:
diff changeset
17 all: $(CMDS)
7f39211c0b14 Makefile
boisy
parents:
diff changeset
18