From 21c4996c71d76b01a4333ef9905589b3fffa687d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 5 Feb 2010 17:52:34 +0100 Subject: Initial commit (upstream 1.3.4) --- src/Makefile.am | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..5b78eec --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,43 @@ +# A list of all the files in the current directory which can be regenerated +MAINTAINERCLEANFILES = Makefile.in + +LDFLAGS = -L/usr/X11R6/lib -L/usr/local/lib -lz -lpng +INCLUDES = -I/usr/X11R6/include $(X_CFLAGS) \ + -I$(prefix)/include -I$(includedir) \ + -I. -I$(top_srcdir)/src \ + -I/usr/local/include/libpng \ + -DPREFIX=\""$(prefix)"\" \ + @IMLIB_CFLAGS@ @GIBLIB_CFLAGS@ +LIBOBJS = @LIBOBJS@ + +bin_PROGRAMS = feh +feh_SOURCES = main.c getopt.c getopt1.c getopt.h feh.h \ +options.c options.h winwidget.c winwidget.h menu.c menu.h structs.h \ +filelist.c filelist.h multiwindow.c imlib.c index.c slideshow.c \ +utils.c utils.h keyevents.c timers.c timers.h list.c collage.c debug.h \ +events.c events.h support.c support.h transupp.c transupp.h \ +thumbnail.c thumbnail.h ipc.c ipc.h md5.c md5.h feh_png.c feh_png.h \ +jpegint.h + +feh_LDADD = -lX11 -lz -lpng @IMLIB_LIBS@ @GIBLIB_LIBS@ + +images_DATA = about.png menubg_default.png menubg_sky.png \ +menubg_chrome.png menubg_brushed.png \ +menubg_pastel.png menubg_aluminium.png menubg_aqua.png \ +menubg_wood.png menubg_britney.png menubg_black.png + +imagesdir=$(prefix)/share/feh/images +EXTRA_DIST = $(images_DATA) + +test: + @for i in test[0-9]* ; do \ + if test -x $$i ; then \ + echo "Executing test script $$i..." ; \ + ./$$i ; \ + fi ; \ + done + +testclean: + -rm -f _test*.jpg + +SUBDIRS = ttfonts -- cgit v1.2.3