File: libfdf-config.yml.in

package info (click to toggle)
libfdf 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 552 kB
  • sloc: f90: 4,028; perl: 805; python: 174; sh: 116; makefile: 99
file content (35 lines) | stat: -rw-r--r-- 538 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
%YAML 1.2
---
timestamp: "@fdf_timestamp@"

info:
    version: "@PACKAGE_VERSION@"

target:
    cpu: "@target_cpu@"
    vendor: "@target_vendor@"
    os: "@target_os@"

compilers:
    CPP: "@CPP@"
    CPPFLAGS: "@CPPFLAGS@"
    CC: "@CC@"
    CFLAGS: "@CFLAGS@"
    FC: "@FC@"
    FCFLAGS: "@FCFLAGS@"
    LDFLAGS: "@LDFLAGS@"
    LIBS: "@LIBS@"

defaults:
    debug_enable: "@fdf_debug_enable_def@"

options:
    enable_debug: "@enable_debug@"

triggers:
    debug_enable: "@fdf_debug_enable@"

inits:
    debug: "@fdf_debug_type@"

...