|
Lines 341-352
Link Here
|
| 341 |
include_dirs=["Bio"] |
341 |
include_dirs=["Bio"] |
| 342 |
), |
342 |
), |
| 343 |
#Commented out due to the build dependency on flex, see Bug 2619 |
343 |
#Commented out due to the build dependency on flex, see Bug 2619 |
| 344 |
# Extension('Bio.PDB.mmCIF.MMCIFlex', |
344 |
Extension('Bio.PDB.mmCIF.MMCIFlex', |
| 345 |
# ['Bio/PDB/mmCIF/lex.yy.c', |
345 |
['Bio/PDB/mmCIF/lex.yy.c', |
| 346 |
# 'Bio/PDB/mmCIF/MMCIFlexmodule.c'], |
346 |
'Bio/PDB/mmCIF/MMCIFlexmodule.c'], |
| 347 |
# include_dirs=["Bio"], |
347 |
include_dirs=["Bio"], |
| 348 |
# libraries=["fl"] |
348 |
libraries=["fl"] |
| 349 |
# ), |
349 |
), |
| 350 |
Extension('Bio.Nexus.cnexus', |
350 |
Extension('Bio.Nexus.cnexus', |
| 351 |
['Bio/Nexus/cnexus.c'] |
351 |
['Bio/Nexus/cnexus.c'] |
| 352 |
), |
352 |
), |