acl/lib_acl_cpp/samples/master/master_http_threads/Makefile

17 lines
391 B
Makefile
Raw Normal View History

2014-12-07 23:48:11 +08:00
base_path = ../../..
include ../../Makefile.in
2013-10-20 18:12:47 +08:00
#EXTLIBS = -lz -liconv
#Path for SunOS
ifeq ($(findstring SunOS, $(UNIXNAME)), SunOS)
EXTLIBS += -lz -liconv
else
EXTLIBS += -lz
endif
ifeq ($(findstring FreeBSD, $(UNIXNAME)), FreeBSD)
EXTLIBS += -L/usr/local/lib -liconv
endif
2015-01-05 17:25:09 +08:00
ifeq ($(findstring Darwin, $(UNIXNAME)), Darwin)
EXTLIBS += -L/usr/lib -liconv
endif
PROG = master_http_threads