blob: 4f5d0a7bc314989991be349104af2b4af481eb94 [file] [log] [blame]
Uwe Hermann340f6e72011-01-08 03:32:25 +01001##
Uwe Hermann50985c22013-04-23 22:24:30 +02002## This file is part of the libsigrok project.
Uwe Hermann340f6e72011-01-08 03:32:25 +01003##
4## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
Alexandru Gagniucd375b3c2012-10-15 01:17:32 -05005## Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
Uwe Hermann340f6e72011-01-08 03:32:25 +01006##
7## This program is free software: you can redistribute it and/or modify
8## it under the terms of the GNU General Public License as published by
9## the Free Software Foundation, either version 3 of the License, or
10## (at your option) any later version.
11##
12## This program is distributed in the hope that it will be useful,
13## but WITHOUT ANY WARRANTY; without even the implied warranty of
14## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15## GNU General Public License for more details.
16##
17## You should have received a copy of the GNU General Public License
18## along with this program. If not, see <http://www.gnu.org/licenses/>.
19##
20
21SUBDIRS = \
Bert Vermeulenf1b296f2013-12-16 01:31:46 +010022 demo
Uwe Hermann340f6e72011-01-08 03:32:25 +010023
Bert Vermeulenf1b296f2013-12-16 01:31:46 +010024noinst_LTLIBRARIES = libsigrok4DSLogichardware.la
Uwe Hermann340f6e72011-01-08 03:32:25 +010025
Bert Vermeulenf1b296f2013-12-16 01:31:46 +010026libsigrok4DSLogichardware_la_SOURCES =
Uwe Hermann340f6e72011-01-08 03:32:25 +010027
Bert Vermeulenf1b296f2013-12-16 01:31:46 +010028libsigrok4DSLogichardware_la_LIBADD =
Uwe Hermanna61b0e62011-01-11 22:17:33 +010029
Bert Vermeulenf1b296f2013-12-16 01:31:46 +010030if HW_DEMO
31libsigrok4DSLogichardware_la_LIBADD += demo/libsigrok4DSLogic_hw_demo.la
Bert Vermeulen6ac0db12012-09-02 11:58:29 +020032endif