annotate 3rdparty/p2mods/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 9edca3e61b66
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
582
95283c67b866 Removed extraneous CRs
boisy
parents: 0
diff changeset
2
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1129
diff changeset
3 DEPENDS = ./makefile
978
020929a44372 F$DatMod for OS-9 Level One and test program
boisy
parents: 748
diff changeset
4 CMDS = os9p3_sayhi sayhi tsayhi datmod tdatmod
582
95283c67b866 Removed extraneous CRs
boisy
parents: 0
diff changeset
5 ALLOBJS = $(CMDS)
95283c67b866 Removed extraneous CRs
boisy
parents: 0
diff changeset
6
1407
174d263c0995 Fixed certain inconsistencies in makefiles
boisy
parents: 1366
diff changeset
7 all: banner $(ALLOBJS)
174d263c0995 Fixed certain inconsistencies in makefiles
boisy
parents: 1366
diff changeset
8
174d263c0995 Fixed certain inconsistencies in makefiles
boisy
parents: 1366
diff changeset
9 banner:
1366
770c350f4c15 More changes
boisy
parents: 1363
diff changeset
10 @$(ECHO) "**************************************************"
770c350f4c15 More changes
boisy
parents: 1363
diff changeset
11 @$(ECHO) "* *"
770c350f4c15 More changes
boisy
parents: 1363
diff changeset
12 @$(ECHO) "* 3rd Party System Modules *"
770c350f4c15 More changes
boisy
parents: 1363
diff changeset
13 @$(ECHO) "* *"
770c350f4c15 More changes
boisy
parents: 1363
diff changeset
14 @$(ECHO) "**************************************************"
582
95283c67b866 Removed extraneous CRs
boisy
parents: 0
diff changeset
15
95283c67b866 Removed extraneous CRs
boisy
parents: 0
diff changeset
16 clean:
95283c67b866 Removed extraneous CRs
boisy
parents: 0
diff changeset
17 $(RM) $(ALLOBJS)
2965
9edca3e61b66 3rdparty: Stop build on failing dsk or dskcopy targets
Tormod Volden <debian.tormod@gmail.com>
parents: 2890
diff changeset
18
9edca3e61b66 3rdparty: Stop build on failing dsk or dskcopy targets
Tormod Volden <debian.tormod@gmail.com>
parents: 2890
diff changeset
19 dsk:
9edca3e61b66 3rdparty: Stop build on failing dsk or dskcopy targets
Tormod Volden <debian.tormod@gmail.com>
parents: 2890
diff changeset
20 dskcopy: