DCLCONFIG(1) | dclconfig | DCLCONFIG(1) |
dclconfig - Return metainformation about Dennou Common library
dclconfig [ --fc ] [ --fflags ] [ --ldflags ] [ --ldlibs ]
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)
The following options are supported:
N.OTOBE <otobe@gfd-dennou.org>, GFD Dennou Club
February 2017 | dclconfig 7.4.8 |