summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorsamr7 <samr7@126591fb-c623-4b62-a76d-97a8e4f34109>2008-10-17 21:28:01 +0000
committersamr7 <samr7@126591fb-c623-4b62-a76d-97a8e4f34109>2008-10-17 21:28:01 +0000
commitb9526d2a82d25d2800e5d76ee45e561ec5870458 (patch)
treed3eab6e4bc413696e5ebd967bf6db529f5e5c7d8 /Makefile.am
downloadnohands-b9526d2a82d25d2800e5d76ee45e561ec5870458.tar.gz
Initial hfpforlinux submission to sourceforge.
git-svn-id: http://nohands.svn.sourceforge.net/svnroot/nohands/trunk@1 126591fb-c623-4b62-a76d-97a8e4f34109
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..fcab0ea
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,14 @@
+if BUILD_NGHOST
+NHANDSFREE=nhandsfree
+else !BUILD_NGHOST
+NHANDSFREE=
+endif !BUILD_NGHOST
+
+if BUILD_QT
+QT=qt
+else !BUILD_QT
+QT=
+endif !BUILD_QT
+
+SUBDIRS = libhfp hfpd $(NHANDSFREE) $(QT) data
+include m4/doxy.am