зеркало из https://github.com/mozilla/pjs.git
Sync'd.
This commit is contained in:
Родитель
82ad21a18e
Коммит
096e90e3e0
|
@ -38,6 +38,10 @@ ifdef MODULAR_NETLIB
|
||||||
DIRS += module
|
DIRS += module
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef NU_CACHE
|
||||||
|
DIRS += cache/nu
|
||||||
|
endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
INCLUDE += $(PUBLIC)\ldap $(PUBLIC)\security
|
INCLUDE += $(PUBLIC)\ldap $(PUBLIC)\security
|
||||||
|
|
|
@ -17,8 +17,8 @@
|
||||||
|
|
||||||
DEPTH = ../..
|
DEPTH = ../..
|
||||||
topsrcdir = @top_srcdir@
|
topsrcdir = @top_srcdir@
|
||||||
VPATH = @srcdir@
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
|
VPATH = @srcdir@
|
||||||
|
|
||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
|
@ -33,11 +33,22 @@ CSRCS = \
|
||||||
mkmemcac.c \
|
mkmemcac.c \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
ifdef NU_CACHE
|
||||||
|
CSRCS += \
|
||||||
|
nucacheproto.c \
|
||||||
|
$(NULL)
|
||||||
|
endif
|
||||||
|
|
||||||
EXPORTS= netcache.h mkcache.h mkmemcac.h extcache.h
|
EXPORTS= netcache.h mkcache.h mkmemcac.h extcache.h
|
||||||
|
EXPORTS:= $(addprefix $(srcdir)/, $(EXPORTS))
|
||||||
|
|
||||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
REQUIRES = network nspr2 dbm util pref js java fileurl security layer img jtools cachelib
|
||||||
|
|
||||||
REQUIRES = network nspr2 dbm util pref js java fileurl security layer img jtools
|
ifdef NU_CACHE
|
||||||
|
REQUIRES += \
|
||||||
|
cachelib \
|
||||||
|
$(NULL)
|
||||||
|
endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче