]> git.webhop.me Git - input.git/commitdiff
add Makefile.am
authorThilo Graf <dbt@novatux.de>
Sun, 4 Mar 2018 16:30:39 +0000 (17:30 +0100)
committerThilo Graf <dbt@novatux.de>
Sun, 11 Mar 2018 16:40:10 +0000 (17:40 +0100)
Makefile.am [new file with mode: 0644]

diff --git a/Makefile.am b/Makefile.am
new file mode 100644 (file)
index 0000000..29e0a31
--- /dev/null
@@ -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