comparison ticoff/Makefile @ 82:c20dc315a9d4

tiobjd: beginning of reloc handling
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 26 Mar 2014 06:00:07 +0000
parents c2445afce514
children 0f94d17899b3
comparison
equal deleted inserted replaced
81:192da19c7506 82:c20dc315a9d4
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 PROG= tiobjd 3 PROG= tiobjd
4 OBJS= basics.o globals.o lowlevel.o main.o symtab.o tables.o 4 OBJS= basics.o globals.o lowlevel.o main.o reloc.o symtab.o tables.o
5 HDRS= coffconst.h filestruct.h globals.h intstruct.h 5 HDRS= coffconst.h filestruct.h globals.h intstruct.h
6 6
7 all: ${PROG} 7 all: ${PROG}
8 8
9 ${PROG}: ${OBJS} 9 ${PROG}: ${OBJS}