2 # This file is part of AutoTroll.
3 # Copyright (C) 2006, 2007, 2009, 2010 Benoit Sigoure.
5 # AutoTroll is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU General Public License
7 # as published by the Free Software Foundation; either version 2
8 # of the License, or (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
20 # In addition, as a special exception, the copyright holders of AutoTroll
21 # give you unlimited permission to copy, distribute and modify the configure
22 # scripts that are the output of Autoconf when processing the macros of
23 # AutoTroll. You need not follow the terms of the GNU General Public License
24 # when using or distributing such scripts, even though portions of the text of
25 # AutoTroll appear in them. The GNU General Public License (GPL) does govern
26 # all other use of the material that constitutes AutoTroll.
28 # This special exception to the GPL applies to versions of AutoTroll
29 # released by the copyright holders of AutoTroll. Note that people who make
30 # modified versions of AutoTroll are not obligated to grant this special
31 # exception for their modified versions; it is their choice whether to do so.
32 # The GNU General Public License gives permission to release a modified version
33 # without this exception; this exception also makes it possible to release a
34 # modified version which carries forward this exception.
43 SUFFIXES
= .moc.
cpp .moc.
cc .moc.
cxx .moc.C .h .hh .hpp \
44 .ui .ui.h .ui.hh .ui.hpp \
45 .qrc .qrc.
cpp .qrc.
cc .qrc.
cxx .qrc.C
52 $(MOC
) $(QT_CPPFLAGS
) $(EXTRA_CPPFLAGS
) $< -o
$@
54 $(MOC
) $(QT_CPPFLAGS
) $(EXTRA_CPPFLAGS
) $< -o
$@
56 $(MOC
) $(QT_CPPFLAGS
) $(EXTRA_CPPFLAGS
) $< -o
$@
59 $(MOC
) $(QT_CPPFLAGS
) $(EXTRA_CPPFLAGS
) $< -o
$@
61 $(MOC
) $(QT_CPPFLAGS
) $(EXTRA_CPPFLAGS
) $< -o
$@
63 $(MOC
) $(QT_CPPFLAGS
) $(EXTRA_CPPFLAGS
) $< -o
$@
66 $(MOC
) $(QT_CPPFLAGS
) $(EXTRA_CPPFLAGS
) $< -o
$@
68 $(MOC
) $(QT_CPPFLAGS
) $(EXTRA_CPPFLAGS
) $< -o
$@
70 $(MOC
) $(QT_CPPFLAGS
) $(EXTRA_CPPFLAGS
) $< -o
$@
73 $(MOC
) $(QT_CPPFLAGS
) $(EXTRA_CPPFLAGS
) $< -o
$@
75 $(MOC
) $(QT_CPPFLAGS
) $(EXTRA_CPPFLAGS
) $< -o
$@
77 $(MOC
) $(QT_CPPFLAGS
) $(EXTRA_CPPFLAGS
) $< -o
$@
97 $(RCC
) -name
`echo "$<" | sed 's|^.*/\(.*\)\.qrc$$|\1|'` $< -o
$@
100 $(RCC
) -name
`echo "$<" | sed 's|^.*/\(.*\)\.qrc$$|\1|'` $< -o
$@
103 $(RCC
) -name
`echo "$<" | sed 's|^.*/\(.*\)\.qrc$$|\1|'` $< -o
$@
106 $(RCC
) -name
`echo "$<" | sed 's|^.*/\(.*\)\.qrc$$|\1|'` $< -o
$@
108 DISTCLEANFILES
= $(BUILT_SOURCES
)