head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	95.03.29.23.41.28;	author jtk;	state Exp;
branches;
next	1.1;

1.1
date	95.03.29.23.34.40;	author jtk;	state Exp;
branches;
next	;


desc
@@


1.2
log
@compiles now
@
text
@CFLAGS		=-O -DBSD_A_OUT -DSTANDARD_GNU_A_OUT
LDFLAGS		=-N -s

OBJS		=dumps.o io.o ld.o readobj.o table.o typeconv.o writebin.o

ld: $(OBJS)
	$(CC) $(LDFLAGS) $(OBJS) -o $@@

clean:
	rm -f $(OBJS) ld

dumps.o: dumps.c const.h config.h obj.h type.h globvar.h
io.o: io.c const.h config.h obj.h type.h globvar.h
ld.o: ld.c const.h config.h byteord.h type.h globvar.h
readobj.o: readobj.c const.h config.h byteord.h obj.h type.h globvar.h
table.o: table.c const.h config.h align.h obj.h type.h globvar.h

typeconv.o: typeconv.c const.h config.h type.h globvar.h
	$(CC) $(CFLAGS) -D_POSIX_SOURCE -c typeconv.c

writebin.o: writebin.c const.h config.h obj.h type.h globvar.h
@


1.1
log
@Initial revision
@
text
@d17 1
d19 2
@
