tdf#140726 Change func func(<?>) to func <?>(<?>) in Math
[LibreOffice.git] / external / mdnsresponder / StaticLibrary_mDNSResponder.mk
blob222776ad3a86215d5bda19ed60d58f12c3d04815
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_StaticLibrary_StaticLibrary,mDNSResponder))
12 $(eval $(call gb_StaticLibrary_set_warnings_disabled,mDNSResponder))
14 $(eval $(call gb_StaticLibrary_use_unpacked,mDNSResponder,mDNSResponder))
16 $(eval $(call gb_StaticLibrary_set_include,mDNSResponder,\
17 -I$(call gb_UnpackedTarball_get_dir,mDNSResponder)/mDNSShared \
18 $$(INCLUDE) \
21 $(eval $(call gb_StaticLibrary_add_defs,mDNSResponder,\
22 -DWIN32_LEAN_AND_MEAN \
23 -D_WINSOCK_DEPRECATED_NO_WARNINGS \
24 -DUSE_TCP_LOOPBACK \
25 -DNOT_HAVE_SA_LEN \
28 $(eval $(call gb_StaticLibrary_add_generated_cobjects,mDNSResponder,\
29 UnpackedTarball/mDNSResponder/mDNSShared/DebugServices \
30 UnpackedTarball/mDNSResponder/mDNSShared/GenLinkedList \
31 UnpackedTarball/mDNSResponder/mDNSShared/dnssd_clientlib \
32 UnpackedTarball/mDNSResponder/mDNSShared/dnssd_clientstub \
33 UnpackedTarball/mDNSResponder/mDNSShared/dnssd_ipc \
34 UnpackedTarball/mDNSResponder/mDNSWindows/DLL/dllmain \
37 # vim: set noet sw=4 ts=4: