Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100805240
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
Sun, Feb 2, 22:15
Size
1 KB
Mime Type
text/x-tex
Expires
Tue, Feb 4, 22:15 (2 d)
Engine
blob
Format
Raw Data
Handle
24037557
Attached To
R10025 iCAPs public version 2
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