[petsc-dev] [Bitbucket] Pull request #375: Pass LDFLAGS down to GNUPackage externalpackages. (petsc/petsc)
Jed Brown
jed at jedbrown.org
Fri Oct 16 00:02:58 CDT 2015
Satish Balay <balay at mcs.anl.gov> writes:
> not sure about autoconf - but we do:
>
> c-compile-only: CPPFLAGS CFLAGS COPTFLAGS
> clinker: LDFLAGS? CFLAGS COPTFLAGS () LIB
For reference, GNU make has implicit rules for
n.c to n.o: $(CC) $(CPPFLAGS) $(CFLAGS) -c
n.o to n: $(CC) $(LDFLAGS) n.o $(LOADLIBES) $(LDLIBS)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20151015/13f41f14/attachment.sig>
More information about the petsc-dev
mailing list