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.
28 lines
651 B
28 lines
651 B
MAINTAINERCLEANFILES = *.o config.h.in config.h Makefile.in Makefile stamp-h1 |
|
|
|
bin_PROGRAMS = ephoto |
|
|
|
ephoto_CPPFLAGS = \ |
|
-I$(top_srcdir) \ |
|
-I$(top_srcdir)/src/bin \ |
|
-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ |
|
@EFL_CFLAGS@ |
|
ephoto_LDADD = @EFL_LIBS@ |
|
if HAVE_PO |
|
ephoto_CPPFLAGS += -DLOCALEDIR=\"$(localedir)\" |
|
ephoto_LDADD += @LIBINTL@ |
|
endif |
|
|
|
ephoto_SOURCES = \ |
|
ephoto.c \ |
|
ephoto_main.c \ |
|
ephoto_config.c \ |
|
ephoto_thumb_browser.c \ |
|
ephoto_single_browser.c \ |
|
ephoto_slideshow.c \ |
|
ephoto_cropper.c \ |
|
ephoto_bcg.c \ |
|
ephoto_hsv.c |
|
|
|
noinst_HEADERS = ephoto.h gettext.h |
|
EXTRA_DIST = ephoto.h gettext.h
|
|
|