makefile.mk (c9b9bde4) | makefile.mk (60773b3e) |
---|---|
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 --- 40 unchanged lines hidden (view full) --- 49 50# --- Targets ------------------------------------------------------ 51 52.INCLUDE : set_wntx64.mk 53.INCLUDE : target.mk 54INCLUDE!:=$(subst,/stl, $(INCLUDE)) 55 56.INCLUDE : tg_wntx64.mk | 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 --- 40 unchanged lines hidden (view full) --- 49 50# --- Targets ------------------------------------------------------ 51 52.INCLUDE : set_wntx64.mk 53.INCLUDE : target.mk 54INCLUDE!:=$(subst,/stl, $(INCLUDE)) 55 56.INCLUDE : tg_wntx64.mk |
57 58# vim: set noet sw=4 ts=4: |
|