view build/posix.makefile @ 132:a860544c5ee8

CMake: initial version of CMakeD script. CMake: MSVC fixes (not work yet). CMake: add experimental option BUILD_SHARED_LIBRARIES.
author SokoL_SD
date Sun, 07 Jun 2009 14:31:36 +0000
parents 76e5e8597a83
children d3f4f14d43a5
line wrap: on
line source

SYSTEM = posix
ifndef QTDIR
#QTDIR = /usr/share/qt4
ifndef QTDIR_INC
QTDIR_INC = /usr/include/qt4
endif
ifndef QTDIR_LIB
QTDIR_LIB = /usr/lib
endif
else
ifndef QTDIR_INC
QTDIR_INC = $(QTDIR)/include
endif
ifndef QTDIR_LIB
QTDIR_LIB = $(QTDIR)/lib
endif
endif
DYN_LIB_EXT = so
D_OBJ_EXT = o
LIB_NAME_PREFIX = lib
GEN = ./generator
MKDIR = mkdir -p
RM = rm -f
SL = /