File: control

package info (click to toggle)
makedepf90 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 388 kB
  • sloc: ansic: 913; yacc: 356; lex: 224; sh: 153; makefile: 109
file content (25 lines) | stat: -rw-r--r-- 828 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
Source: makedepf90
Section: utils
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper (>= 11),
 bison,
 flex
Standards-Version: 4.3.0
Homepage: https://github.com/amckinstry/makedepf90
Vcs-Browser: https://salsa.debian.org:/science-team/makedepf90.git
Vcs-Git: https://salsa.debian.org:/science-team/makedepf90.git

Package: makedepf90
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Fortran-90 dependency processor for Makefiles
 Makedepf90 is a program for automatic creation of Makefile dependency
 lists for Fortran source code. Makedepf90 supports MODULE:s, INCLUDE:s,
 cpp #include:s, f90ppr $include:s and coco ??include:s and set-files.
 .
 The original idea was to provide the same functionality for Fortran as
 .
    gcc -MM *.c
 .
 does for C.