James Thornton logo
James Thornton
Google
Web jamesthornton.com
Internet Business Consultant
Home Blog Bio Projects Contact
JamesThornton.com -> Archive -> Python -> 2.0.1 -> Ext -> One Page


2.3 Example

Here is a more complicated example from Modules/Setup.in:

GMP=/ufs/guido/src/gmp
mpz mpzmodule.c -I$(GMP) $(GMP)/libgmp.a

which could also be written as:

mpz mpzmodule.c -I$(GMP) -L$(GMP) -lgmp


See About this document... for information on suggesting changes.

Follow espeed on Twitter