view final_isi/Makefile @ 51:53676367d46f

Hack Final Isi to "work", kind of. Requires a nasty hack in pwplib to actually run (without it, it quits abruptly .. not yet sure why.)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 May 2010 11:48:48 +0300
parents acb5694e93d9
children c13a2f8c5b10
line wrap: on
line source

include ../config.mak

TARGETS=fisi$(BINEXT)

all: $(TARGETS)

OBJS = wrapper.o fiscroll.o fisi3d.o fisidemo.o fisieffu.o fisifont.o fisimain.o fisitime.o ../pwplib.a

include ../Makefile.inc

fisi$(BINEXT): $(OBJS)
	$(CC) $(CFLAGS) -o $@ $+ $(LDFLAGS)