2007-03-12 04:21:54 +00:00
|
|
|
# define these targets in your makefile if you wish
|
|
|
|
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
|
2006-12-10 02:02:30 +00:00
|
|
|
|
2007-03-12 05:17:17 +00:00
|
|
|
# and define these variables to impact your build
|
2007-03-13 18:23:49 +00:00
|
|
|
MODNAME=mod_xml_curl
|
2007-03-12 04:21:54 +00:00
|
|
|
LOCAL_CFLAGS=-I$(BASE)/libs/curl/include
|
|
|
|
LOCAL_LDFLAGS=$(BASE)/libs/curl/lib/libcurl.la
|
|
|
|
LOCAL_OBJS=
|
2007-03-13 18:23:49 +00:00
|
|
|
include ../../../../build/modmake.rules
|
2006-12-10 02:02:30 +00:00
|
|
|
|
2007-03-12 04:21:54 +00:00
|
|
|
local_depend:
|
2007-03-11 14:03:58 +00:00
|
|
|
cd $(BASE)/libs/curl && $(MAKE)
|