Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99259683
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
Wed, Jan 22, 20:45
Size
1 KB
Mime Type
text/x-makefile
Expires
Fri, Jan 24, 20:45 (2 d)
Engine
blob
Format
Raw Data
Handle
23755678
Attached To
R10025 iCAPs public version 2
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