makefile.mk (164206fb) | makefile.mk (dee715a7) |
---|---|
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 --- 32 unchanged lines hidden (view full) --- 41# 42# If you choose to build without stlport, some headers will be used to bring the 43# sgi extensions into the std namespace: 44$(INCCOM)$/stlport$/functional \ 45$(INCCOM)$/stlport$/hash_map \ 46$(INCCOM)$/stlport$/hash_set \ 47$(INCCOM)$/stlport$/numeric \ 48$(INCCOM)$/stlport$/slist \ | 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 --- 32 unchanged lines hidden (view full) --- 41# 42# If you choose to build without stlport, some headers will be used to bring the 43# sgi extensions into the std namespace: 44$(INCCOM)$/stlport$/functional \ 45$(INCCOM)$/stlport$/hash_map \ 46$(INCCOM)$/stlport$/hash_set \ 47$(INCCOM)$/stlport$/numeric \ 48$(INCCOM)$/stlport$/slist \ |
49$(INCCOM)$/stlport$/list \ 50$(INCCOM)$/stlport$/map \ 51$(INCCOM)$/stlport$/set \ |
|
49$(INCCOM)$/stlport$/vector: systemstl$/$$(@:f) 50 $(MKDIRHIER) $(@:d) 51 $(COPY) $< $@ 52.ENDIF #"$(OS)"=="SOLARIS" && "$(COM)"!="GCC" 53 54.ELSE # "$(USE_SYSTEM_STL)" 55 56# --- Files -------------------------------------------------------- --- 148 unchanged lines hidden --- | 52$(INCCOM)$/stlport$/vector: systemstl$/$$(@:f) 53 $(MKDIRHIER) $(@:d) 54 $(COPY) $< $@ 55.ENDIF #"$(OS)"=="SOLARIS" && "$(COM)"!="GCC" 56 57.ELSE # "$(USE_SYSTEM_STL)" 58 59# --- Files -------------------------------------------------------- --- 148 unchanged lines hidden --- |