https://github.com/Qucs/qucs
Raw File
Tip revision: b711203e887b142f53c9ce91e118b3a562a3e941 authored by Vadim Kuznetzov on 05 March 2017, 11:27:35 UTC
Fixed Autotools build
Tip revision: b711203
Makefile.am
## Process this file with automake to produce Makefile.in
#
# Makefile.am
#
# Automake input file.
#
# Copyright (C) 2015 Felix Salfelder
#
# This 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, or (at your option)
# any later version.
#
# This software 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 package; see the file COPYING.  If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
# Boston, MA 02110-1301, USA.
#

# will not work anytime soon.
AM_DISTCHECK_CONFIGURE_FLAGS=--disable-doc

if ENABLE_DOC
DOC_SUBDIR = qucs-doc
else
DOC_SUBDIR =
endif

SUBDIRS = qucs qucs-core $(DOC_SUBDIR)

EXTRA_DIST = bootstrap
back to top