diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-04-03 01:40:29 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-04-03 02:09:09 +0200 |
commit | 8464e311309ca918ac3a7d111c0f6927bfe825f8 (patch) | |
tree | 90e80d5c59b18d699c317266c6528abe2994ad44 /vcl/unx/kde/fpicker | |
parent | 43084e8b30c101a44510b7a8267d5c2b316a17bb (diff) |
vcl: use CustomTarget makefile for kde_moc
Diffstat (limited to 'vcl/unx/kde/fpicker')
-rw-r--r-- | vcl/unx/kde/fpicker/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/vcl/unx/kde/fpicker/Makefile b/vcl/unx/kde/fpicker/Makefile deleted file mode 100644 index b7ba64946ba8..000000000000 --- a/vcl/unx/kde/fpicker/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# Major Contributor(s): -# Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com> -# (initial developer) -# -# All Rights Reserved. -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. - -kdefilepicker.moc.cxx : $(SRCDIR)/fpicker/source/unx/kde/kdefilepicker.hxx - $(MOC) -o $@ $< - -.DEFAULT_GOAL := all -.PHONY : all -all : kdefilepicker.moc.cxx - -# vim:set shiftwidth=4 tabstop=4 noexpandtab: |