]> sigrok.org Git - sigrok-androidutils.git/blobdiff - Makefile.am
Add some missing license headers.
[sigrok-androidutils.git] / Makefile.am
index 0524640593a01ac88af5f718182b80b3d2d08145..5bba6ebfef12f816edde621a482fa5efb70891b7 100644 (file)
@@ -1,5 +1,25 @@
-
-pkgdata_DATA = device_filter.xml
+##
+## This file is part of the sigrok-androidutils project.
+##
+## Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
+##
+## 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 3 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, see <http://www.gnu.org/licenses/>.
+##
+
+SUBDIRS = lib
+
+dist_pkgdata_DATA = device_filter.xml
 
 jardir = $(prefix)/jar
 jar_DATA = $(UTILS_JAR) $(ANTTASKS_JAR)
@@ -10,7 +30,7 @@ ANTTASKS_JAR = ant/sigrok-androidutils-anttasks.jar
 
 ANTFLAGS = -Dandroid.sdk=$(ANDROID_SDK) -Dandroid.platform=$(ANDROID_PLATFORM)
 
-all : $(UTILS_JAR) $(ANTTASKS_JAR)
+EXTRA_DIST = build.xml src ant/src ant/resources
 
 $(UTILS_JAR): always
        @ant $(ANTFLAGS) utils
@@ -18,6 +38,10 @@ $(UTILS_JAR): always
 $(ANTTASKS_JAR): always
        @ant anttasks
 
+clean-local:
+       -rm -rf build ant/build
+       -rm -f $(UTILS_JAR) $(ANTTASKS_JAR)
+
 .PHONY: always
 
 always: