diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -11,6 +11,7 @@ SRC = \ pkmem.h \ pkstr.h \ pkev.h \ + pkiter.h \ pkarr.h \ pkstn.h \ pkuuid.h \ @@ -49,6 +50,7 @@ all: options .WAIT clean .WAIT \ pkmem \ pkstr \ pkev \ + pkiter \ pkarr \ pkstn \ pktmr \ @@ -99,6 +101,8 @@ pkstr: pkmacros pkstr.gch pkstr.gchpp pkev: pkev.gch pkev.gchpp +pkiter: pkiter.gch pkiter.gchpp + pkarr: pkmem pkarr.gch pkarr.gchpp pkstn: pkstn.gch pkstn.gchpp @@ -118,6 +122,7 @@ build: pkmem-types build: pkmem build: pkstr build: pkev +build: pkiter build: pkarr build: pkstn build: pktmr @@ -132,6 +137,7 @@ build: pkfuncinstr pkmem.h \ pkstr.h \ pkev.h \ + pkiter.h \ pkarr.h \ pkstn.h \ pktmr.h \ @@ -214,6 +220,7 @@ test: pkmem-types test/test-pkmem-types test/test-pkmem-types-cpp test: pkmem test/test-pkmem test/test-pkmem-cpp test: pkstr test/test-pkstr test/test-pkstr-cpp test: pkev test/test-pkev test/test-pkev-cpp +test: pkiter test: pkarr test/test-pkarr test/test-pkarr-cpp test: pkstn test/test-pkstn test/test-pkstn-cpp test: pktmr test/test-pktmr test/test-pktmr-cpp |
