table of contents
DCLCONFIG(1) | dclconfig | DCLCONFIG(1) |
NAME¶
dclconfig - Return metainformation about Dennou Common library
SYNOPSIS¶
dclconfig [ --fc ] [ --fflags ] [ --ldflags ] [ --ldlibs ]
DESCRIPTION¶
The dclconfig program is used to retrieve information about installed Dennou Common library in the system. It is typically used to compile and link against one or more libraries.
Typical usage is here.
Makefile: FC=`dclconfig --fc` FFLAGS=`dclconfig --fflags` LDFLAGS=`dclconfig --ldflags` LDLIBS=`dclconfig --ldlibs` foo: foo.f $(FC) $(FFLAGS) foo.f $(LDFLAGS) $(LDLIBS)
OPTION¶
The following options are supported:
- --prefix
- print PREFIX directory
- --dclversion
- print version of DCL
- --dclvernum
- print DCLVERNUM
- --dcllang
- print DCLLANG
- --bindir
- print BINDIR
- --libdir
- print LIBDIR
- --incdir
- print incdir
- --dcllibname
- print DCLLIBNAME
- --dcllibfile
- print DCLLIBFILE
- --dcllibopt
- print DCLLIBOPT
- --dcllibpath
- print DCLLIBPATH
- --dbasename
- print DCL dbasename
- --dbasedir
- print DCL database directory
- --xincpath
- print X Include path
- --xlibpath
- print X library path
- --xlibopt
- print X library option
- --cc
- print C Compiler
- --cflags
- print C Compiler Flags
- --fc
- print Fortran Compiler
- --fflags
- print Fortran Compiler Flags
- --ldflags
- print LDFLAGS
- --ldlibs
- print LDLIBS
- --gtkversion
- print GTK version
AUTHOR¶
N.OTOBE <otobe@gfd-dennou.org>, GFD Dennou Club
February 2017 | dclconfig 7.4.8 |