"Fossies" - the Fresh Open Source Software Archive

Member "alive-2.0.5/Makefile.am" (2 Jan 2022, 785 Bytes) of package /linux/privat/alive-2.0.5.tar.lz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the last Fossies "Diffs" side-by-side code changes report for "Makefile.am": 2.0.3_vs_2.0.4.

    1 # Makefile.am
    2 #
    3 # Copyright (C) 2012, 2022 Thien-Thi Nguyen
    4 #
    5 # This file is part of GNU Alive.
    6 #
    7 # GNU Alive 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, or (at your option)
   10 # any later version.
   11 #
   12 # GNU Alive 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 GNU Alive.  If not, see <https://www.gnu.org/licenses/>.
   19 
   20 SUBDIRS = src doc
   21 
   22 ACLOCAL_AMFLAGS = -I build-aux
   23 
   24 # Makefile.am ends here