Files
loongoffice/toolkit/source/layout/makefile.mk
Kurt Zenker 9b495893e8 INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED
2008/02/15 09:56:41 jcn 1.1.2.3: Remove byteseq.cxx c&p from xml_byteseq.cxx.
2008/02/11 15:13:37 jcn 1.1.2.2: Make layout stuff in toolkit build with --enable-layout.
2008/02/08 18:44:44 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.

    layout/source/awt -> toolkit/source/awt
    layout/source/core -> toolkit/source/layout
    layout/source/wrapper -> toolkit/source/vclcompat
    layout/inc/layout -> toolkit/inc/layout
    layout/source/inc -> toolkit/inc/layout
    layout/workben -> toolkit/workben/layout

That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.
2008-03-06 10:46:52 +00:00

54 lines
1000 B
Makefile

PRJ=..$/..
PRJNAME=toolkit
TARGET=layoutcore
ENABLE_EXCEPTIONS=true
TARGETTYPE=GUI
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/util$/makefile.pmk
.IF "$(ENABLE_LAYOUT)" == "TRUE"
.IF "$(COMNAME)" == "gcc3"
CFLAGS+=-I../$(PRJ)/xmlscript/source
CFLAGS+=-Wall -Wno-non-virtual-dtor
.ENDIF
##CFLAGS += -DENABLE_LAYOUT=1
CXXFILES= \
bin.cxx \
box.cxx \
byteseq.cxx \
container.cxx \
dialogbuttonhbox.cxx \
factory.cxx \
flow.cxx \
helper.cxx \
import.cxx \
proplist.cxx \
root.cxx \
table.cxx \
timer.cxx \
translate.cxx
SLOFILES= \
$(SLO)$/bin.obj \
$(SLO)$/box.obj \
$(SLO)$/byteseq.obj \
$(SLO)$/container.obj \
$(SLO)$/dialogbuttonhbox.obj \
$(SLO)$/factory.obj \
$(SLO)$/flow.obj \
$(SLO)$/helper.obj \
$(SLO)$/import.obj \
$(SLO)$/proplist.obj \
$(SLO)$/root.obj \
$(SLO)$/table.obj \
$(SLO)$/timer.obj \
$(SLO)$/translate.obj
.ENDIF # ENABLE_LAYOUT == "TRUE"
.INCLUDE : target.mk