]> git.sur5r.net Git - ptouch-print/blob - Makefile.am
Added AUTHORS file required by autotools
[ptouch-print] / Makefile.am
1 AUTOMAKE_OPTIONS = subdir-objects
2 AM_CPPFLAGS= -DLOCALEDIR='"$(localedir)"'
3 AM_CFLAGS=-g -std=c11 -Wall -O3 -I$(top_srcdir)/include `pkg-config --cflags gtk+-3.0`
4 SUBDIRS = po
5 ACLOCAL_AMFLAGS = -I m4
6 EXTRA_DIST = config.rpath m4/ChangeLog Makefile.old data/ptouch.ui
7 bin_PROGRAMS=ptouch-print ptouch-gtk
8 noinst_HEADERS=include/ptouch.h include/gettext.h
9 ptouch_print_SOURCES=src/ptouch-print.c src/libptouch.c include/ptouch.h include/gettext.h
10 ptouch_print_LDFLAGS=-lusb-1.0 -lgd
11 ptouch_gtk_SOURCES=src/ptouch-gtk.c src/libptouch.c include/ptouch.h include/gettext.h
12 ptouch_gtk_LDFLAGS=-lusb-1.0 -lgd `pkg-config --libs gtk+-3.0` -rdynamic