freebsd.mk (7fcdd55b) freebsd.mk (1ff5b6eb)
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

--- 133 unchanged lines hidden (view full) ---

142endif
143
144gb_COMPILERNOOPTFLAGS := -O0
145
146# Helper class
147
148gb_Helper_abbreviate_dirs_native = $(gb_Helper_abbreviate_dirs)
149
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

--- 133 unchanged lines hidden (view full) ---

142endif
143
144gb_COMPILERNOOPTFLAGS := -O0
145
146# Helper class
147
148gb_Helper_abbreviate_dirs_native = $(gb_Helper_abbreviate_dirs)
149
150# convert parametters filesystem root to native notation
151# does some real work only on windows, make sure not to
152# break the dummy implementations on unx*
153define gb_Helper_convert_native
154$(1)
155endef
150
151# CObject class
152
153define gb_CObject__command
154$(call gb_Output_announce,$(2),$(true),C ,3)
155$(call gb_Helper_abbreviate_dirs,\
156 mkdir -p $(dir $(1)) && \
157 mkdir -p $(dir $(call gb_CObject_get_dep_target,$(2))) && \

--- 102 unchanged lines hidden (view full) ---

260gb_Library_UNOEXT := .uno$(gb_Library_PLAINEXT)
261else
262gb_Library_OOOEXT := $(gb_Library_PLAINEXT)
263gb_Library_UNOEXT := .uno$(gb_Library_PLAINEXT)
264endif
265
266gb_Library_PLAINLIBS_NONE += \
267 dl \
156
157# CObject class
158
159define gb_CObject__command
160$(call gb_Output_announce,$(2),$(true),C ,3)
161$(call gb_Helper_abbreviate_dirs,\
162 mkdir -p $(dir $(1)) && \
163 mkdir -p $(dir $(call gb_CObject_get_dep_target,$(2))) && \

--- 102 unchanged lines hidden (view full) ---

266gb_Library_UNOEXT := .uno$(gb_Library_PLAINEXT)
267else
268gb_Library_OOOEXT := $(gb_Library_PLAINEXT)
269gb_Library_UNOEXT := .uno$(gb_Library_PLAINEXT)
270endif
271
272gb_Library_PLAINLIBS_NONE += \
273 dl \
268 freetype \
274 freetype \
269 jpeg \
270 m \
271 pthread \
272 X11 \
273 Xext \
274 SM \
275 ICE \
276 z \

--- 130 unchanged lines hidden ---
275 jpeg \
276 m \
277 pthread \
278 X11 \
279 Xext \
280 SM \
281 ICE \
282 z \

--- 130 unchanged lines hidden ---