File: Makefile.am

package info (click to toggle)
libqalculate 5.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,996 kB
  • sloc: cpp: 126,833; sh: 694; makefile: 145; xml: 40; sed: 16
file content (19 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# data/Makefile.am for qalculate
#

xmldir = $(datadir)/qalculate

xml_in_files = currencies.xml.in datasets.xml.in elements.xml.in functions.xml.in planets.xml.in prefixes.xml.in units.xml.in variables.xml.in
if COMPILED_DEFINITIONS
noinst_DATA = $(xml_in_files:.xml.in=.xml) eurofxref-daily.xml rates.json
else
xml_DATA = $(xml_in_files:.xml.in=.xml) eurofxref-daily.xml rates.json
endif

@INTLTOOL_QALCULATE_DEFINITIONS_RULE@

EXTRA_DIST = $(xml_in_files) eurofxref-daily.xml rates.json

DISTCLEANFILES = $(xml_in_files:.xml.in=.xml)