unitools.mk (7871dc3e) | unitools.mk (23ba173d) |
---|---|
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 --- 110 unchanged lines hidden (view full) --- 119# this is not true, as BSD does not default to a GNU cp, but BSD cp 120# so in dmake makefiles one should be restricted to use the subset 121# of features that both BSD and GNU make support. 122# as the GNU make build system requires GNUCOPY to really be a GNU copy 123# we work around that for now by not setting GNUCOPY in sdev300.ini 124# for fbsd for now, but for all other platforms it is set. 125GNUCOPY*=cp 126GNUPATCH*=patch | 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 --- 110 unchanged lines hidden (view full) --- 119# this is not true, as BSD does not default to a GNU cp, but BSD cp 120# so in dmake makefiles one should be restricted to use the subset 121# of features that both BSD and GNU make support. 122# as the GNU make build system requires GNUCOPY to really be a GNU copy 123# we work around that for now by not setting GNUCOPY in sdev300.ini 124# for fbsd for now, but for all other platforms it is set. 125GNUCOPY*=cp 126GNUPATCH*=patch |
127GPERF*=gperf |
|
127DEREFERENCE=-L 128.ENDIF # "$(OS)"=="SOLARIS" 129.IF "$(OS)"=="LINUX" || "$(OS)"=="MACOSX" 130GNUMAKE*=make 131.ELSE # "$(OS)"=="LINUX" || "$(OS)"=="MACOSX" 132GNUMAKE*=gmake 133.ENDIF # "$(OS)"=="LINUX" || "$(OS)"=="MACOSX" 134TOUCH=touch --- 54 unchanged lines hidden --- | 128DEREFERENCE=-L 129.ENDIF # "$(OS)"=="SOLARIS" 130.IF "$(OS)"=="LINUX" || "$(OS)"=="MACOSX" 131GNUMAKE*=make 132.ELSE # "$(OS)"=="LINUX" || "$(OS)"=="MACOSX" 133GNUMAKE*=gmake 134.ENDIF # "$(OS)"=="LINUX" || "$(OS)"=="MACOSX" 135TOUCH=touch --- 54 unchanged lines hidden --- |