* harbour/contrib/hbcurl/common.mak
* harbour/contrib/hbcurl/hbcurl.c
* harbour/contrib/hbcurl/hbcurl.ch
* harbour/contrib/hbcurl/Makefile
! set svn:eol-style to native
* harbour/contrib/hbcurl/make_gcc.sh
! set svn:eol-style to LF
* harbour/contrib/hbcurl/Makefile
* added missing rules to install header files and create library
* harbour/contrib/hbcurl/hbcurl.ch
! closed uncloused /* comments
* harbour/contrib/hbcurl/hbcurl.c
! fixed hb_curl_calloc() to clear allocated memory
17 lines
186 B
Makefile
17 lines
186 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
LIBNAME = $(LIBPREF)hbcurl
|
|
|
|
LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT)
|
|
|
|
PRG_HEADERS = \
|
|
hbcurl.ch \
|
|
|
|
LIB_OBJS = \
|
|
$(OBJ_DIR)hbcurl$(OBJEXT) \
|
|
|
|
all: \
|
|
$(LIB_PATH) \
|