view build/posix.makefile @ 109:08135aa00cc9

CMake: ldc support option SINGLE_D_OBJECT now. See http://www.dsource.org/projects/ldc/ticket/309.
author SokoL_SD
date Mon, 01 Jun 2009 07:15:52 +0000
parents e78566595089
children 76e5e8597a83
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
LIB_EXT = a
DYN_LIB_EXT = so
D_OBJ_EXT = o
LIB_NAME_PREFIX = lib
GEN = ./generator
MKDIR = mkdir -p
RM = rm -f
SL = /