File: module.mk

package info (click to toggle)
octave 10.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 145,484 kB
  • sloc: cpp: 335,976; ansic: 82,241; fortran: 20,963; objc: 9,402; sh: 8,756; yacc: 4,392; lex: 4,333; perl: 1,544; java: 1,366; awk: 1,259; makefile: 660; xml: 192
file content (111 lines) | stat: -rw-r--r-- 2,660 bytes parent folder | download | duplicates (2)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
UTIL_INC = \
  %reldir%/action-container.h \
  %reldir%/base-list.h \
  %reldir%/byte-swap.h \
  %reldir%/caseless-str.h \
  %reldir%/cmd-edit.h \
  %reldir%/cmd-hist.h \
  %reldir%/data-conv.h \
  %reldir%/file-info.h \
  %reldir%/glob-match.h \
  %reldir%/lo-array-errwarn.h \
  %reldir%/lo-hash.h \
  %reldir%/lo-ieee.h \
  %reldir%/lo-regexp.h \
  %reldir%/lo-traits.h \
  %reldir%/lo-utils.h \
  %reldir%/f77-fcn.h \
  %reldir%/lo-error.h \
  %reldir%/octave-preserve-stream-state.h \
  %reldir%/quit.h \
  %reldir%/oct-atomic.h \
  %reldir%/oct-base64.h \
  %reldir%/oct-binmap.h \
  %reldir%/oct-cmplx.h \
  %reldir%/oct-glob.h \
  %reldir%/oct-inttypes-fwd.h \
  %reldir%/oct-inttypes.h \
  %reldir%/oct-locbuf.h \
  %reldir%/oct-mutex.h \
  %reldir%/oct-refcount.h \
  %reldir%/oct-rl-edit.h \
  %reldir%/oct-rl-hist.h \
  %reldir%/oct-shlib.h \
  %reldir%/oct-sort.h \
  %reldir%/oct-string.h \
  %reldir%/pathsearch.h \
  %reldir%/singleton-cleanup.h \
  %reldir%/sparse-util.h \
  %reldir%/str-vec.h \
  %reldir%/unwind-prot.h \
  %reldir%/url-transfer.h

NOINSTALL_UTIL_INC = \
  %reldir%/kpse.h \
  %reldir%/oct-sparse.h

UTIL_F77_SRC = \
  %reldir%/d1mach.f \
  %reldir%/i1mach.f \
  %reldir%/r1mach.f

UTIL_C_SRC = \
  %reldir%/blaswrap.c \
  %reldir%/f77-fcn.c \
  %reldir%/lo-error.c \
  %reldir%/oct-rl-edit.c \
  %reldir%/oct-rl-hist.c

UTIL_SRC = \
  %reldir%/action-container.cc \
  %reldir%/cmd-edit.cc \
  %reldir%/cmd-hist.cc \
  %reldir%/data-conv.cc \
  %reldir%/f77-dummy-main.cc \
  %reldir%/file-info.cc \
  %reldir%/glob-match.cc \
  %reldir%/kpse.cc \
  %reldir%/lo-array-errwarn.cc \
  %reldir%/lo-hash.cc \
  %reldir%/lo-ieee.cc \
  %reldir%/lo-regexp.cc \
  %reldir%/lo-utils.cc \
  %reldir%/quit.cc \
  %reldir%/oct-atomic.c \
  %reldir%/oct-base64.cc \
  %reldir%/oct-cmplx.cc \
  %reldir%/oct-glob.cc \
  %reldir%/oct-inttypes.cc \
  %reldir%/oct-mutex.cc \
  %reldir%/oct-shlib.cc \
  %reldir%/oct-sparse.cc \
  %reldir%/oct-string.cc \
  %reldir%/pathsearch.cc \
  %reldir%/singleton-cleanup.cc \
  %reldir%/sparse-util.cc \
  %reldir%/str-vec.cc \
  %reldir%/unwind-prot.cc \
  %reldir%/url-transfer.cc \
  $(UTIL_F77_SRC) \
  $(UTIL_C_SRC) \
  $(NOINSTALL_UTIL_INC)

liboctave_EXTRA_DIST += \
  %reldir%/d1mach-tst.for

LIBOCTAVE_TEMPLATE_SRC += \
  %reldir%/oct-sort.cc

noinst_LTLIBRARIES += %reldir%/libutil.la

%canon_reldir%_libutil_la_SOURCES = $(UTIL_SRC)

%canon_reldir%_libutil_la_CPPFLAGS = \
  $(liboctave_liboctave_la_CPPFLAGS) \
  $(CURL_CPPFLAGS) \
  $(PCRE_CPPFLAGS) \
  $(SPARSE_XCPPFLAGS)

%canon_reldir%_libutil_la_FFLAGS = $(F77_INTEGER_8_FLAG)

liboctave_liboctave_la_LIBADD += %reldir%/libutil.la