-
Notifications
You must be signed in to change notification settings - Fork 47
/
Makefile.am
121 lines (105 loc) · 3.64 KB
/
Makefile.am
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# Makefile.am
#
# Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 The University of York
# Author: Paul Emsley
#
# This program 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 of the License, or (at
# your option) any later version.
#
# This program 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 program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA
## Process this file with automake to produce Makefile.in
# Tell autoreconf where to find macros
ACLOCAL_AMFLAGS=-I macros
# see configure.in for po intl
#
# coot-utils depends on mini-mol.
# geometry depends on utils
#
# also: coords depends on ligand because now we do rotamer markup.
# so ligand functions must not use coot::Cartesian
if COND_LAYLA_ONLY
SUBDIRS = compat utils protein_db mini-mol geometry lidia-core coot-utils layla
else
if COND_LIBCOOTAPI_ONLY
SUBDIRS = auxil scheme python pdb-templates macros compat utils protein_db mini-mol geometry \
lidia-core coot-utils angles ccp4mg-utils db-main analysis cootaneer ideal ligand coords \
density-contour skeleton high-res build MoleculesToTriangles pli \
python-tests cootilus fonts pyrogen data \
man rama-data glTF pixmaps textures api
else
# rcrane is not included yet.
SUBDIRS = auxil scheme python pdb-templates macros compat utils protein_db mini-mol geometry \
lidia-core coot-utils angles ccp4mg-utils db-main analysis cootaneer ideal ligand coords \
density-contour skeleton high-res build MoleculesToTriangles pli greg-tests \
python-tests cootilus fonts pyrogen data \
man rama-data doc glTF pixmaps textures sounds api layla validation-graphs src ui
endif
endif
# po, no po today.
EXTRA_DIST = \
autogen.sh \
make-scheme-tar \
py-compile \
standard-residues.pdb \
BUGS \
depcomp \
libtool \
config.sub \
config.guess \
install-sh \
missing \
TODO \
count-loc \
windows/syminfo.lib \
fix-cif-loops.awk \
ifdef-for-create-aboutdialog.awk \
RELEASE-NOTES \
copyright-disclaimer.txt \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
get-the-git-commit-count.sh \
get-the-git-commit.sh
# install-data-local:
# @$(NORMAL_INSTALL)
# if test -d $(srcdir)/pixmaps; then \
# $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
# for pixmap in $(srcdir)/pixmaps/*; do \
# if test -f $$pixmap; then \
# $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \
# fi \
# done \
# fi
# if test -z "$(COOT_WINDOWS_CFLAGS)" ; then \
# $(INSTALL_DATA) $(srcdir)/syminfo.lib $(DESTDIR)$(pkgdatadir); \
# else \
# $(INSTALL_DATA) $(srcdir)/windows/syminfo.lib $(DESTDIR)$(pkgdatadir); \
# fi
# 20140523 Surely this is not needed now? I have a Makefile in pixmaps.
#
#dist-hook:
# if test -d $(srcdir)/pixmaps; then \
# mkdir $(distdir)/pixmaps; \
# for pixmap in $(srcdir)/pixmaps/*; do \
# if test -f $$pixmap; then \
# cp -p $$pixmap $(distdir)/pixmaps; \
# fi \
# done \
# fi
# packdatadir is xxx/share/coot
subpkgdatadir = $(pkgdatadir)
subpkgdata_DATA = standard-residues.pdb
appdatadir = ${datarootdir}/appdata
dist_appdata_DATA = coot.appdata.xml
applicationdir = ${datarootdir}/applications
dist_application_DATA = coot.desktop