File: make.inc.in

package info (click to toggle)
lapackpp 2024.10.26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,500 kB
  • sloc: cpp: 80,181; ansic: 27,660; python: 4,838; xml: 182; perl: 99; makefile: 53; sh: 23
file content (21 lines) | stat: -rw-r--r-- 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#-------------------------------------------------------------------------------
# make.inc file
# auto-generated by: @argv@
# host: @HOSTNAME@
# CPATH: @CPATH@
# LIBRARY_PATH: @LIBRARY_PATH@
#
CXX      = @CXX@

CXXFLAGS = @CXXFLAGS@

# see include/lapack/defines.h
# @DEFINES@

LDFLAGS  = @LDFLAGS@

LIBS     = @LIBS@

prefix   = @prefix@

static   = @static@