Skip to content

Commit

Permalink
wildcard zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
zack-vii committed Apr 19, 2021
1 parent ab7883f commit f5da637
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 49 deletions.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,6 @@ AC_OUTPUT(
mdsshr/docs/Makefile
mdssql/Makefile
mdstcpip/Makefile
mdstcpip/zlib/Makefile
mdstcpip/docs/Makefile
mdstcpip/docs/img/Makefile
mdsvme/Makefile
Expand Down
19 changes: 5 additions & 14 deletions mdstcpip/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,12 @@ MKDIR_P=@MKDIR_P@
@MINGW_TRUE@ IMPLIB_MdsIpSrvShr=@MAKELIBDIR@MdsIpSrvShr.dll.a
@MINGW_TRUE@ WIN=.win

COMPRESSION_SOURCES = zlib/adler32.c \
zlib/compress.c \
zlib/deflate.c \
zlib/infblock.c \
zlib/infcodes.c \
zlib/inffast.c \
zlib/inflate.c \
zlib/inftrees.c \
zlib/infutil.c \
zlib/trees.c \
zlib/uncompr.c \
zlib/zutil.c
COMPRESSION_OBJECTS = $(COMPRESSION_SOURCES:.c=.o)

COMPRESSION_SWITCH=
COMPRESSION_SOURCES = $(wildcard @srcdir@/zlib/*.c)
COMPRESSION_OBJECTS = $(COMPRESSION_SOURCES:@srcdir@/%.c=@builddir@/%.o)
$(COMPRESSION_OBJECTS): | --zlib-dir
--zlib-dir:
@$(MKDIR_P) zlib

CFLAGS += $(THREAD) $(COMPRESSION_SWITCH) -I@srcdir@/udt4/src -I@srcdir@/udt4/udtc
LDFLAGS += $(THREAD)
Expand Down
34 changes: 0 additions & 34 deletions mdstcpip/zlib/Makefile.am

This file was deleted.

0 comments on commit f5da637

Please sign in to comment.