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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [Open8 Tools/] [open8_src/] [open8_as/] [opcode_table_generator/] [makefile] - Diff between revs 178 and 290

Show entire file | Details | Blame | View Log

Rev 178 Rev 290
Line 1... Line 1...
 
 
CC=cc
CC=gcc
LD=cc
LD=gcc
WLA_TARGET?=HUC6280
WLA_TARGET?=HUC6280
WLA_QUIET?=0
WLA_QUIET?=0
 
 
CFLAGS = -c -DUNIX -D$(WLA_TARGET) -DQUIET=$(WLA_QUIET)
CFLAGS = -c -DUNIX -D$(WLA_TARGET) -DQUIET=$(WLA_QUIET)
 
 
Line 10... Line 10...
OFILES = main.o
OFILES = main.o
 
 
 
 
 
 
all: $(OFILES) makefile
all: $(OFILES) makefile
        $(LD) $(LDFLAGS) $(OFILES) -o gen ; strip gen
        $(LD) $(LDFLAGS) $(OFILES) -o gen
 
 
main.o: main.c makefile
main.o: main.c makefile
        $(CC) $(CFLAGS) main.c
        $(CC) $(CFLAGS) main.c
 
 
 
 

powered by: WebSVN 2.1.0

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