1 # Copyright (C) 2005, Christian Thaeter <chth@gmx.net>
3 # This file is part of the MaLa extension Language.
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License version 2 as
7 # published by the Free Software Foundation.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, contact me.
17 pkglib_LIBRARIES = libmalastd.a
19 pkginclude_HEADERS = std.h std_macros.h
20 libmalastd_a_SOURCES = std_init.c std_macros.c
21 #pkginclude_HEADERS = std.h std_macros.h std_statements.h std_io.h
22 #libmalastd_a_SOURCES = std_init.c std_io.c std_macros.c std_statements.c
24 AM_CFLAGS = -I@top_srcdir@ -I@top_srcdir@/includes
27 # arch-tag: 12676b46-771a-48f8-a11a-a31c98351f93