Makefile (122c3632) | Makefile (b597708b) |
---|---|
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 --- 65 unchanged lines hidden (view full) --- 74#endif 75 76ifeq "$(OS)" "WIN" 77$(SHAREDLIB_OUT)/%.$(SHAREDLIB_EXT) : $(SLOFILES) 78 -$(MKDIR) $(subst /,$(PS),$(@D)) 79 -$(MKDIR) $(subst /,$(PS),$(OUT_COMP_MISC)) 80 $(LINK) $(COMP_LINK_FLAGS) /OUT:$@ \ 81 /MAP:$(OUT_COMP_MISC)/$(COMP_NAME).map $(SLOFILES) \ | 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 --- 65 unchanged lines hidden (view full) --- 74#endif 75 76ifeq "$(OS)" "WIN" 77$(SHAREDLIB_OUT)/%.$(SHAREDLIB_EXT) : $(SLOFILES) 78 -$(MKDIR) $(subst /,$(PS),$(@D)) 79 -$(MKDIR) $(subst /,$(PS),$(OUT_COMP_MISC)) 80 $(LINK) $(COMP_LINK_FLAGS) /OUT:$@ \ 81 /MAP:$(OUT_COMP_MISC)/$(COMP_NAME).map $(SLOFILES) \ |
82 $(CPPUHELPERLIB) $(CPPULIB) $(SALLIB) $(STLPORTLIB) msvcrt.lib kernel32.lib | 82 $(CPPUHELPERLIB) $(CPPULIB) $(SALLIB) msvcrt.lib kernel32.lib |
83 $(LINK_MANIFEST) 84else 85$(SHAREDLIB_OUT)/%.$(SHAREDLIB_EXT) : $(SLOFILES) 86 -$(MKDIR) $(subst /,$(PS),$(@D)) 87 $(LINK) $(COMP_LINK_FLAGS) $(LINK_LIBS) -o $@ $(SLOFILES) \ | 83 $(LINK_MANIFEST) 84else 85$(SHAREDLIB_OUT)/%.$(SHAREDLIB_EXT) : $(SLOFILES) 86 -$(MKDIR) $(subst /,$(PS),$(@D)) 87 $(LINK) $(COMP_LINK_FLAGS) $(LINK_LIBS) -o $@ $(SLOFILES) \ |
88 $(CPPUHELPERLIB) $(CPPULIB) $(SALLIB) $(STLPORTLIB) $(STC++LIB) $(CPPUHELPERDYLIB) $(CPPUDYLIB) $(SALDYLIB) | 88 $(CPPUHELPERLIB) $(CPPULIB) $(SALLIB) $(STC++LIB) $(CPPUHELPERDYLIB) $(CPPUDYLIB) $(SALDYLIB) |
89ifeq "$(OS)" "MACOSX" 90 $(INSTALL_NAME_URELIBS) $@ 91endif 92endif 93 94# rule for component package manifest 95$(OUT_COMP_MISC)/%/manifest.xml : 96 -$(MKDIR) $(subst /,$(PS),$(@D)) --- 56 unchanged lines hidden --- | 89ifeq "$(OS)" "MACOSX" 90 $(INSTALL_NAME_URELIBS) $@ 91endif 92endif 93 94# rule for component package manifest 95$(OUT_COMP_MISC)/%/manifest.xml : 96 -$(MKDIR) $(subst /,$(PS),$(@D)) --- 56 unchanged lines hidden --- |