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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [sim/] [Makefile] - Diff between revs 25 and 246

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

Rev 25 Rev 246
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 shutdown.c \
       timer.c dspkbd.c serial.c disk.c output.c \
       graph.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
 
 

powered by: WebSVN 2.1.0

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