makefile.mk (cdf0e10c) makefile.mk (0ea1a209)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#

--- 28 unchanged lines hidden (view full) ---

37.ENDIF
38
39#----- Settings ---------------------------------------------------------
40
41.INCLUDE : settings.mk
42
43# --- Files --------------------------------------------------------
44
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#

--- 28 unchanged lines hidden (view full) ---

37.ENDIF
38
39#----- Settings ---------------------------------------------------------
40
41.INCLUDE : settings.mk
42
43# --- Files --------------------------------------------------------
44
45.IF "$(DISABLE_HUNSPELL)" == ""
46
45CXXFLAGS += -I$(PRJ)$/source$/lingutil $(HUNSPELL_CFLAGS)
46CFLAGSCXX += -I$(PRJ)$/source$/lingutil $(HUNSPELL_CFLAGS)
47CFLAGSCC += -I$(PRJ)$/source$/lingutil $(HUNSPELL_CFLAGS)
48
49EXCEPTIONSFILES= \
50 $(SLO)$/sspellimp.obj
51
52SLOFILES= \

--- 35 unchanged lines hidden (view full) ---

88
89ALLTAR : $(MISC)/spell.component
90
91$(MISC)/spell.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
92 spell.component
93 $(XSLTPROC) --nonet --stringparam uri \
94 '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
95 $(SOLARENV)/bin/createcomponent.xslt spell.component
47CXXFLAGS += -I$(PRJ)$/source$/lingutil $(HUNSPELL_CFLAGS)
48CFLAGSCXX += -I$(PRJ)$/source$/lingutil $(HUNSPELL_CFLAGS)
49CFLAGSCC += -I$(PRJ)$/source$/lingutil $(HUNSPELL_CFLAGS)
50
51EXCEPTIONSFILES= \
52 $(SLO)$/sspellimp.obj
53
54SLOFILES= \

--- 35 unchanged lines hidden (view full) ---

90
91ALLTAR : $(MISC)/spell.component
92
93$(MISC)/spell.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
94 spell.component
95 $(XSLTPROC) --nonet --stringparam uri \
96 '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
97 $(SOLARENV)/bin/createcomponent.xslt spell.component
98
99.ELSE
100all:
101 @echo "hunspell disabled"
102.ENDIF