CC=g++ all: string_int.o string_intset.o hunspell_maker.o filter_plx_file string_int.o: string_int.cpp string_int.h $(CC) -c string_int.cpp string_intset.o: string_intset.cpp string_intset.h $(CC) -c string_intset.cpp hunspell_maker.o: hunspell_maker.cpp hunspell_maker.h $(CC) -c hunspell_maker.cpp filter_plx_file: filter_plx_file.o string_int.o string_intset.o hunspell_maker.o $(CC) -O3 -o filter_plx_file filter_plx_file.o string_int.o string_intset.o hunspell_maker.o clean: -rm *.o