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
|
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_compat2) dh_movefiles -p$(p_l) $(usr_lib$(2))/libgfortran.so.*
debian/dh_doclink -p$(p_l) $(p_lbase)
$(if $(with_dbg),debian/dh_doclink -p$(p_d) $(p_lbase))
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
$(call do_strip_lib_dbg, $(p_l), $(p_d), $(v_dbg),,)
ln -sf libgfortran.symbols debian/$(p_l).symbols
$(cross_makeshlibs) dh_makeshlibs $(ldconfig_arg) -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-s$(GCC_SONAME),$(p_l)) \
$(subst gfortran$(FORTRAN_SONAME),quadmath$(QUADMATH_SONAME),$(p_l)) \
,$(2)) \
$(if $(filter yes, $(with_common_libs)),,-- -Ldebian/shlibs.common$(2))
$(call cross_mangle_substvars,$(p_l))
echo $(p_l) $(if $(with_dbg), $(p_d)) >> debian/$(lib_binaries)
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$(p_l) $(gcc_lib_dir$(2))
$(dh_compat2) dh_movefiles -p$(p_l) \
$(gcc_lib_dir$(2))/libcaf_single.a
$(call install_gcc_lib,libgfortran,$(FORTRAN_SONAME),$(2),$(p_l))
$(if $(2),, \
$(dh_compat2) dh_movefiles -p$(p_l) \
$(gcc_lib_dir$(2))/include/ISO_Fortran_binding.h)
debian/dh_doclink -p$(p_l) $(p_lbase)
debian/dh_rmemptydirs -p$(p_l)
dh_strip -p$(p_l)
$(cross_shlibdeps) dh_shlibdeps -p$(p_l)
$(call cross_mangle_substvars,$(p_l))
echo $(p_l) >> debian/$(lib_binaries)
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_compat2) dh_movefiles -p$(p_g95) $(files_g95)
mv $(d)/$(usr_lib)/libgfortran.spec $(d_g95)/$(gcc_lib_dir)/
ifeq ($(unprefixed_names),yes)
ln -sf $(cmd_prefix)gfortran$(pkg_ver) \
$(d_g95)/$(PF)/bin/gfortran$(pkg_ver)
ifneq ($(GFDL_INVARIANT_FREE),yes)
ln -sf $(cmd_prefix)gfortran$(pkg_ver).1 \
$(d_g95)/$(PF)/share/man/man1/gfortran$(pkg_ver).1
endif
endif
mkdir -p $(d_g95)/usr/share/lintian/overrides
( \
echo '$(p_g95) binary: hardening-no-pie'; \
echo '$(p_g95) binary: missing-prerequisite-for-gfortran-module'; \
) > $(d_g95)/usr/share/lintian/overrides/$(p_g95)
ifeq ($(GFDL_INVARIANT_FREE),yes)
echo '$(p_g95) binary: binary-without-manpage' \
>> $(d_g95)/usr/share/lintian/overrides/$(p_g95)
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)
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTONS)))
$(DWZ) \
$(d_g95)/$(gcc_lexec_dir)/f951
endif
dh_strip -p$(p_g95) \
$(if $(unstripped_exe),-X/f951)
dh_shlibdeps -p$(p_g95)
echo $(p_g95) >> debian/arch_binaries
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_shlibdeps -p$(p_g95_m)
echo $(p_g95_m) >> debian/arch_binaries
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_compat2) 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
echo $(p_g95d) >> debian/indep_binaries
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)
|