File: Makefile.am

package info (click to toggle)
trader 7.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,920 kB
  • sloc: ansic: 24,162; sh: 4,963; makefile: 73; sed: 16
file content (67 lines) | stat: -rw-r--r-- 2,782 bytes parent folder | download
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
#########################################################################
#                                                                       #
#             Star Traders: A Game of Interstellar Trading              #
#                Copyright (C) 1990-2022, John Zaitseff                 #
#                                                                       #
#########################################################################

# Author: John Zaitseff <J.Zaitseff@zap.org.au>
# $Id: aa5cc943e75f49631c9f26e99894eec23ba6dbb6 $
#
# This file, data/Makefile.am, contains the non-code data directory
# Makefile for Star Traders.  It needs to be processed by automake to
# produce the corresponding Makefile.in.
#
#
# 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, see https://www.gnu.org/licenses/.


dist_desktop_DATA       = trader.desktop
dist_appdata_DATA       = trader.appdata.xml

icons16dir              = ${iconsdir}/16x16/apps
icons22dir              = ${iconsdir}/22x22/apps
icons24dir              = ${iconsdir}/24x24/apps
icons32dir              = ${iconsdir}/32x32/apps
icons48dir              = ${iconsdir}/48x48/apps
icons64dir              = ${iconsdir}/64x64/apps
icons96dir              = ${iconsdir}/96x96/apps
icons128dir             = ${iconsdir}/128x128/apps
icons256dir             = ${iconsdir}/256x256/apps
icons512dir             = ${iconsdir}/512x512/apps
iconsscalabledir        = ${iconsdir}/scalable/apps

dist_icons16_DATA       = icons-16/trader.png
dist_icons22_DATA       = icons-22/trader.png
dist_icons24_DATA       = icons-24/trader.png
dist_icons32_DATA       = icons-32/trader.png
dist_icons48_DATA       = icons-48/trader.png
dist_icons64_DATA       = icons-64/trader.png
dist_icons96_DATA       = icons-96/trader.png
dist_icons128_DATA      = icons-128/trader.png
dist_icons256_DATA      = icons-256/trader.png
dist_icons512_DATA      = icons-512/trader.png
dist_iconsscalable_DATA = trader.svg

EXTRA_DIST = \
	README			\
	trader.desktop.in	\
	trader.appdata.xml.in


trader.desktop: trader.desktop.in
	$(top_srcdir)/build-aux/msgfmt-desktop -d $(top_srcdir)/po $< $@

trader.appdata.xml: trader.appdata.xml.in
	$(top_srcdir)/build-aux/msgfmt-appdata -d $(top_srcdir)/po $< $@