File tree Expand file tree Collapse file tree 4 files changed +1
-15
lines changed Expand file tree Collapse file tree 4 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,11 @@ blobstamper/stamp_arithm.o \
13
13
blobstamper/stamp_dict.o \
14
14
blobstamper/galley.o \
15
15
blobstamper/dict.o \
16
- blobstamper/stamp_pg_type_geo.o \
17
- blobstamper/stamp_pg_type_ts.o \
18
-
19
- WRAPPERS_OBJ = pg_op_wrappers.o
20
-
21
16
22
17
.PHONY : all blob-stamper-all blob-stamper-clean clean test
23
18
24
19
# all: blob-stamper-all test_dict $(WRAPPERS_OBJ)
25
- all : blob-stamper-all $( WRAPPERS_OBJ )
20
+ all : blob-stamper-all
26
21
@echo All done!
27
22
28
23
blob-stamper-all :
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ stamp_arithm.o \
6
6
stamp_dict.o \
7
7
galley.o \
8
8
dict.o \
9
- stamp_pg_type_geo.o \
10
- stamp_pg_type_ts.o \
11
9
12
10
13
11
% .o : % .cpp $(DEPS )
Original file line number Diff line number Diff line change 5
5
#include "stamp_dict.h"
6
6
#include "dict.h"
7
7
#include "galley.h"
8
- #include "stamp_pg_type_geo.h"
9
8
10
9
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ TEST_GOALS := ./00-sanity.t \
14
14
./120-stamp_dict.t \
15
15
./200-dict.t \
16
16
./300-galley.t \
17
- ./500-stamp-pg-type-geo.t \
18
- ./501-stamp-pg-type-ts.t \
19
- ./700-pg-type-wrapper.t\
20
17
21
18
all : build-libtappp $(TEST_GOALS )
22
19
@@ -30,9 +27,6 @@ BLOB_STAMPER_OBJ = ../blobstamper/blob.o \
30
27
../blobstamper/stamp_arithm.o \
31
28
../blobstamper/stamp_dict.o \
32
29
../blobstamper/galley.o \
33
- ../blobstamper/stamp_pg_type_geo.o \
34
- ../blobstamper/stamp_pg_type_ts.o \
35
- ../pg_op_wrappers.o \
36
30
37
31
38
32
build-libtappp :
You can’t perform that action at this time.
0 commit comments