repo.or.cz
/
voxelands-alt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
grar, don't try to use gcc
[voxelands-alt.git]
/
Makefile.posixinstall
blob
1a46783c122c059bb5097ebb5d901d9b69059edd
1
BINDIR ?= $(PREFIX)/games/bin
2
DESTDIR ?= $(PREFIX)/games/$(PACKAGE)
3
DATADIR ?= $(DESTDIR)
4
5
INSTFILES=data/default.cfg
6
INSTFONTS=data/fonts/font.ttf
7
INSTIMGS=data/textures/*
8
INSTSNDS=data/sounds/*
9
INSTMDLS=data/models/*
10
INSTGRP ?= games
11