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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [sim/] [Makefile] - Diff between revs 251 and 275

Show entire file | Details | Blame | View Log

Rev 251 Rev 275
Line 8... Line 8...
CFLAGS = -g -Wall -I./getline -I/usr/X11R7/include
CFLAGS = -g -Wall -I./getline -I/usr/X11R7/include
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 trace.c mmu.c \
       timer.c dspkbd.c serial.c disk.c output.c \
       memory.c timer.c dspkbd.c serial.c disk.c \
       shutdown.c graph.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
 
 

powered by: WebSVN 2.1.0

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