aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: c5caa7fdc25983ee4fde564dd8a351fc57137ddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This file is part of Gamma.
# Copyright (C) 2002, 2007, 2010, 2015 Sergey Poznyakoff
#
# Gamma 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 3, or (at your option)
# any later version.
#
# Gamma 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 Gamma.  If not, see <http://www.gnu.org/licenses/>.

AM_CPPFLAGS =\
 -I$(top_builddir)\
 -I$(srcdir)\
 -I.\
 @INCLUDEPATH@\
 -DDATADIR=\"$(guiledir)\"

EXTRA_DIST = modules.mk documentation.sci
EXTRA_LTLIBRARIES=
lib_LTLIBRARIES=@GAMMA_LIB_LIST@
install-data-hook: @GAMMA_INSTALL_HOOKS@
MAINTAINERCLEANFILES=

include modules.mk

sitedir=$(GUILE_SITE)/$(PACKAGE)
site_DATA=$(GAMMA_BUILT_DATA_FILES) documentation.scm

.sci.scm:
	$(AM_V_GEN)m4 -DVERSION=$(VERSION) -DLIBDIR=$(libdir) \
	           -DBUILDDIR="`pwd`" -DSITEDIR='$(sitedir)' $< > $@

DOT_X_FILES=$(GAMMA_X_FILES)
DOT_DOC_FILES=$(DOT_X_FILES:.x=.doc)

DISTCLEANFILES=$(site_DATA)

SUFFIXES=
CLEANFILES=
BUILT_SOURCES=
include ../gint/gint.mk

Return to:

Send suggestions and report system problems to the System administrator.