Michael Jerris 940bf73b72 Do a better job at tracking dependencies into the libs, so libs are re-built when they need to.
Eliminate some more gmakeisms in the modules makefiles




git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4629 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-17 08:40:10 +00:00

15 lines
243 B
Makefile

WANT_CURL=yes
LOCAL_CFLAGS=
LOCAL_LDFLAGS=
LOCAL_LIBADD=
include sm.mak
depend_install: $(DESTDIR)$(PREFIX)/lib/libjs.la
$(DESTDIR)$(PREFIX)/lib/libjs.la: $(JSLA)
cd $(JS_DIR)/nsprpub/ && $(MAKE) install
cd $(JS_DIR) && $(MAKE) install