OpenCores
URL https://opencores.org/ocsvn/System09/System09/trunk
#----------------------------------------------------------------- # File: Makefile # Author: David Burnette # Date: April 7, 2008 # # Description: # This makefile fragment defines common commands used by the # the makefiles. Vendor-specific tools should be defined in # the vendor-specific makefiles. # # Usage: # This make file fragment should be included by the # makefiles in the 'rtl' and 'src/...' directories. # # Dependencies: # None # # Revision History: # dgb 2008-04-07 Original version # #----------------------------------------------------------------- #=================================================================== # DOS version of Unix-ish tools CD := cd CP := cp CAT := cat ECHO := echo AWK := awk SED := sed GREP := grep #RM := erase /s /q RM := rm -f #RMDIR := rmdir /s /q RMDIR := rm -rf MKDIR := mkdir # 6809 Assembler ASM := ../../Tools/as09/as09.exe # Generate Xilinx block ram initialized with ROM contents s19tovhd := ../../Tools/s19tovhd/S19toVHD.exe

Subversion Repositories System09

[/] [System09/] [branches/] [mkfiles_rev1/] [mkfiles/] [def_cmds.mk] - Blame information for rev 66

Details | Compare with Previous | View Log

Line No. Rev Author Line

powered by: WebSVN 2.1.0

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