annotate 3rdparty/utils/boisy/makefile @ 2719:2fda91bdc268 lwtools-port

added httpd
author Boisy Pitre <boisy.pitre@nuance.com>
date Thu, 26 Jul 2012 11:01:43 -0500
parents 174d263c0995
children e4a0f58a5f9b dd5499bc4bdd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
1 # OS-9 Commands/Utilities
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
2 #
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
3
1407
174d263c0995 Fixed certain inconsistencies in makefiles
boisy
parents: 1366
diff changeset
4 include ../../../rules.mak
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
5
1407
174d263c0995 Fixed certain inconsistencies in makefiles
boisy
parents: 1366
diff changeset
6 DEPENDS = ./makefile
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
7
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
8 CMDS = bawk del grep mode send timer bigbro font makdir \
375
abcbc4a7f1c9 Added joypoll
boisy
parents: 0
diff changeset
9 more tee joypoll
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
10
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
11 ALLOBJS = $(CMDS)
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
12
1407
174d263c0995 Fixed certain inconsistencies in makefiles
boisy
parents: 1366
diff changeset
13 all: banner $(ALLOBJS) $(DEPENDS)
174d263c0995 Fixed certain inconsistencies in makefiles
boisy
parents: 1366
diff changeset
14
174d263c0995 Fixed certain inconsistencies in makefiles
boisy
parents: 1366
diff changeset
15 banner:
1366
770c350f4c15 More changes
boisy
parents: 375
diff changeset
16 @$(ECHO) "**************************************************"
770c350f4c15 More changes
boisy
parents: 375
diff changeset
17 @$(ECHO) "* *"
770c350f4c15 More changes
boisy
parents: 375
diff changeset
18 @$(ECHO) "* Boisy Pitre's Utilities *"
770c350f4c15 More changes
boisy
parents: 375
diff changeset
19 @$(ECHO) "* *"
770c350f4c15 More changes
boisy
parents: 375
diff changeset
20 @$(ECHO) "**************************************************"
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
21
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
22 clean:
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
23 $(RM) $(ALLOBJS)
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
24