makefile.mk (7871dc3e) makefile.mk (03c97e34)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

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

43 $(SLO)$/levdis.obj
44
45# on unxsoli, no optimization for textsearch because of i105945
46.IF "$(OS)$(COM)$(CPUNAME)"=="SOLARISC52INTEL"
47EXCEPTIONSNOOPTFILES= \
48 $(SLO)$/textsearch.obj
49.ENDIF
50
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

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

43 $(SLO)$/levdis.obj
44
45# on unxsoli, no optimization for textsearch because of i105945
46.IF "$(OS)$(COM)$(CPUNAME)"=="SOLARISC52INTEL"
47EXCEPTIONSNOOPTFILES= \
48 $(SLO)$/textsearch.obj
49.ENDIF
50
51.IF "$(GUI)" == "OS2"
52SHL1TARGET= i18nsear
53.ELSE
51SHL1TARGET= $(TARGET)
54SHL1TARGET= $(TARGET)
55.ENDIF
52SHL1OBJS= $(SLOFILES)
53
54SHL1STDLIBS= \
55 $(CPPULIB) \
56 $(CPPUHELPERLIB) \
57 $(SALLIB) \
58 $(I18NREGEXPLIB) \
59 $(ICUINLIB) \

--- 20 unchanged lines hidden ---
56SHL1OBJS= $(SLOFILES)
57
58SHL1STDLIBS= \
59 $(CPPULIB) \
60 $(CPPUHELPERLIB) \
61 $(SALLIB) \
62 $(I18NREGEXPLIB) \
63 $(ICUINLIB) \

--- 20 unchanged lines hidden ---