Modification Makefile

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 0c9c41f951e648ce4611a8469e9002bc94e5d731
Former-commit-id: 0ef14cb1f57b7830b2c008e69cdff74704db2ecf
This commit is contained in:
torcs-ng 2008-09-14 23:32:07 +00:00
parent 27bc4795b6
commit 787546fabf
45 changed files with 45 additions and 45 deletions

View file

@ -33,7 +33,7 @@ PKGSUBDIRS = interfaces libs linux modules windows tools drivers doc raceman
src_PKGFILES = Makefile
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -17,7 +17,7 @@
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -23,7 +23,7 @@ PKGSUBDIRS = $(SUBDIRS)
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -21,7 +21,7 @@ EXPORTS = $(shell find * -maxdepth 0 -name '*.h' -print)
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -30,7 +30,7 @@ PKGSUBDIRS = $(SUBDIRS)
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -31,7 +31,7 @@ EXPORTS = client.h exitmenu.h
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -30,7 +30,7 @@ EXPORTS = confscreens.h driverconfig.h joystickconfig.h mouseconfig.h controlc
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -28,7 +28,7 @@ EXPDIR = include/learning
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -28,7 +28,7 @@ EXPDIR = include/tmath
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -28,7 +28,7 @@ EXPDIR = include
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -38,7 +38,7 @@ CONFIG = $(SHIP)
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -28,7 +28,7 @@ EXPORTS = racescreens.h
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -28,7 +28,7 @@ EXPORTS = robottools.h
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -40,7 +40,7 @@ SHIP = params.dtd
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -53,7 +53,7 @@ CONFIG = screen.xml
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -34,7 +34,7 @@ PKGSUBDIRS = gennmtab
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -26,7 +26,7 @@ SOURCES = gennmtab.c
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -25,7 +25,7 @@ PKGSUBDIRS = track simu graphic telemetry
src_PKGFILES = Makefile
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -26,7 +26,7 @@ PKGSUBDIRS = $(SUBDIRS)
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -36,7 +36,7 @@ CONFIG = $(SHIP)
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -27,6 +27,6 @@ PKGSUBDIRS = $(SUBDIRS)
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -45,7 +45,7 @@ PKGSUBDIRS = $(SUBDIRS)
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -25,7 +25,7 @@ PKGSUBDIRS = $(SUBDIRS) $(EXPINCDIRS)
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -23,7 +23,7 @@ EXPDIR = include/3D
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -23,7 +23,7 @@ PKGSUBDIRS = $(EXPINCDIRS)
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -23,7 +23,7 @@ EXPDIR = include/SOLID
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -29,7 +29,7 @@ COMPILFLAGS = -DNDEBUG -Wno-deprecated
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -40,7 +40,7 @@ LIBS = -lplibsg -lplibul -L${EXPORTBASE}/lib -lsolid
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -28,7 +28,7 @@ SHIP = telemetry.sh
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -24,7 +24,7 @@ SOURCES = track.cpp trackitf.cpp trackutil.cpp track3.cpp track4.cpp
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -28,7 +28,7 @@ CONFIG = ${SHIP}
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))

View file

@ -25,7 +25,7 @@ PKGSUBDIRS = $(SUBDIRS)
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -33,7 +33,7 @@ SOLIBS = -ltgf -lplibssg -lplibsg -lplibul -ltxml
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -24,7 +24,7 @@ SOURCES = mainnfs2ac.cpp
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -28,7 +28,7 @@ SOLIBS = -ltgf -ltxml
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -22,7 +22,7 @@ PKGSUBDIRS = $(SUBDIRS)
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -28,6 +28,6 @@ SOLIBS = -lplibssg -lplibsg -lplibul -ltgf -ltgfclient -ltxml -lpng
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -33,7 +33,7 @@ SOLIBS = -ltgf -ltgfclient -lplibssg -lplibsg -lplibul -lrobottools -ltxm
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -20,7 +20,7 @@ PKGSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -19,7 +19,7 @@
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -18,7 +18,7 @@
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -18,7 +18,7 @@
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -20,7 +20,7 @@ PKGSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -18,7 +18,7 @@
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -19,7 +19,7 @@
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS-NG_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}