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#

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

46.ENDIF
47
48#----- Settings ---------------------------------------------------------
49
50.INCLUDE : settings.mk
51
52# --- Files --------------------------------------------------------
53
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#

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

46.ENDIF
47
48#----- Settings ---------------------------------------------------------
49
50.INCLUDE : settings.mk
51
52# --- Files --------------------------------------------------------
53
54.IF "$(DISABLE_HUNSPELL)" == ""
55
54.IF "$(SYSTEM_HUNSPELL)" != "YES"
55HUNSPELL_CFLAGS += -I$(SOLARINCDIR)$/hunspell
56.ENDIF
57
58.IF "$(SYSTEM_MYTHES)" != "YES"
59CXXFLAGS += -I..$/mythes
60CFLAGSCXX += -I..$/mythes
61CFLAGSCC += -I..$/mythes

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

108
109ALLTAR : $(MISC)/lnth.component
110
111$(MISC)/lnth.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
112 lnth.component
113 $(XSLTPROC) --nonet --stringparam uri \
114 '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
115 $(SOLARENV)/bin/createcomponent.xslt lnth.component
56.IF "$(SYSTEM_HUNSPELL)" != "YES"
57HUNSPELL_CFLAGS += -I$(SOLARINCDIR)$/hunspell
58.ENDIF
59
60.IF "$(SYSTEM_MYTHES)" != "YES"
61CXXFLAGS += -I..$/mythes
62CFLAGSCXX += -I..$/mythes
63CFLAGSCC += -I..$/mythes

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

110
111ALLTAR : $(MISC)/lnth.component
112
113$(MISC)/lnth.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
114 lnth.component
115 $(XSLTPROC) --nonet --stringparam uri \
116 '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
117 $(SOLARENV)/bin/createcomponent.xslt lnth.component
118
119.ELSE
120all:
121 @echo "hunspell disabled"
122.ENDIF