From: Thilo Graf Date: Sun, 4 Mar 2018 16:30:39 +0000 (+0100) Subject: add Makefile.am X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=9eee3ce8d8fd797b473b78882ec47a5f0d1fd631;p=input.git add Makefile.am --- diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..29e0a31 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,24 @@ +AM_CPPFLAGS = \ + @FREETYPE_CFLAGS@ \ + -I$(top_srcdir)/include + +bin_PROGRAMS = input + + +input_SOURCES = \ + input.c \ + inputd.c \ + io.c \ + text.c \ + gfx.c \ + fb_display.c \ + resize.c \ + pngw.cpp \ + png_helper.cpp + +input_LDADD = \ + @FREETYPE_LIBS@ + +install-exec-local: + install -d $(DESTDIR)/usr/bin + install -m 0755 input $(DESTDIR)/usr/bin/input