.TH DCLCONFIG "1" "February 2017" "dclconfig 7.4.0" "dclconfig" .SH "NAME" .PP dclconfig \- Return metainformation about Dennou Common library .SH "SYNOPSIS" .PP .B dclconfig [\fI \-\-fc \fR] [\fI \-\-fflags \fR] [\fI \-\-ldflags \fR] [\fI \-\-ldlibs \fR] .SH "DESCRIPTION" .PP 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. .PP Typical usage is here. .nf \& Makefile: \& FC=`dclconfig \-\-fc` \& FFLAGS=`dclconfig \-\-fflags` \& LDFLAGS=`dclconfig \-\-ldflags` \& LDLIBS=`dclconfig \-\-ldlibs` \& \& foo: foo.c \& $(FC) $(FFLAGS) foo.c $(LDFLAGS) $(LDLIBS) .fi .SH "OPTION" .PP The following options are supported: .TP \fB\-\-fc\fR print Fortran Compiler .TP \fB\-\-fflags\fR print Fortran compile flags .TP \fB\-\-ldflags\fR print LDFLAGS .TP \fB\-\-ldlibs\fR print LDLIBS .SH "AUTHOR" .PP N.OTOBE , GFD Dennou Club