Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111368575
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
Thu, May 1, 03:26
Size
1 KB
Mime Type
text/x-tex
Expires
Sat, May 3, 03:26 (2 d)
Engine
blob
Format
Raw Data
Handle
25904573
Attached To
R5163 Slepians
Makefile
View Options
#------------------------------------------------------------------------------
# AMD Makefile for compiling on Unix systems (for GNU or original make)
#------------------------------------------------------------------------------
default: dist
include ../../SuiteSparse_config/SuiteSparse_config.mk
#------------------------------------------------------------------------------
# Remove all but the files in the original distribution
#------------------------------------------------------------------------------
clean:
- $(RM) $(CLEAN)
purge: distclean
distclean: clean
- $(RM) *.aux *.bbl *.blg *.log *.toc
#------------------------------------------------------------------------------
# Create the User Guide and Quick Start Guide
#------------------------------------------------------------------------------
AMD_UserGuide.pdf: AMD_UserGuide.tex AMD_UserGuide.bib ../Include/amd.h
echo '\\begin{verbatim}' > amd_h.tex
expand -8 ../Include/amd.h >> amd_h.tex
echo '\end{verbatim}' >> amd_h.tex
pdflatex AMD_UserGuide
bibtex AMD_UserGuide
pdflatex AMD_UserGuide
pdflatex AMD_UserGuide
dist: AMD_UserGuide.pdf
- $(RM) *.aux *.bbl *.blg *.log *.toc amd_h.tex
Event Timeline
Log In to Comment