2016-05-29 22:20:58 +02:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
NULL =
|
|
|
|
|
2016-06-02 23:12:05 +02:00
|
|
|
bin_SCRIPTS = gnome-twofactorauth
|
2016-05-27 14:31:04 +02:00
|
|
|
CLEANFILES = $(bin_SCRIPTS)
|
2016-06-02 21:04:34 +02:00
|
|
|
EXTRA_DIST = gnome-twofactorauth.in
|
2016-05-27 14:31:04 +02:00
|
|
|
|
|
|
|
do_substitution = sed -e 's,[@]pythondir[@],$(pythondir),g' \
|
|
|
|
-e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \
|
2016-05-29 03:55:37 +02:00
|
|
|
-e 's,[@]localedir[@],$(localedir),g' \
|
2016-05-27 14:31:04 +02:00
|
|
|
-e 's,[@]PACKAGE[@],$(PACKAGE),g' \
|
|
|
|
-e 's,[@]VERSION[@],$(VERSION),g' \
|
|
|
|
-e 's,[@]pyexecdir[@],$(pyexecdir),g'
|
|
|
|
|
2016-06-12 13:26:48 +02:00
|
|
|
|
2016-06-02 23:12:05 +02:00
|
|
|
gnome-twofactorauth: gnome-twofactorauth.in Makefile
|
2016-06-02 21:04:34 +02:00
|
|
|
$(do_substitution) < $(srcdir)/gnome-twofactorauth.in > gnome-twofactorauth
|
|
|
|
chmod +x gnome-twofactorauth
|
2016-05-27 14:31:04 +02:00
|
|
|
|
2016-06-12 13:26:48 +02:00
|
|
|
|
2016-05-27 14:31:04 +02:00
|
|
|
SUBDIRS = TwoFactorAuth \
|
2016-05-29 03:55:37 +02:00
|
|
|
data \
|
2016-06-12 13:26:48 +02:00
|
|
|
po
|