bin_PROGRAMS = libralux 
lib_LTLIBRARIES = lib_lliaphon.la
libralux_SOURCES =  libralux.c  lliaphon
lib_lliaphon_la_SOURCES = etiquetage.c init.c options.c lexique.c menu.c nett.c phonet.c tagger.c util.c synthese.c formattage.c prosodie.c play_ola.c phonetisation.c etiquetage.h formattage.h init.h lexique.h libralux.h menu.h nett.h options.h phonet.h phonetisation.h play_ola.h prosodie.h structures.h synthese.h tagger.h util.h
# set the include path found by configure
    INCLUDES = $(all_includes)
# the library search path.

METASOURCES = AUTO
libralux_LDADD = -lm -llib_lliaphon

INCLUDES = -I$(top_srcdir)/. -I$(top_srcdir)/src
