Mercurial > hg > octave-nkf
view liboctave/link-deps.mk @ 15161:ad9523348676 gui
Make resource_manager a singleton with Octave conventions
* resource-manager.cc (resource_manager::instance_ok): New function.
* resource-manager.h (resource_manager::instance): Call instance_ok.
(resource_manager::instance_ok, resource_manager::cleanup_instance):
New functions.
author | Mike Miller <mtmiller@ieee.org> |
---|---|
date | Sun, 12 Aug 2012 14:36:23 -0400 |
parents | f3c53fea9fb5 |
children | 2a36a5b89f98 |
line wrap: on
line source
include ../libcruft/link-deps.mk LIBOCTAVE_LINK_DEPS = \ $(SPARSE_XLIBS) \ $(ARPACK_LIBS) \ $(QRUPDATE_LIBS) \ $(FFTW_XLIBS) \ $(LAPACK_LIBS) \ $(BLAS_LIBS) \ $(READLINE_LIBS) \ $(TERM_LIBS) \ $(LIBGLOB) \ $(REGEX_LIBS) \ $(DL_LIBS) \ $(PTHREAD_LIBS) \ $(LIBS) LIBOCTAVE_LINK_OPTS = \ $(SPARSE_XLDFLAGS) \ $(ARPACK_LDFLAGS) \ $(QRUPDATE_LDFLAGS) \ $(FFTW_XLDFLAGS) if AMCOND_LINK_ALL_DEPS LIBOCTAVE_LINK_DEPS += $(LIBCRUFT_LINK_DEPS) LIBOCTAVE_LINK_OPTS += $(LIBCRUFT_LINK_OPTS) endif