2010-09-16 16:55:57 -04:00
|
|
|
AUTOMAKE_OPTIONS = 1.7
|
|
|
|
|
|
2010-08-06 10:01:44 -04:00
|
|
|
NULL =
|
|
|
|
|
|
2010-09-16 16:55:57 -04:00
|
|
|
SUBDIRS = \
|
2012-11-23 17:19:37 +01:00
|
|
|
build \
|
2013-10-10 13:41:31 +02:00
|
|
|
css \
|
2011-10-26 16:06:17 -05:00
|
|
|
images \
|
2012-11-23 17:19:37 +01:00
|
|
|
src \
|
2010-09-16 15:13:48 -04:00
|
|
|
$(NULL)
|
|
|
|
|
|
2011-01-19 12:26:14 -05:00
|
|
|
appdir = $(IPA_DATA_DIR)/ui
|
2011-08-02 12:42:42 -05:00
|
|
|
app_DATA = \
|
|
|
|
|
favicon.ico \
|
2010-11-19 09:30:56 -05:00
|
|
|
index.html \
|
2012-07-13 17:49:13 +02:00
|
|
|
ie.css \
|
2011-08-02 12:42:42 -05:00
|
|
|
ipa.css \
|
2012-08-03 16:18:27 +02:00
|
|
|
reset_password.html \
|
2014-06-05 18:50:03 +02:00
|
|
|
sync_otp.html \
|
2010-08-06 10:01:44 -04:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2016-11-01 17:07:22 +01:00
|
|
|
doc \
|
|
|
|
|
jsl.conf \
|
|
|
|
|
less \
|
|
|
|
|
README-LICENSE.txt \
|
|
|
|
|
test \
|
|
|
|
|
util \
|
2010-08-06 10:01:44 -04:00
|
|
|
$(app_DATA) \
|
|
|
|
|
$(NULL)
|
|
|
|
|
|
2016-11-10 14:39:59 +01:00
|
|
|
install-data-hook:
|
|
|
|
|
$(INSTALL) -d -m 755 $(DESTDIR)$(appdir)/js/plugins
|
2017-11-24 11:58:58 +01:00
|
|
|
|
|
|
|
|
clean-local:
|
|
|
|
|
rm -rf package-lock.json node_modules
|