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

Subversion Repositories System09

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /System09/trunk/Tools/as09
    from Rev 74 to Rev 75
    Reverse comparison

Rev 74 → Rev 75

/Makefile
0,0 → 1,16
 
MKFRAGS := ../../mkfiles
export MKFRAGS
 
C_SRC := as.c as09.c do09.c eval.c ffwd.c ifd.c output.c pseudo.c symtab.c util.c
HEADERS := as.h table09.h
 
include $(MKFRAGS)/def_cmds.mk
 
as09$(EXE_EXT): $(HEADERS) $(C_SRC)
gcc -I. -DWIN32 -o $@ as09.c
 
clean:
rm as09$(EXE_EXT)
 
 

powered by: WebSVN 2.1.0

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