Updated project files to VS2008 SP1. Removed deprecated features (and warning message...
[xiph/unicode.git] / tarkin / Makefile
blob485823b7eddd641fa8c2404e46ff23ee03fe1692
1 # Generated automatically from Makefile.in by configure.
2 # $Id: Makefile,v 1.1 2001/02/13 01:06:24 giles Exp $
4 # My test system is Linux 2.1.30, gcc 2.7.2, libc 5.4.27
6 CC=gcc
7 CCFLAGS=-lm -g -funsigned-char
8 TARGETS=tarkin nikrat tarkinplay
9 PROGOBJS=bitpack.o bitwise.o dwt.o
10 SDLFLAGS=`sdl-config --cflags`
11 SDLLIBS=`sdl-config --libs`
13 %.o: $.c $(CC) $(CCFLAGS) -c -o $@ $<
15 all: $(TARGETS)
17 clean:
18 rm -f *.o
20 tarkin: tarkin.o $(PROGOBJS)
21 $(CC) $(CCFLAGS) -o $@ tarkin.o $(PROGOBJS)
23 nikrat: nikrat.o $(PROGOBJS)
24 $(CC) $(CCFLAGS) -o $@ nikrat.o $(PROGOBJS)
26 tarkinplay: tarkinplay.o $(PROGOBJS)
27 $(CC) $(CCFLAGS) $(SDLFAGS) -o $@ tarkinplay.o $(PROGOBJS) $(SDLLIBS)
29 dwt: dwt.o
30 $(CC) $(CCFLAGS) -o $@ dwt.o