annotate 3rdparty/utils/dladd/makefile @ 2814:dd5499bc4bdd lwtools-port

Updated makefile(s) to create disk images and info for 3rdparty/utils/ Updated makefile(s) for boisy/, dasm/, dladd/, smartwatch/, supercomm/, & winfo/ that are located in the 3rdparty/utils/ area. The update includes creating a disk image for each with those commands in them. Also added a info section to each of those makefile(s) and the makefile in 3rdparty/utils/ as that makefile did not have a info section.
author David Ladd <drencor-xeen@users.sf.net>
date Tue, 12 Feb 2013 13:50:55 -0600
parents 1f47bdb9f356
children c1892376e7a7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2812
1f47bdb9f356 Added new utils section in 3rdparty and updated makefile(s)
David Ladd <drencor-xeen@users.sf.net>
parents:
diff changeset
1 include ../../../rules.mak
1f47bdb9f356 Added new utils section in 3rdparty and updated makefile(s)
David Ladd <drencor-xeen@users.sf.net>
parents:
diff changeset
2
1f47bdb9f356 Added new utils section in 3rdparty and updated makefile(s)
David Ladd <drencor-xeen@users.sf.net>
parents:
diff changeset
3 DEPENDS := ./makefile
1f47bdb9f356 Added new utils section in 3rdparty and updated makefile(s)
David Ladd <drencor-xeen@users.sf.net>
parents:
diff changeset
4
1f47bdb9f356 Added new utils section in 3rdparty and updated makefile(s)
David Ladd <drencor-xeen@users.sf.net>
parents:
diff changeset
5 CMDS = cls
1f47bdb9f356 Added new utils section in 3rdparty and updated makefile(s)
David Ladd <drencor-xeen@users.sf.net>
parents:
diff changeset
6
2814
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
7 ALLOBJS = $(CMDS)
2812
1f47bdb9f356 Added new utils section in 3rdparty and updated makefile(s)
David Ladd <drencor-xeen@users.sf.net>
parents:
diff changeset
8
2814
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
9 DSKDLADDUTILS = dladd_utils.dsk
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
10
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
11 DSKS = $(DSKDLADDUTILS)
2812
1f47bdb9f356 Added new utils section in 3rdparty and updated makefile(s)
David Ladd <drencor-xeen@users.sf.net>
parents:
diff changeset
12
1f47bdb9f356 Added new utils section in 3rdparty and updated makefile(s)
David Ladd <drencor-xeen@users.sf.net>
parents:
diff changeset
13 all: banner $(ALLOBJS) $(DEPENDS)
1f47bdb9f356 Added new utils section in 3rdparty and updated makefile(s)
David Ladd <drencor-xeen@users.sf.net>
parents:
diff changeset
14
1f47bdb9f356 Added new utils section in 3rdparty and updated makefile(s)
David Ladd <drencor-xeen@users.sf.net>
parents:
diff changeset
15 banner:
1f47bdb9f356 Added new utils section in 3rdparty and updated makefile(s)
David Ladd <drencor-xeen@users.sf.net>
parents:
diff changeset
16 @$(ECHO) "**************************************************"
1f47bdb9f356 Added new utils section in 3rdparty and updated makefile(s)
David Ladd <drencor-xeen@users.sf.net>
parents:
diff changeset
17 @$(ECHO) "* *"
2814
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
18 @$(ECHO) "* David Ladd's Utilities *"
2812
1f47bdb9f356 Added new utils section in 3rdparty and updated makefile(s)
David Ladd <drencor-xeen@users.sf.net>
parents:
diff changeset
19 @$(ECHO) "* *"
1f47bdb9f356 Added new utils section in 3rdparty and updated makefile(s)
David Ladd <drencor-xeen@users.sf.net>
parents:
diff changeset
20 @$(ECHO) "**************************************************"
2814
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
21
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
22 $(DSKDLADDUTILS): $(CMDS)
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
23 -$(RM) $@
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
24 $(OS9FORMAT) $@
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
25 $(MAKDIR) $@,CMDS
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
26 $(CP) $(CMDS) $@,CMDS
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
27 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
28
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
29 dsk: all $(DSKS)
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
30
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
31 dskcopy: dsk
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
32 $(CP) $(DSKS) $(DSKDIR)
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
33
2812
1f47bdb9f356 Added new utils section in 3rdparty and updated makefile(s)
David Ladd <drencor-xeen@users.sf.net>
parents:
diff changeset
34 clean:
2814
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
35 $(RM) $(ALLOBJS) $(DSKS)
2812
1f47bdb9f356 Added new utils section in 3rdparty and updated makefile(s)
David Ladd <drencor-xeen@users.sf.net>
parents:
diff changeset
36
2814
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
37 info:
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
38 @echo "*** David Ladd's Utilities ***"
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
39 @$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
40
dd5499bc4bdd Updated makefile(s) to create disk images and info for 3rdparty/utils/
David Ladd <drencor-xeen@users.sf.net>
parents: 2812
diff changeset
41