summaryrefslogtreecommitdiffstats
path: root/kolourpaint/tools/Makefile.am
blob: 9c665cb181a35513955f35a743e501b87ac20a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../cursors -I$(srcdir)/../interfaces \
    -I$(srcdir)/../pixmapfx \
    -I$(srcdir)/../tools \
    -I$(srcdir)/../views \
    -I$(srcdir)/../widgets $(all_includes)

noinst_LTLIBRARIES = libkolourpainttools.la
libkolourpainttools_la_SOURCES = kptoolaction.cpp \
    kptoolairspray.cpp \
    kptoolautocrop.cpp \
    kptoolbrush.cpp kptoolclear.cpp \
    kptoolcolorpicker.cpp kptoolcolorwasher.cpp \
    kptoolconverttograyscale.cpp \
    kptoolcrop.cpp \
    kptoolcurve.cpp \
    kptoolellipse.cpp \
    kptoolellipticalselection.cpp kptooleraser.cpp \
    kptoolflip.cpp kptoolfloodfill.cpp \
    kptoolfreeformselection.cpp \
    kptoolline.cpp kptoolpen.cpp \
    kptoolpolygon.cpp kptoolpolyline.cpp \
    kptoolpreviewdialog.cpp \
    kptoolrectangle.cpp kptoolrectselection.cpp \
    kptoolresizescale.cpp kptoolrotate.cpp \
    kptoolroundedrectangle.cpp kptoolselection.cpp \
    kptoolskew.cpp kptooltext.cpp

# TODO: Why is this needed?  Isn't linking at the toplevel enough?
libkolourpainttools_la_LIBADD = ../pixmapfx/libkolourpaintpixmapfx.la ../cursors/libkolourpaintcursors.la

METASOURCES = kptoolaction.moc \
    kptoolairspray.moc \
    kptoolbrush.moc \
    kptoolcolorpicker.moc \
    kptoolcolorwasher.moc \
    kptoolcurve.moc \
    kptoolellipse.moc \
    kptooleraser.moc \
    kptoolflip.moc \
    kptoolfloodfill.moc \
    kptoolline.moc \
    kptoolpen.moc \
    kptoolpolygon.moc \
    kptoolpolyline.moc \
    kptoolpreviewdialog.moc \
    kptoolrectangle.moc \
    kptoolresizescale.moc \
    kptoolrotate.moc \
    kptoolroundedrectangle.moc \
    kptoolselection.moc \
    kptoolskew.moc \
    kptooltext.moc