@@ -47,24 +47,22 @@ COMPILER.C++FLAGS += -fvisibility-inlines-hidden ;
47
47
COMPILER.CFLAGS += -fvisibility=hidden ;
48
48
COMPILER.CFLAGS.VISIBILITY_DEFAULT ?= -fvisibility=default ;
49
49
50
- PS.DEV.DIR ?= /media/devdisk/phd/development/planeshift ;
51
-
52
50
CRYSTAL.AVAILABLE ?= yes ;
53
51
CRYSTAL.VERSION ?= 1.4 ;
54
- CRYSTAL.CFLAGS ?= -I$(PS.DEV.DIR)/cs /include ;
55
- CRYSTAL.LFLAGS ?= -L$(PS.DEV.DIR)/cs /out/linux /optimize/libs -lcrystalspace-1.4 -lz -lpthread -lc -lm -ldl -lnsl -L/usr/local/lib ;
56
- CRYSTAL.INCLUDE_DIR ?= $(PS.DEV.DIR)/cs /include ;
52
+ CRYSTAL.CFLAGS ?= -I$(PS.DEV.DIR)/CrystalSpace /include ;
53
+ CRYSTAL.LFLAGS ?= -L$(PS.DEV.DIR)/CrystalSpace /out/linuxx86 /optimize/libs -lcrystalspace-1.4 -lz -lpthread -lc -lm -ldl -lnsl -L/usr/local/lib ;
54
+ CRYSTAL.INCLUDE_DIR ?= $(PS.DEV.DIR)/CrystalSpace /include ;
57
55
CRYSTAL.AVAILABLE_LIBS ?= crystalspace crystalspace_opengl ;
58
- CRYSTAL.STATICDEPS ?= $(PS.DEV.DIR)/cs /out/linux /optimize/libs/crystalspace_staticplugins.jam ;
56
+ CRYSTAL.STATICDEPS ?= $(PS.DEV.DIR)/CrystalSpace /out/linuxx86 /optimize/libs/crystalspace_staticplugins.jam ;
59
57
60
58
CAL3D.AVAILABLE ?= yes ;
61
- CAL3D.CFLAGS ?= -I$(PS.DEV.DIR)/cal3d /src ;
62
- CAL3D.LFLAGS ?= -L$(PS.DEV.DIR)/cal3d /src/cal3d/.libs -lcal3d -lz -lpthread -lc -lm -ldl -lnsl -L/usr/local/lib ;
63
- CAL3D.INCLUDE_DIR ?= $(PS.DEV.DIR)/cal3d /src ;
59
+ CAL3D.CFLAGS ?= -I$(PS.DEV.DIR)/Cal3d /src ;
60
+ CAL3D.LFLAGS ?= -L$(PS.DEV.DIR)/Cal3d /src/cal3d/.libs -lcal3d -lz -lpthread -lc -lm -ldl -lnsl -L/usr/local/lib ;
61
+ CAL3D.INCLUDE_DIR ?= $(PS.DEV.DIR)/Cal3d /src ;
64
62
65
63
PS.VERSION ?= 0.4 ;
66
- PS.INCLUDES ?= -I$(PS.DEV.DIR)/workspace-psai/ PlaneShift/include -I$(PS.DEV.DIR)/workspace-psai/ PlaneShift/src/client -I$(PS.DEV.DIR)/workspace-psai/ PlaneShift/src/common -I$(PS.DEV.DIR)/workspace-psai/ PlaneShift/src/eedit -I$(PS.DEV.DIR)/workspace-psai/ PlaneShift/src/npcclient -I$(PS.DEV.DIR)/workspace-psai/ PlaneShift/src/pslaunch -I$(PS.DEV.DIR)/workspace-psai/ PlaneShift/src/server -I$(PS.DEV.DIR)/workspace-psai/ PlaneShift/src/setup -I$(PS.DEV.DIR)/workspace-psai /PlaneShift/src/tools ;
67
- PS.LIB_DIR ?= $(PS.DEV.DIR)/workspace-psai/ PlaneShift/out/linux /optimize/libs ;
64
+ PS.INCLUDES ?= -I$(PS.DEV.DIR)/PlaneShift/include -I$(PS.DEV.DIR)/PlaneShift/src/client -I$(PS.DEV.DIR)/PlaneShift/src/common -I$(PS.DEV.DIR)/PlaneShift/src/eedit -I$(PS.DEV.DIR)/PlaneShift/src/npcclient -I$(PS.DEV.DIR)/PlaneShift/src/pslaunch -I$(PS.DEV.DIR)/PlaneShift/src/server -I$(PS.DEV.DIR)/PlaneShift/src/setup -I$(PS.DEV.DIR)/PlaneShift/src/tools ;
65
+ PS.LIB_DIR ?= $(PS.DEV.DIR)/PlaneShift/out/linuxx86 /optimize/libs ;
68
66
69
67
PSENGINE.AVAILABLE ?= yes ;
70
68
PSENGINE.CFLAGS ?= $(PS.INCLUDES) ;
0 commit comments