comparison ticoff/Makefile @ 78:c2445afce514

tiobjd: symbol storage classes decoded into mnemonics
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 26 Mar 2014 01:24:17 +0000
parents 590396e27e96
children c20dc315a9d4
comparison
equal deleted inserted replaced
77:590396e27e96 78:c2445afce514
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 symtab.o tables.o
5 HDRS= 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}
10 ${CC} -o $@ ${OBJS} 10 ${CC} -o $@ ${OBJS}