forked from codereader/DarkRadiant
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile.am
45 lines (34 loc) · 1.3 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
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = libs radiant plugins install/i18n
# Install data and stuff
gamedir = $(pkgdatadir)/games
game_DATA = $(top_srcdir)/install/games/*.game
bitmapsdir = $(pkgdatadir)/bitmaps
bitmaps_DATA = $(top_srcdir)/install/bitmaps/*
applicationsdir = $(datadir)/applications
applications_DATA = $(top_builddir)/install/darkradiant.desktop
# Install XML config files
pkgdata_DATA = $(top_srcdir)/install/colours.xml \
$(top_srcdir)/install/commandsystem.xml \
$(top_srcdir)/install/user.xml \
$(top_srcdir)/install/menu.xml \
$(top_srcdir)/install/input.xml \
$(top_srcdir)/install/debug.xml
# Install GL programs
glprogsdir = $(pkgdatadir)/gl
glprogs_DATA = $(top_srcdir)/install/gl/*
# Install fonts
fontsdir = $(pkgdatadir)/ui/fonts
fonts_DATA = $(top_srcdir)/install/ui/fonts/*
# Install UI files
uifilesdir = $(pkgdatadir)/ui
uifiles_DATA = $(top_srcdir)/install/ui/*.glade
# Install python scripts
scriptsdir = $(pkglibdir)/scripts
scripts_DATA = $(top_srcdir)/install/scripts/*.py
commandsdir = $(scriptsdir)/commands
commands_DATA = $(top_srcdir)/install/scripts/commands/*.py
# Install sourceviewer synax and colour files
sourceviewerdir = $(pkglibdir)/sourceviewer
sourceviewer_DATA = $(top_srcdir)/install/sourceviewer/*
EXTRA_DIST = config.rpath