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
|
# Process this file with automake to produce Makefile.in
# Copyright (C) 2013 COR Entertainment, LLC.
scriptsdir=$(pkgdatadir)/data1/scripts
nobase_dist_scripts_DATA = \
caustics.rscript \
consoles.rscript \
interactive/textures.rscript \
maps/ctf-abyss.rscript \
maps/ctf-cryogenic.rscript \
maps/ctf-dynasty.rscript \
maps/ctf-extermination.rscript \
maps/ctf-frost.rscript \
maps/ctf-terminal.rscript \
maps/ctf-violator.rscript \
maps/ctf-zion.rscript \
maps/dm-annihilation.rscript \
maps/dm-babel.rscript \
maps/dm-bloodfactory.rscript \
maps/dm-crucible.rscript \
maps/dm-deathray.rscript \
maps/dm-dismal.rscript \
maps/dm-dynamo.rscript \
maps/dm-extermination.rscript \
maps/dm-gauntlet.rscript \
maps/dm-leviathan.rscript \
maps/dm-neptune.rscript \
maps/dm-purgatory.rscript \
maps/dm-turbo.rscript \
maps/dm-violator.rscript \
maps/dm-wasteland.rscript \
maps/tac-extermination.rscript \
maps/tac-impact.rscript \
menu.rscript \
normals/decals.rscript \
normals/desert.rscript \
normals/gothic.rscript \
normals/newtech.rscript \
normals/normals.rscript \
normals/tropical.rscript \
normals/tundra.rscript \
normals/undersea.rscript \
normals/urban.rscript \
textures.rscript
|