summaryrefslogtreecommitdiff
path: root/Library_urelibs.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2015-03-20 08:05:07 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2015-03-20 20:55:04 +0100
commitf5c74abc9fbbe8fc652a85801a87073d40a79b2d (patch)
tree264481f99211171f2e409029e07c47d264ae07aa /Library_urelibs.mk
parent39c1c3584e6f730c4f78541e259c49fdea5cb428 (diff)
Remove library urelibs. It was more just a temporary hack and is not used.
Change-Id: I7566dcf21aae6b800adb58d8c94e350bb0da720c
Diffstat (limited to 'Library_urelibs.mk')
-rw-r--r--Library_urelibs.mk47
1 files changed, 0 insertions, 47 deletions
diff --git a/Library_urelibs.mk b/Library_urelibs.mk
deleted file mode 100644
index dfcdd53b700a..000000000000
--- a/Library_urelibs.mk
+++ /dev/null
@@ -1,47 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Library_Library,urelibs))
-
-# gb_URELIBS is defined in solenv/gbuild/extensions/pre_MergedLibsList.mk
-$(eval $(call gb_Library_use_library_objects,urelibs,\
- $(gb_URELIBS) \
-))
-
-# needed to generate proper deps for module-deps.pl
-$(eval $(call gb_Library_use_libraries,urelibs,\
- $(gb_UWINAPI) \
-))
-
-$(eval $(call gb_Library_use_static_libraries,urelibs,\
- findsofficepath \
-))
-
-$(eval $(call gb_Library_use_externals,urelibs,\
- libxml2 \
-))
-
-$(eval $(call gb_Library_add_libs,urelibs,\
- $(if $(filter $(OS),LINUX), \
- -ldl \
- -lpthread \
- -lrt \
- ) \
-))
-
-$(if $(filter $(OS),WNT), \
- $(eval $(call gb_Library_use_system_win32_libs,urelibs,\
- mpr \
- ole32 \
- shell32 \
- ws2_32 \
- )) \
-)
-
-# vim: set noet sw=4 ts=4: