aboutsummaryrefslogtreecommitdiffstats
path: root/dump
diff options
context:
space:
mode:
authorrelan <relan@users.noreply.github.com>2015-04-12 23:04:13 +0300
committerrelan <relan@users.noreply.github.com>2015-08-26 11:50:35 +0300
commitc50260f4ad0f894b5909d697894cc12f83c0ca2e (patch)
tree5e1ad15701909ae00302e06fa225d0b7b4fde6e1 /dump
parentbb48a42dc7709272af7904a3d8841c7f7c9124dd (diff)
downloadandroid_external_exfat-c50260f4ad0f894b5909d697894cc12f83c0ca2e.tar.gz
android_external_exfat-c50260f4ad0f894b5909d697894cc12f83c0ca2e.tar.bz2
android_external_exfat-c50260f4ad0f894b5909d697894cc12f83c0ca2e.zip
Use GNU build system (autotools).
Diffstat (limited to 'dump')
-rw-r--r--dump/Makefile.am26
1 files changed, 26 insertions, 0 deletions
diff --git a/dump/Makefile.am b/dump/Makefile.am
new file mode 100644
index 0000000..dd68665
--- /dev/null
+++ b/dump/Makefile.am
@@ -0,0 +1,26 @@
+#
+# Makefile.am (30.03.15)
+# Automake source.
+#
+# Free exFAT implementation.
+# Copyright (C) 2011-2015 Andrew Nayenko
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+
+sbin_PROGRAMS = dumpexfat
+dumpexfat_SOURCES = main.c
+dumpexfat_CPPFLAGS = -I$(top_srcdir)/libexfat
+dumpexfat_LDADD = ../libexfat/libexfat.a