| Matúš Kukan | d76e2d1 | 2012-02-29 11:39:38 +0100 | [diff] [blame] | 1 | # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| 2 | # |
| Matúš Kukan | d76e2d1 | 2012-02-29 11:39:38 +0100 | [diff] [blame] | 3 | # |
| Michael Meeks | 72e5d0c | 2013-04-24 17:14:03 +0100 | [diff] [blame] | 4 | # This file is part of the LibreOffice project. |
| Matúš Kukan | d76e2d1 | 2012-02-29 11:39:38 +0100 | [diff] [blame] | 5 | # |
| Michael Meeks | 72e5d0c | 2013-04-24 17:14:03 +0100 | [diff] [blame] | 6 | # This Source Code Form is subject to the terms of the Mozilla Public |
| 7 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
| 8 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
| Matúš Kukan | d76e2d1 | 2012-02-29 11:39:38 +0100 | [diff] [blame] | 9 | # |
| Matúš Kukan | d76e2d1 | 2012-02-29 11:39:38 +0100 | [diff] [blame] | 10 | |
| 11 | $(eval $(call gb_Module_Module,embeddedobj)) |
| 12 | |
| 13 | $(eval $(call gb_Module_add_targets,embeddedobj,\ |
| 14 | Library_embobj \ |
| Michael Stahl | 9d7c5dc | 2013-08-29 22:36:23 +0200 | [diff] [blame] | 15 | $(if $(filter WNT-TRUE,$(OS)-$(DISABLE_ATL)),,Library_emboleobj) \ |
| Matúš Kukan | d76e2d1 | 2012-02-29 11:39:38 +0100 | [diff] [blame] | 16 | )) |
| 17 | |
| 18 | # vim: set noet sw=4 ts=4: |