makefile.mk (ebbaf3b8) | makefile.mk (a4523a2b) |
---|---|
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 --- 20 unchanged lines hidden (view full) --- 29USE_DEFFILE=TRUE 30VISIBILITY_HIDDEN=TRUE 31 32# not strictly a bootstrap service but containing 33# bootstrap code that may require generated files 34# without "-L" (light) switch 35BOOTSTRAP_SERVICE=TRUE 36 | 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 --- 20 unchanged lines hidden (view full) --- 29USE_DEFFILE=TRUE 30VISIBILITY_HIDDEN=TRUE 31 32# not strictly a bootstrap service but containing 33# bootstrap code that may require generated files 34# without "-L" (light) switch 35BOOTSTRAP_SERVICE=TRUE 36 |
37.IF "$(OS)" != "WNT" && "$(GUI)"!="OS2" | 37.IF "$(OS)" != "WNT" && "$(GUI)"!="OS2" && "$(OS)" != "MACOSX" |
38UNIXVERSIONNAMES=UDK | 38UNIXVERSIONNAMES=UDK |
39.ENDIF # WNT | 39.ENDIF # WNT OS2 MACOSX |
40 41# --- Settings ----------------------------------------------------- 42 43.INCLUDE : settings.mk 44 45# --- Files -------------------------------------------------------- 46 47UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb --- 147 unchanged lines hidden --- | 40 41# --- Settings ----------------------------------------------------- 42 43.INCLUDE : settings.mk 44 45# --- Files -------------------------------------------------------- 46 47UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb --- 147 unchanged lines hidden --- |