You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = *.o ephoto config.h.in config.h Makefile.in Makefile \
|
|
|
|
stamp-h1
|
|
|
|
|
|
|
|
bin_PROGRAMS = ephoto
|
|
|
|
|
|
|
|
ephoto_SOURCES = \
|
|
|
|
ephoto.c \
|
|
|
|
ephoto.h \
|
|
|
|
ephoto_flow_browser.c \
|
|
|
|
ephoto_main.c \
|
|
|
|
ephoto_thumb_browser.c
|
|
|
|
|
|
|
|
ephoto_CFLAGS = @EVAS_CFLAGS@ @EDJE_CFLAGS@ @EINA_CFLAGS@ @EFREET_MIME_CFLAGS@ @ETHUMB_CFLAGS@ @ELEMENTARY_CFLAGS@ @EIO_CFLAGS@ -Wall -g
|
|
|
|
ephoto_LDADD = @EVAS_CFLAGS@ @EDJE_CFLAGS@ @EINA_LIBS@ @EFREET_MIME_LIBS@ @ETHUMB_LIBS@ @ELEMENTARY_LIBS@ @EIO_LIBS@
|
|
|
|
|