Replace tabs by spaces in file lists.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4275 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-09-29 13:32:09 +00:00
parent 3d1ee0f974
commit 0b4c486a49
10 changed files with 124 additions and 123 deletions

View File

@@ -6,7 +6,8 @@
COMMON = ../../common
SIM65 = ..
CFLAGS = -g -O2 -Wall -W -std=c89 -I$(COMMON) -I$(SIM65) -fpic
CFLAGS = -g -O2 -Wall -W -std=c89
override CFLAGS += -I$(COMMON) -I$(SIM65) -fpic
CC = gcc
EBIND = emxbind
LDFLAGS =
@@ -14,9 +15,9 @@ LDFLAGS =
#LIBS = $(COMMON)/common.a
CHIPS = ram.so \
rom.so \
stdio.so \
vic2.so
rom.so \
stdio.so \
vic2.so
OBJS = $(CHIPS:.so=.o)

View File

@@ -22,20 +22,20 @@ LDFLAGS =
# List of all object files
OBJS = addrspace.o \
callback.o \
cfgdata.o \
chip.o \
chippath.o \
config.o \
cpucore.o \
callback.o \
cfgdata.o \
chip.o \
chippath.o \
config.o \
cpucore.o \
cputype.o \
error.o \
error.o \
global.o \
location.o \
location.o \
main.o \
memory.o \
scanner.o \
system.o
memory.o \
scanner.o \
system.o
LIBS = $(COMMON)/common.a