diff options
| author | Mike Taves <mwtoews@gmail.com> | 2021-12-09 00:45:03 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-09 00:45:03 +1300 |
| commit | 7a9b6566ac02d8c408f4f3758bfa5fcc3e90b552 (patch) | |
| tree | d71d0771cc9f95d5a8ea96bd975bbd4164188813 /test/postinstall/testcpp/Makefile | |
| parent | 1b18defb63c7d2420d18e4375348663874247838 (diff) | |
| download | PROJ-7a9b6566ac02d8c408f4f3758bfa5fcc3e90b552.tar.gz PROJ-7a9b6566ac02d8c408f4f3758bfa5fcc3e90b552.zip | |
Refactor post-install suite to test shared and static projlib (#2972)
Diffstat (limited to 'test/postinstall/testcpp/Makefile')
| -rw-r--r-- | test/postinstall/testcpp/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test/postinstall/testcpp/Makefile b/test/postinstall/testcpp/Makefile deleted file mode 100644 index d6c47e65..00000000 --- a/test/postinstall/testcpp/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -PROGRAM = testcpp -OBJECTS = $(addsuffix .o,$(PROGRAM)) - -override CXXFLAGS += -std=c++11 -fvisibility=hidden -g -Wall -Werror $(shell pkg-config proj --cflags) -override LDFLAGS += $(shell pkg-config proj --libs) - -all: $(PROGRAM) - -$(PROGRAM): $(OBJECTS) - $(CXX) -o $@ $< $(LDFLAGS) - -clean: - $(RM) $(PROGRAM) $(OBJECTS) - -.PHONY: clean |
