CC=cc -DCHINDICT=\"$(PREFIX)/share/chinese/gb/TONEPY.tit\" all: c2t c2t: c2t.o $(CC) $(CFLAGS) -o c2t c2t.o c2t.o: c2t.c $(CC) $(CFLAGS) -c c2t.c