This repository has been archived on 2019-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
adventin/Rules.make.standalone

33 lines
594 B
Plaintext
Raw Normal View History

2009-09-20 13:49:06 +03:00
VERSION := \"0.9.1\"
2009-02-21 12:52:44 +02:00
DESTDIR=
BIN=
STEADPATH=./stead
THEMESPATH=./themes
GAMESPATH=./games
2009-08-26 08:25:53 +03:00
ICONPATH=./icon
LANGPATH=./languages
2009-08-31 07:52:45 +03:00
DOCPATH=
2009-09-15 13:06:58 +03:00
MANPATH=
2009-02-21 12:52:44 +02:00
LUA_CFLAGS=$(shell pkg-config --cflags lua5.1)
LUA_LFLAGS=$(shell pkg-config --libs lua5.1)
2009-09-20 13:49:06 +03:00
# for arch linux, fedora (may be others) use this
2009-02-21 12:52:44 +02:00
#
2009-09-22 13:25:17 +03:00
# LUA_CFLAGS=$(shell pkg-config --cflags lua)
# LUA_LFLAGS=$(shell pkg-config --libs lua)
2009-02-21 12:52:44 +02:00
#
SDL_CFLAGS=$(shell sdl-config --cflags)
SDL_LFLAGS=$(shell sdl-config --libs) -lSDL_ttf -lSDL_mixer -lSDL_image
2009-09-09 19:23:28 +03:00
CFLAGS += -g -Wall -D_HAVE_ICONV
2009-02-21 12:52:44 +02:00
2009-08-26 08:25:53 +03:00
INSTALLD=echo
INSTALL=echo
EXE=
2009-02-21 12:52:44 +02:00
2009-08-26 08:25:53 +03:00
PLATFORM=unix.c
RESOURCES=