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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
|
ifeq ($(with_libgfortran),yes)
$(lib_binaries) += libgfortran
endif
ifeq ($(with_fdev),yes)
$(lib_binaries) += libgfortran-dev
endif
ifeq ($(with_lib64gfortran),yes)
$(lib_binaries) += lib64fortran
endif
ifeq ($(with_lib64gfortrandev),yes)
$(lib_binaries) += lib64gfortran-dev
endif
ifeq ($(with_lib32gfortran),yes)
$(lib_binaries) += lib32fortran
endif
ifeq ($(with_lib32gfortrandev),yes)
$(lib_binaries) += lib32gfortran-dev
endif
ifeq ($(with_libn32gfortran),yes)
$(lib_binaries) += libn32fortran
endif
ifeq ($(with_libn32gfortrandev),yes)
$(lib_binaries) += libn32gfortran-dev
endif
ifeq ($(with_libx32gfortran),yes)
$(lib_binaries) += libx32fortran
endif
ifeq ($(with_libx32gfortrandev),yes)
$(lib_binaries) += libx32gfortran-dev
endif
ifeq ($(with_libhfgfortran),yes)
$(lib_binaries) += libhffortran
endif
ifeq ($(with_libhfgfortrandev),yes)
$(lib_binaries) += libhfgfortran-dev
endif
ifeq ($(with_libsfgfortran),yes)
$(lib_binaries) += libsffortran
endif
ifeq ($(with_libsfgfortrandev),yes)
$(lib_binaries) += libsfgfortran-dev
endif
ifeq ($(with_fdev),yes)
ifneq (,$(filter yes, $(biarch64) $(biarch32) $(biarchn32) $(biarchx32) $(biarchhf) $(biarchsf)))
arch_binaries := $(arch_binaries) fdev-multi
endif
arch_binaries := $(arch_binaries) fdev
ifneq ($(DEB_CROSS),yes)
ifneq ($(GFDL_INVARIANT_FREE),yes)
indep_binaries := $(indep_binaries) fortran-doc
endif
endif
endif
p_g95 = gfortran$(pkg_ver)$(cross_bin_arch)
p_g95_m = gfortran$(pkg_ver)-multilib$(cross_bin_arch)
p_g95d = gfortran$(pkg_ver)-doc
p_flib = libgfortran$(FORTRAN_SONAME)$(cross_lib_arch)
d_g95 = debian/$(p_g95)
d_g95_m = debian/$(p_g95_m)
d_g95d = debian/$(p_g95d)
dirs_g95 = \
$(docdir)/$(p_xbase)/fortran \
$(PF)/bin \
$(gcc_lexec_dir) \
$(gcc_lib_dir) \
$(PF)/include \
$(PF)/share/man/man1
files_g95 = \
$(PF)/bin/$(cmd_prefix)gfortran$(pkg_ver) \
$(gcc_lib_dir)/finclude \
$(gcc_lexec_dir)/f951
ifneq ($(GFDL_INVARIANT_FREE),yes)
files_g95 += \
$(PF)/share/man/man1/$(cmd_prefix)gfortran$(pkg_ver).1
endif
# ----------------------------------------------------------------------
define __do_fortran
dh_testdir
dh_testroot
mv $(install_stamp) $(install_stamp)-tmp
rm -rf $(d_l) $(d_d)
dh_installdirs -p$(p_l) $(usr_lib$(2))
DH_COMPAT=2 dh_movefiles -p$(p_l) $(usr_lib$(2))/libgfortran.so.*
debian/dh_doclink -p$(p_l) $(p_base)
debian/dh_doclink -p$(p_d) $(p_base)
if [ -f debian/$(p_l).overrides ]; then \
mkdir -p debian/$(p_l)/usr/share/lintian/overrides; \
cp debian/$(p_l).overrides debian/$(p_l)/usr/share/lintian/overrides/$(p_l); \
fi
dh_strip -p$(p_l) --dbg-package=$(p_d)
dh_compress -p$(p_l) -p$(p_d)
dh_fixperms -p$(p_l) -p$(p_d)
$(cross_makeshlibs) dh_makeshlibs -p$(p_l)
$(call cross_mangle_shlibs,$(p_l))
$(ignshld)DIRNAME=$(subst n,,$(2)) $(cross_shlibdeps) dh_shlibdeps -p$(p_l) \
$(call shlibdirs_to_search, \
$(subst gfortran$(FORTRAN_SONAME),gcc$(GCC_SONAME),$(p_l)) \
$(subst gfortran$(FORTRAN_SONAME),gcc$(QUADMATH_SONAME),$(p_l)) \
,$(2))
$(call cross_mangle_substvars,$(p_l))
$(cross_gencontrol) dh_gencontrol -p$(p_l) -p$(p_d) \
-- -v$(DEB_VERSION) $(common_substvars)
$(call cross_mangle_control,$(p_l))
dh_installdeb -p$(p_l) -p$(p_d)
dh_md5sums -p$(p_l) -p$(p_d)
dh_builddeb -p$(p_l) -p$(p_d)
trap '' 1 2 3 15; touch $@; mv $(install_stamp)-tmp $(install_stamp)
endef
do_fortran = $(call __do_fortran,lib$(1)gfortran$(FORTRAN_SONAME),$(1))
define __do_libgfortran_dev
dh_testdir
dh_testroot
mv $(install_stamp) $(install_stamp)-tmp
rm -rf $(d_l)
dh_installdirs -p$(1) $(gcc_lib_dir$(2))
DH_COMPAT=2 dh_movefiles -p$(p_l) \
$(gcc_lib_dir$(2))/libgfortranbegin.a \
$(gcc_lib_dir$(2))/libcaf_single.a
$(call install_gcc_lib,libgfortran,$(FORTRAN_SONAME),$(2),$(p_l))
debian/dh_doclink -p$(p_l) $(p_base)
debian/dh_rmemptydirs -p$(p_l)
dh_strip -p$(p_l)
dh_compress -p$(p_l)
dh_fixperms -p$(p_l)
$(cross_shlibdeps) dh_shlibdeps -p$(p_l)
$(call cross_mangle_substvars,$(p_l))
$(cross_gencontrol) dh_gencontrol -p$(p_l) -- -v$(DEB_VERSION) $(common_substvars)
$(call cross_mangle_control,$(p_l))
dh_installdeb -p$(p_l)
dh_md5sums -p$(p_l)
dh_builddeb -p$(p_l)
trap '' 1 2 3 15; touch $@; mv $(install_stamp)-tmp $(install_stamp)
endef
# ----------------------------------------------------------------------
do_libgfortran_dev = $(call __do_libgfortran_dev,lib$(1)gfortran-$(BASE_VERSION)-dev,$(1))
$(binary_stamp)-libgfortran: $(install_stamp)
$(call do_fortran,)
$(binary_stamp)-lib64fortran: $(install_stamp)
$(call do_fortran,64)
$(binary_stamp)-lib32fortran: $(install_stamp)
$(call do_fortran,32)
$(binary_stamp)-libn32fortran: $(install_stamp)
$(call do_fortran,n32)
$(binary_stamp)-libx32fortran: $(install_stamp)
$(call do_fortran,x32)
$(binary_stamp)-libhffortran: $(install_stamp)
$(call do_fortran,hf)
$(binary_stamp)-libsffortran: $(install_stamp)
$(call do_fortran,sf)
# ----------------------------------------------------------------------
$(binary_stamp)-fdev: $(install_stamp)
dh_testdir
dh_testroot
mv $(install_stamp) $(install_stamp)-tmp
rm -rf $(d_g95)
dh_installdirs -p$(p_g95) $(dirs_g95)
DH_COMPAT=2 dh_movefiles -p$(p_g95) $(files_g95)
mv $(d)/$(usr_lib)/libgfortran.spec $(d_g95)/$(gcc_lib_dir)/
ifneq ($(DEB_CROSS),yes)
ln -sf gfortran$(pkg_ver) \
$(d_g95)/$(PF)/bin/$(DEB_TARGET_GNU_TYPE)-gfortran$(pkg_ver)
ln -sf gfortran$(pkg_ver) \
$(d_g95)/$(PF)/bin/$(TARGET_ALIAS)-gfortran$(pkg_ver)
ifneq ($(GFDL_INVARIANT_FREE),yes)
ln -sf gfortran$(pkg_ver).1 \
$(d_g95)/$(PF)/share/man/man1/$(DEB_TARGET_GNU_TYPE)-gfortran$(pkg_ver).1
ln -sf gfortran$(pkg_ver).1 \
$(d_g95)/$(PF)/share/man/man1/$(TARGET_ALIAS)-gfortran$(pkg_ver).1
endif
endif
debian/dh_doclink -p$(p_g95) $(p_xbase)
cp -p $(srcdir)/gcc/fortran/ChangeLog \
$(d_g95)/$(docdir)/$(p_xbase)/fortran/changelog
debian/dh_rmemptydirs -p$(p_g95)
dh_strip -p$(p_g95)
dh_compress -p$(p_g95)
dh_fixperms -p$(p_g95)
dh_shlibdeps -p$(p_g95)
dh_gencontrol -p$(p_g95) -- -v$(DEB_VERSION) $(common_substvars)
dh_installdeb -p$(p_g95)
dh_md5sums -p$(p_g95)
dh_builddeb -p$(p_g95)
trap '' 1 2 3 15; touch $@; mv $(install_stamp)-tmp $(install_stamp)
# ----------------------------------------------------------------------
$(binary_stamp)-fdev-multi: $(install_stamp)
dh_testdir
dh_testroot
mv $(install_stamp) $(install_stamp)-tmp
rm -rf $(d_g95_m)
dh_installdirs -p$(p_g95_m) $(docdir)
debian/dh_doclink -p$(p_g95_m) $(p_xbase)
debian/dh_rmemptydirs -p$(p_g95_m)
dh_strip -p$(p_g95_m)
dh_compress -p$(p_g95_m)
dh_fixperms -p$(p_g95_m)
dh_shlibdeps -p$(p_g95_m)
dh_gencontrol -p$(p_g95_m) -- -v$(DEB_VERSION) $(common_substvars)
dh_installdeb -p$(p_g95_m)
dh_md5sums -p$(p_g95_m)
dh_builddeb -p$(p_g95_m)
trap '' 1 2 3 15; touch $@; mv $(install_stamp)-tmp $(install_stamp)
# ----------------------------------------------------------------------
$(binary_stamp)-fortran-doc: $(build_html_stamp) $(install_stamp)
dh_testdir
dh_testroot
mv $(install_stamp) $(install_stamp)-tmp
rm -rf $(d_g95d)
dh_installdirs -p$(p_g95d) \
$(docdir)/$(p_xbase)/fortran \
$(PF)/share/info
DH_COMPAT=2 dh_movefiles -p$(p_g95d) \
$(PF)/share/info/gfortran*
debian/dh_doclink -p$(p_g95d) $(p_xbase)
ifneq ($(GFDL_INVARIANT_FREE),yes)
dh_installdocs -p$(p_g95d)
rm -f $(d_g95d)/$(docdir)/$(p_xbase)/copyright
cp -p html/gfortran.html $(d_g95d)/$(docdir)/$(p_xbase)/fortran/
endif
dh_compress -p$(p_g95d)
dh_fixperms -p$(p_g95d)
dh_installdeb -p$(p_g95d)
dh_gencontrol -p$(p_g95d) -- -v$(DEB_VERSION) $(common_substvars)
dh_md5sums -p$(p_g95d)
dh_builddeb -p$(p_g95d)
trap '' 1 2 3 15; touch $@; mv $(install_stamp)-tmp $(install_stamp)
$(binary_stamp)-libgfortran-dev: $(install_stamp)
$(call do_libgfortran_dev,)
$(binary_stamp)-lib64gfortran-dev: $(install_stamp)
$(call do_libgfortran_dev,64)
$(binary_stamp)-lib32gfortran-dev: $(install_stamp)
$(call do_libgfortran_dev,32)
$(binary_stamp)-libn32gfortran-dev: $(install_stamp)
$(call do_libgfortran_dev,n32)
$(binary_stamp)-libx32gfortran-dev: $(install_stamp)
$(call do_libgfortran_dev,x32)
$(binary_stamp)-libhfgfortran-dev: $(install_stamp)
$(call do_libgfortran_dev,hf)
$(binary_stamp)-libsfgfortran-dev: $(install_stamp)
$(call do_libgfortran_dev,sf)
|