Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gebhardt, Albrecht
edesign
Commits
bfd40616
Commit
bfd40616
authored
Sep 14, 2009
by
agebhard
Browse files
cleanup
parent
c28e301a
Changes
2
Hide whitespace changes
Inline
Side-by-side
INDEX
View file @
bfd40616
dualgreedy Dual-greedy algorithm for maximum entropy
sampling
entropy-internal Internal entropy functions
greedy Greedy algorithm for maximum entropy sampling
interchange Interchange algorithm for maximum entropy
sampling
makematrix Covariance matrix
maxentropy Maximum entropy sampling
sample.grid Internal entropy functions
src/Makevars
View file @
bfd40616
# -*- Makefile -*-
PKG_CPPFLAGS = -I./UFconfig
## private CPP flags:
PKG_CPPFLAGS = # -I./Something
## we use the BLAS and the LAPACK library:
PKG_LIBS = $(SUBLIBS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
MkInclude = $(R_HOME)/etc${R_ARCH}/Makeconf
#include scripts/SOURCES_C.mkf
#OBJECTS = $(SOURCES_C:.c=.o) $(SOURCES_C:.f=.o)
#SUBDIRS = CHOLMOD COLAMD AMD
#SUBLIBS = $(SUBDIRS:=.a)
#all: $(SHLIB)
## making src/*.o and in sublibs can be done simultaneously
# for development:
#$(SHLIB): $(OBJECTS)
# for real:
#$(SHLIB): $(OBJECTS) #sublibs
MkInclude = $(R_HOME)/etc${R_ARCH}/Makeconf
## We have to clean here, to clean up between architectures:
## INSTALL only cleans src/*.o src/*$(SHLIB_EXT) for each arch
#sublibs: subclean
# @for d in $(SUBDIRS); do \
# (cd $${d} && CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" MkInclude="$(MkInclude)" $(MAKE) library) || exit 1; \
# done
#
#clean: subclean
# @-rm -rf .libs _libs
# @-rm -f *.o $(SHLIB)
#
#subclean:
# @-rm -f *.a
# @for d in $(SUBDIRS); do \
# (cd $${d} && MkInclude="$(MkInclude)" $(MAKE) clean) || exit 1; \
# done
#
#
#include scripts/DEPS.mkf
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment