Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97942988
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jan 7, 20:07
Size
1 KB
Mime Type
text/x-makefile
Expires
Thu, Jan 9, 20:07 (2 d)
Engine
blob
Format
Raw Data
Handle
23450598
Attached To
R5163 Slepians
Makefile
View Options
#-------------------------------------------------------------------------------
# SuiteSparse_config Makefile
#-------------------------------------------------------------------------------
VERSION = 4.0.2
default: ccode
include SuiteSparse_config.mk
ccode: libsuitesparseconfig.a
all: libsuitesparseconfig.a
library: libsuitesparseconfig.a
libsuitesparseconfig.a: SuiteSparse_config.c SuiteSparse_config.h
$(CC) $(CF) -c SuiteSparse_config.c
$(ARCHIVE) libsuitesparseconfig.a SuiteSparse_config.o
$(RANLIB) libsuitesparseconfig.a
- $(RM) SuiteSparse_config.o
distclean: purge
purge: clean
- $(RM) *.o *.a
clean:
- $(RM) -r $(CLEAN)
# install SuiteSparse_config
install:
$(CP) libsuitesparseconfig.a $(INSTALL_LIB)/libsuitesparseconfig.$(VERSION).a
( cd $(INSTALL_LIB) ; ln -sf libsuitesparseconfig.$(VERSION).a libsuitesparseconfig.a )
$(CP) SuiteSparse_config.h $(INSTALL_INCLUDE)
chmod 644 $(INSTALL_LIB)/libsuitesparseconfig*.a
chmod 644 $(INSTALL_INCLUDE)/SuiteSparse_config.h
# uninstall SuiteSparse_config
uninstall:
$(RM) $(INSTALL_LIB)/libsuitesparseconfig*.a
$(RM) $(INSTALL_INCLUDE)/SuiteSparse_config.h
Event Timeline
Log In to Comment