aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/Makefile.am
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-04-30 10:00:29 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-04-30 10:00:29 +0200
commitd9c6729c9df44fcaf894cc966e4e2a8ae7109bc3 (patch)
tree24f0e6518939f38330ea51095c88e7f08fdb8bcf /heimdall/Makefile.am
parent61f67d4dd3f81560417c7b8d1bd5b2611eb7a001 (diff)
parentb6fe7f8535355eb8025f4872efef6cd7d3993db6 (diff)
downloadexternal_heimdall-d9c6729c9df44fcaf894cc966e4e2a8ae7109bc3.zip
external_heimdall-d9c6729c9df44fcaf894cc966e4e2a8ae7109bc3.tar.gz
external_heimdall-d9c6729c9df44fcaf894cc966e4e2a8ae7109bc3.tar.bz2
Merge branch 'master' of https://github.com/Benjamin-Dobell/Heimdall into cm-12.1
Diffstat (limited to 'heimdall/Makefile.am')
-rw-r--r--heimdall/Makefile.am41
1 files changed, 0 insertions, 41 deletions
diff --git a/heimdall/Makefile.am b/heimdall/Makefile.am
deleted file mode 100644
index 398a705..0000000
--- a/heimdall/Makefile.am
+++ /dev/null
@@ -1,41 +0,0 @@
-AUTOMAKE_OPTIONS = subdir-objects
-ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
-AM_CPPFLAGS = $(DEPS_CFLAGS) -std=c++0x -I../libpit/Source
-STATIC_LIBS = ../libpit/libpit-1.4.a
-
-bin_PROGRAMS = heimdall
-heimdall_SOURCES = source/Arguments.cpp \
- source/BridgeManager.cpp \
- source/ClosePcScreenAction.cpp \
- source/DetectAction.cpp \
- source/DownloadPitAction.cpp \
- source/FlashAction.cpp \
- source/HelpAction.cpp \
- source/InfoAction.cpp \
- source/Interface.cpp \
- source/main.cpp \
- source/PrintPitAction.cpp \
- source/Utility.cpp \
- source/VersionAction.cpp
-
-heimdall_LDADD = $(DEPS_LIBS) $(STATIC_LIBS)
-
-if LINUXTARGET
-
-udevrulesdir = /lib/udev/rules.d
-udevrules_DATA = 60-heimdall.rules
-
-install-data-hook:
- @echo ""
- @echo "IMPORTANT - You must reboot your machine or execute the following as root:"
-
-if UDEVADM
- @echo "udevadm control --reload-rules"
-else
- @echo "service udev restart"
-endif
- @echo ""
-
-endif
-
-dist_noinst_SCRIPTS = autogen.sh