view final_isi/Makefile @ 67:cf85b8c08214

Added tag rel-1_96 for changeset 1bd4e39c600b
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 May 2012 23:46:53 +0300
parents 53676367d46f
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)