Makefile
author viric@llimona
Sun, 19 Aug 2007 11:23:57 +0200
changeset 9 225d6c820d23
parent 8 09ec33061ff3
child 10 188a0e3b3fb4
permissions -rw-r--r--
Asciiigi utf8 surstrekojn

CFLAGS=-O2 -g
CC=gcc

all: dictre idx2index trim-nou8 ia5 asciiigi-utf8-akcenton

idx2index: idx2index.o dict.o
trim-nou8: trim-nou8.c
asciiigi-utf8-akcenton: asciiigi-utf8-akcenton.c

ia5: ia5.o dict.o

dictre: load.o dict.o write.o sort.o filter.o main.o fastmalloc.o repeated.o
	$(CC) -o $@ $^

dict.c: dictre.h
write.c: dictre.h
load.c: dictre.h
sort.c: dictre.h
filter.c: dictre.h
main.c: dictre.h
fastmalloc.c: dictre.h
repeated.c: dictre.h
ia5.c: dictre.h