diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -15,6 +15,7 @@ SRC = \ pkstn.h \ pkuuid.h \ pkbktarr.h \ + pktmpln.h \ test/pkmacros.c \ test/pkmacros.cpp \ test/pkmem-types.c \ @@ -52,6 +53,7 @@ all: options .WAIT clean .WAIT \ pktmr \ pkuuid \ pkbktarr \ + pktmpln \ test/test-pkmem-types test/test-pkmem-types-cpp \ test/test-pkmem test/test-pkmem-cpp \ test/test-pkmacros test/test-pkmacros-cpp \ @@ -105,6 +107,8 @@ pkuuid: pkuuid.gch pkuuid.gchpp pkbktarr: pkbktarr.gch pkbktarr.gchpp +pktmpln: pktmpln.gch pktmpln.gchpp + build: pkmacros build: pkmem-types build: pkmem @@ -127,6 +131,7 @@ build: pkbktarr pktmr.h \ pkuuid.h \ pkbktarr.h \ + pktmpln.h \ >> pk.h echo "#endif /* PK_SINGLE_HEADER_FILE_H */" >> pk.h sed -i -r \ @@ -207,6 +212,7 @@ test: pkstn test/test-pkstn test/test-pkstn-cpp test: pktmr test/test-pktmr test/test-pktmr-cpp test: pkuuid test/test-pkuuid test/test-pkuuid-cpp test: pkbktarr test/test-pkbktarr test/test-pkbktarr-cpp +test: pktmpln test: @echo "" ./test/test-pkmacros ; echo Result: $$? "\n" |
