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-11-30 22:02:49 +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_enum
|
2007-03-12 04:21:54 +00:00
|
|
|
LOCAL_CFLAGS=-I$(BASE)/libs/udns
|
|
|
|
LOCAL_LDFLAGS=
|
|
|
|
LOCAL_OBJS=$(BASE)/libs/udns/libudns.a
|
2007-03-13 18:23:49 +00:00
|
|
|
include ../../../../build/modmake.rules
|
2006-11-30 22:02:49 +00:00
|
|
|
|
2007-03-12 04:21:54 +00:00
|
|
|
local_depend:
|
2007-03-11 14:03:58 +00:00
|
|
|
cd $(BASE)/libs/udns && $(MAKE) staticlib
|
2006-11-30 22:02:49 +00:00
|
|
|
|
|
|
|
|