Remove pseudo targets for building shared libs

Thanks to the change "build: support library builds via lib/<libname>",
shared libraries can now be built directly by the build system.

Issue #4599
This commit is contained in:
Norman Feske
2022-09-01 13:12:13 +02:00
parent c560285d88
commit dd9e12601e
137 changed files with 94 additions and 369 deletions

View File

@@ -1,7 +0,0 @@
TARGET = test-libpng_static
SRC_CC = main.cc
INC_DIR = $(REP_DIR)/include/libpng \
$(REP_DIR)/include/mini_c \
$(REP_DIR)/include/libz
CC_OPT += -DPNG_USER_CONFIG
LIBS = base libpng_static libz_static mini_c