annotate 3rdparty/packages/os9l2bbs/6809l2/makefile @ 2413:995cb7733a8d

Updated
author boisy
date Mon, 25 Jan 2010 23:06:59 +0000
parents 73d1fe88ccf8
children e55663e7aa7b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2402
04755ee002ba Updated
boisy
parents:
diff changeset
1 include $(NITROS9DIR)/rules.mak
04755ee002ba Updated
boisy
parents:
diff changeset
2
04755ee002ba Updated
boisy
parents:
diff changeset
3 vpath %.asm ../cmds
04755ee002ba Updated
boisy
parents:
diff changeset
4
2409
73d1fe88ccf8 Updated
boisy
parents: 2405
diff changeset
5 DSK = os9l2bbs.dsk
2413
995cb7733a8d Updated
boisy
parents: 2409
diff changeset
6 BBS = ../bbs
2409
73d1fe88ccf8 Updated
boisy
parents: 2405
diff changeset
7
2404
4660848f0c87 Updated
boisy
parents: 2402
diff changeset
8 PROBCMDS = AnsiEd AnsiFilt BBS.chat New_user Quikterm pause suser
2413
995cb7733a8d Updated
boisy
parents: 2409
diff changeset
9
995cb7733a8d Updated
boisy
parents: 2409
diff changeset
10 BBSFILES = $(BBS)/BBS.userstats $(BBS)/bbs.alias $(BBS)/bbs.cmds $(BBS)/bbs.cmds_2 $(BBS)/bbs.cmds_3 $(BBS)/bbs.cmds_h \
995cb7733a8d Updated
boisy
parents: 2409
diff changeset
11 $(BBS)/bbs.cmds_sl $(BBS)/bbs.cmds_sys $(BBS)/bbs.cmds_uld $(BBS)/bbs.cmds_uld_2 $(BBS)/bbs.cmds_uld_3 \
995cb7733a8d Updated
boisy
parents: 2409
diff changeset
12 $(BBS)/bbs.cmds_uld_h $(BBS)/bbs.menu_32 $(BBS)/bbs.menu_80 $(BBS)/bbs.menu_am $(BBS)/bbs.menu_sl \
995cb7733a8d Updated
boisy
parents: 2409
diff changeset
13 $(BBS)/bbs.menu_sys $(BBS)/bbs.menu_uld $(BBS)/bbs.users $(BBS)/eotd $(BBS)/modem.set $(BBS)/motd $(BBS)/new_user_form \
995cb7733a8d Updated
boisy
parents: 2409
diff changeset
14 $(BBS)/new_user_message $(BBS)/packall $(BBS)/packall_3 $(BBS)/runbbs $(BBS)/runbbs_new $(BBS)/sysop
995cb7733a8d Updated
boisy
parents: 2409
diff changeset
15
2404
4660848f0c87 Updated
boisy
parents: 2402
diff changeset
16 CMDS = Ansicode Answer At \
4660848f0c87 Updated
boisy
parents: 2402
diff changeset
17 BBS.archive BBS.build BBS.conf BBS.conf.who BBS.convert \
2402
04755ee002ba Updated
boisy
parents:
diff changeset
18 BBS.create BBS.delete BBS.download BBS.form BBS.forward BBS.list \
04755ee002ba Updated
boisy
parents:
diff changeset
19 BBS.mail.check BBS.mail.delete BBS.mail.post BBS.mail.read \
04755ee002ba Updated
boisy
parents:
diff changeset
20 BBS.mail.readD BBS.new BBS.pack BBS.page BBS.post BBS.read BBS.reply \
04755ee002ba Updated
boisy
parents:
diff changeset
21 BBS.scan BBS.search BBS.stat BBS.upload BBS.validate BBS.who \
04755ee002ba Updated
boisy
parents:
diff changeset
22 Conf.dat \
04755ee002ba Updated
boisy
parents:
diff changeset
23 DLD.add DLD.list DLD.read DLD.search DLD.unvalidate DLD.validate \
04755ee002ba Updated
boisy
parents:
diff changeset
24 Dloada Dloadx Dloadxc Dloady \
2405
ab5f491026b9 Updated
boisy
parents: 2404
diff changeset
25 Login Makdir Menu Monitor New_user Prompt T1mon Tsmon \
2404
4660848f0c87 Updated
boisy
parents: 2402
diff changeset
26 Uloada Uloadx Uloadxc Uloady ViewBBS
2402
04755ee002ba Updated
boisy
parents:
diff changeset
27
04755ee002ba Updated
boisy
parents:
diff changeset
28 all: $(CMDS)
04755ee002ba Updated
boisy
parents:
diff changeset
29
2409
73d1fe88ccf8 Updated
boisy
parents: 2405
diff changeset
30 dsk:
73d1fe88ccf8 Updated
boisy
parents: 2405
diff changeset
31 $(OS9FORMAT) -q $(DSK)
2413
995cb7733a8d Updated
boisy
parents: 2409
diff changeset
32 $(MAKDIR) $(DSK),CMDS
995cb7733a8d Updated
boisy
parents: 2409
diff changeset
33 $(CP) $(CMDS) $(DSK),CMDS
2409
73d1fe88ccf8 Updated
boisy
parents: 2405
diff changeset
34 $(MAKDIR) $(DSK),BBS
2413
995cb7733a8d Updated
boisy
parents: 2409
diff changeset
35 $(CP) $(BBSFILES) $(DSK),BBS
2409
73d1fe88ccf8 Updated
boisy
parents: 2405
diff changeset
36
2402
04755ee002ba Updated
boisy
parents:
diff changeset
37 clean:
04755ee002ba Updated
boisy
parents:
diff changeset
38 -$(RM) $(CMDS)
2413
995cb7733a8d Updated
boisy
parents: 2409
diff changeset
39
995cb7733a8d Updated
boisy
parents: 2409
diff changeset
40 dskclean:
995cb7733a8d Updated
boisy
parents: 2409
diff changeset
41 -$(RM) $(DSK)