source: vis_dev/glu-2.3/src/calBdd/calBdd.make

Last change on this file was 13, checked in by cecile, 13 years ago

library glu 2.3

File size: 930 bytes
Line 
1CSRC_cal +=     cal.c calBddOp.c calBddManager.c calMemoryManagement.c\
2                calHashTable.c calUtil.c calGC.c \
3                calTerminal.c calAssociation.c \
4                calBddSubstitute.c calReduce.c calQuant.c \
5                calBddSwapVars.c calBddSatisfy.c calBddSize.c \
6                calBddSupport.c calPrint.c calPrintProfile.c calDump.c\
7                calHashTableOne.c calPipeline.c calPerformanceTest.c \
8                calHashTableThree.c calBddITE.c calBddCompose.c\
9                calCacheTableTwo.c calApplyReduce.c calBlk.c \
10                calReorderBF.c calReorderDF.c calInteract.c\
11                calBddVarSubstitute.c calReorderUtil.c calMem.c
12
13HEADERS_cal += cal.h calInt.h calMem.h
14
15MISC += calBddReorderTest.c calPerformanceTest.c calTest.c\
16        calAllAbs.html  calAllByFile.html calAllByFunc.html\
17        calAllDet.html  calAllFile.html calDesc.html\
18        calExt.html calExtAbs.html calExtDet.html calTitle.html credit.html\
19        calDoc.txt
20
21DEPENDENCYFILES = $(CSRC_cal)
Note: See TracBrowser for help on using the repository browser.