From e4d71f20517488dd48cec43a870af496b0f90c5b Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 31 Oct 2024 21:01:08 -0400 Subject: pkev: checkpoint: create --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1fe6142..a264610 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ SRC = \ pkmem-types.h \ pkmem.h \ pkstr.h \ + pkev.h \ test/pkmacros.c \ test/pkmacros.cpp \ test/pkmem-types.c \ @@ -29,6 +30,7 @@ all: options .WAIT clean .WAIT \ pkmem-types \ pkmem \ pkstr \ + pkev \ test-pkmem-types test-pkmem-types-cpp \ test-pkmem test-pkmem-cpp \ test-pkmacros test-pkmacros-cpp \ @@ -64,15 +66,19 @@ pkmem: pkmem-types pkmem.gch pkmem.gchpp pkstr: pkmacros pkstr.gch pkstr.gchpp +pkev: pkev.gch pkev.gchpp + build: pkmacros build: pkmem-types build: pkmem build: pkstr +build: pkev cat pk.h.in \ pkmacros.h \ pkmem-types.h \ pkmem.h \ pkstr.h \ + pkev.h \ > pk.h sed -i -r \ -e "s/@@PK_VERSION@@/$(VERSION)/g" \ @@ -106,7 +112,7 @@ test-pkstr: test/pkstr.o test-pkstr-cpp: test/pkstr.so $(CXX) -g -O0 -std=c++23 $(CPPFLAGS) -o test/$@ $^ $(LDFLAGS) -test: pkmacros pkmem-types pkmem pkstr +test: pkmacros pkmem-types pkmem pkstr pkev test: test-pkmacros test-pkmacros-cpp test: test-pkmem-types test-pkmem-types-cpp test: test-pkmem test-pkmem-cpp -- cgit v1.2.3