acl/lib_acl_cpp/samples/memcache_pool/Makefile
zsxxsz 4a219509b9 acl.3.0.14 release
some new features, and some bug fixed
2013-12-07 20:31:59 +08:00

12 lines
226 B
Makefile

UTIL = $(wildcard ../*.cpp)
include ../Makefile.in
#LDFLAGS += -lz -liconv
#Path for SunOS
ifeq ($(findstring SunOS, $(UNIXNAME)), SunOS)
LDFLAGS += -lz -liconv
else
LDFLAGS += -lz
endif
CFLAGS += -I../
PROG = memcache_pool