2010-08-22 12:28:40 +03:00
|
|
|
#
|
|
|
|
# tools/Makefile - Build the ATSPI-specific tools
|
|
|
|
#
|
|
|
|
# Written 2010 by Werner Almesberger
|
|
|
|
# Copyright 2010 Werner Almesberger
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2010-08-24 12:16:48 +03:00
|
|
|
DIRS=atspi-id atspi-reset atspi-rssi atspi-trim atspi-txrx
|
|
|
|
TARGET_ONLY_DIRS=lib
|
2010-08-22 12:28:40 +03:00
|
|
|
|
2010-08-23 19:39:07 +03:00
|
|
|
include ../../Makefile.recurse
|