2012-03-04 03:20:17 -06:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#
|
2013-04-19 15:10:42 -05:00
|
|
|
# This file is part of the LibreOffice project.
|
2012-03-04 03:20:17 -06:00
|
|
|
#
|
2013-04-19 15:10:42 -05:00
|
|
|
# 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/.
|
2012-03-04 03:20:17 -06:00
|
|
|
#
|
|
|
|
|
2012-04-07 01:40:35 -05:00
|
|
|
$(eval $(call gb_CustomTarget_CustomTarget,extensions/source/activex))
|
2012-04-01 07:53:13 -05:00
|
|
|
|
|
|
|
$(call gb_CustomTarget_get_target,extensions/source/activex) : \
|
2012-05-09 16:15:42 -05:00
|
|
|
$(call gb_CustomTarget_get_workdir,extensions/source/activex)/SOActionsApproval.cxx \
|
|
|
|
$(call gb_CustomTarget_get_workdir,extensions/source/activex)/SOActiveX.cxx \
|
|
|
|
$(call gb_CustomTarget_get_workdir,extensions/source/activex)/SOComWindowPeer.cxx \
|
|
|
|
$(call gb_CustomTarget_get_workdir,extensions/source/activex)/SODispatchInterceptor.cxx \
|
|
|
|
$(call gb_CustomTarget_get_workdir,extensions/source/activex)/StdAfx2.cxx \
|
|
|
|
$(call gb_CustomTarget_get_workdir,extensions/source/activex)/so_activex.cxx \
|
2012-04-01 07:53:13 -05:00
|
|
|
|
2012-05-09 16:15:42 -05:00
|
|
|
$(call gb_CustomTarget_get_workdir,extensions/source/activex)/% : \
|
|
|
|
$(SRCDIR)/extensions/source/activex/%
|
2012-04-01 07:53:13 -05:00
|
|
|
cp $< $@
|
2012-03-04 03:20:17 -06:00
|
|
|
|
|
|
|
# vim:set shiftwidth=4 tabstop=4 noexpandtab:
|