OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [boards/] [actel/] [ordb1a3pe1500/] [backend/] [par/] [bin/] [Makefile] - Diff between revs 439 and 449

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 439 Rev 449
Line 156... Line 156...
 
 
clean:
clean:
        rm -rf *.rpt *.log *~ *.tcl *.lok *.tmp *.dtf $(SDC_FILE) $(PDC_FILE) *.adb
        rm -rf *.rpt *.log *~ *.tcl *.lok *.tmp *.dtf $(SDC_FILE) $(PDC_FILE) *.adb
 
 
clean-syn:
clean-syn:
        $(MAKE) -C $(SYN_PATH)/run clean-all
        $(MAKE) -C $(SYN_PATH)/run distclean
 
 
clean-sw:
clean-sw:
        $(Q) echo; echo "\t### Cleaning simulation sw directories ###"; echo;
        $(Q) echo; echo "\t### Cleaning simulation sw directories ###"; echo;
        $(MAKE) -C $(SW_PATH)/lib clean-all
        $(MAKE) -C $(SW_PATH)/lib distclean
 
 
 
 
clean-all: clean-sw clean-syn clean
distclean: clean-sw clean-syn clean
 
 
STEP_NAME=$(shell echo $(TCL_FILE) | cut -d '.' -f 1)
STEP_NAME=$(shell echo $(TCL_FILE) | cut -d '.' -f 1)
 
 
# Rule to create the different steps of compilation with the Actel Designer
# Rule to create the different steps of compilation with the Actel Designer
# tool.
# tool.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.