X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-view%2FMakefile.am;fp=ao-view%2FMakefile.am;h=e0cd068c8fbc656ab347aa0d131d207d544fe629;hb=7c790fe859dff062692964338091ffbbcdf63257;hp=0000000000000000000000000000000000000000;hpb=a5782398d968e7cb11f7203afada7c216f233b3b;p=fw%2Faltos diff --git a/ao-view/Makefile.am b/ao-view/Makefile.am new file mode 100644 index 00000000..e0cd068c --- /dev/null +++ b/ao-view/Makefile.am @@ -0,0 +1,33 @@ +VERSION=$(shell git describe) + +AM_CFLAGS=$(GNOME_CFLAGS) $(ALSA_CFLAGS) -I$(top_srcdir)/src -DAOVIEW_VERSION=\"$(VERSION)\" @FLITE_INCS@ + +bin_PROGRAMS=ao-view + +ao_view_LDADD=$(GNOME_LIBS) $(FLITE_LIBS) $(ALSA_LIBS) + +ao_view_SOURCES = \ + aoview_main.c \ + aoview_dev.c \ + aoview_dev_dialog.c \ + aoview_serial.c \ + aoview_monitor.c \ + aoview_state.c \ + aoview_convert.c \ + aoview_log.c \ + aoview_table.c \ + aoview_util.c \ + aoview_file.c \ + aoview_eeprom.c \ + aoview_voice.c \ + aoview_replay.c \ + aoview_label.c \ + aoview_flite.c \ + aoview.h + +BUILT_SOURCES = aoview_glade.h + +CLEANFILES = aoview_glade.h + +aoview_glade.h: aoview.glade + sed -e 's/"/\\"/g' -e 's/^/"/' -e 's/$$/"/' $< > $@