1##############################################################################
2#
3#    file                 : Makefile
4#    created              : Mon Nov 13 21:48:27 CET 2000
5#    copyright            : (C) 2000 by Eric Espie
6#    email                : torcs@free.fr
7#    version              : $Id: Makefile,v 1.7.2.1 2011/12/28 15:06:07 berniw Exp $
8#
9##############################################################################
10#
11#   This program is free software; you can redistribute it and/or modify
12#   it under the terms of the GNU General Public License as published by
13#   the Free Software Foundation; either version 2 of the License, or
14#   (at your option) any later version.
15#
16##############################################################################
17
18
19TOOLSDIR	=
20
21TOOLSCRIPT	= texmapper
22
23PROGRAM   	= texmapper-bin
24
25SOURCES   	= maintexmapper.cpp ssgSaveAC.cpp
26
27SOLIBS    	= -lplibssg -lplibsg -lplibul -ltgf -ltgfclient -lmusicplayer -ltxml -lpng
28
29src_PKGFILES	= $(shell find * -maxdepth 0 -type f -print)
30
31src_PKGDIR	= ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
32
33include ${MAKE_DEFAULT}
34