File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -319,21 +319,9 @@ all: cuddpackage extpackages prism
319319
320320# Build our customised version of CUDD
321321cuddpackage : checks
322- @if [ " $( CUDD_DIR) " = " " ]; then echo " Error: Cannot find CUDD" ; exit 1; fi
323- @if [ ! -d " $( CUDD_DIR) " ]; then echo " Error: Cannot find CUDD" ; exit 1; fi
324- @ (if [ ! -h $( CUDD_DIR) ]; then \
325- echo Making cudd ...; \
326- cd $(CUDD_DIR ) && \
327- $(MAKE ) ICFLAGS=" $( DEBUG) $( OPTIMISE) $( WARNINGS) " XCFLAGS=" $( filter-out $( DEBUG) $( OPTIMISE) $( WARNINGS) ,$( CFLAGS) ) " ; \
328- else \
329- echo Skipping cudd make since it is a symlink...; \
330- fi)
331-
332- # Use this to force a build of CUDD, even if dir is just a symlink
333- cuddpackageforce : checks
334- @echo Making cudd ...; \
335- cd $(CUDD_DIR ) && \
336- $(MAKE ) ICFLAGS=" $( DEBUG) $( OPTIMISE) $( WARNINGS) " XCFLAGS=" $( filter-out $( DEBUG) $( OPTIMISE) $( WARNINGS) ,$( CFLAGS) ) "
322+ @echo Making cudd ...; \
323+ cd $(CUDD_DIR ) && \
324+ $(MAKE ) ICFLAGS=" $( DEBUG) $( OPTIMISE) $( WARNINGS) " XCFLAGS=" $( filter-out $( DEBUG) $( OPTIMISE) $( WARNINGS) ,$( CFLAGS) ) "
337325
338326# Use this to force a rebuild (with javacc) of the main parser
339327parser :
You can’t perform that action at this time.
0 commit comments