| ★ wanayoo — archive 1999 http://www.python.org/doc/current/ext/module-defn-example.html | Nouvelle recherche | Portail wanayoo |
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