URL
https://opencores.org/ocsvn/eco32/eco32/trunk
[/] [eco32/] [trunk/] [sim/] [Makefile] - Diff between revs 24 and 25
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 24 |
Rev 25 |
Line 9... |
Line 9... |
LDFLAGS = -g -L./getline -L/usr/X11R7/lib -Wl,-rpath -Wl,/usr/X11R7/lib
|
LDFLAGS = -g -L./getline -L/usr/X11R7/lib -Wl,-rpath -Wl,/usr/X11R7/lib
|
LDLIBS = -lgetline -lX11 -lpthread -lm
|
LDLIBS = -lgetline -lX11 -lpthread -lm
|
|
|
SRCS = main.c console.c error.c except.c command.c \
|
SRCS = main.c console.c error.c except.c command.c \
|
instr.c asm.c disasm.c cpu.c mmu.c memory.c \
|
instr.c asm.c disasm.c cpu.c mmu.c memory.c \
|
timer.c dspkbd.c term.c disk.c output.c graph.c
|
timer.c dspkbd.c term.c disk.c output.c shutdown.c \
|
|
graph.c
|
OBJS = $(patsubst %.c,%.o,$(SRCS))
|
OBJS = $(patsubst %.c,%.o,$(SRCS))
|
BIN = sim
|
BIN = sim
|
|
|
.PHONY: all install clean
|
.PHONY: all install clean
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.