File: make.inc.in

package info (click to toggle)
blaspp 2024.10.26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,636 kB
  • sloc: cpp: 29,332; ansic: 8,448; python: 2,192; xml: 182; perl: 101; makefile: 53; sh: 7
file content (21 lines) | stat: -rw-r--r-- 359 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/blas/defines.h
# @DEFINES@

LDFLAGS  = @LDFLAGS@

LIBS     = @LIBS@

prefix   = @prefix@

static   = @static@