acl/lib_acl_cpp/samples/string/string4/Makefile

14 lines
328 B
Makefile
Raw Normal View History

2015-10-20 21:07:23 +08:00
base_path = ../../..
include ../../Makefile.in
2016-04-12 21:04:47 +08:00
#Path for SunOS
ifeq ($(findstring SunOS, $(UNIXNAME)), SunOS)
EXTLIBS = -liconv
endif
ifeq ($(findstring FreeBSD, $(UNIXNAME)), FreeBSD)
EXTLIBS = -L/usr/local/lib -liconv
endif
ifeq ($(findstring Darwin, $(UNIXNAME)), Darwin)
EXTLIBS += -L/usr/lib -liconv
endif
PROG = string