blob: 5f7518e52b16a5eb55829744cc2257e91511d2b1 (
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
|
INCLUDES=$(all_includes)
noinst_LTLIBRARIES=libmodes.la
libmodes_la_SOURCES= \
base_mode.cc \
construct_mode.cc \
dragrectmode.cc \
edittype.cc \
edittypebase.ui \
label.cc \
linkslabel.cpp \
macro.cc \
macrowizard.cc \
macrowizardbase.ui \
mode.cc \
moving.cc \
normal.cc \
popup.cc \
textlabelwizard.cc \
textlabelwizardbase.ui \
typesdialog.cpp \
typesdialogbase.ui
noinst_HEADERS=\
base_mode.h \
construct_mode.h \
dragrectmode.h \
edittype.h \
label.h \
linkslabel.h \
macro.h \
macrowizard.h \
mode.h \
moving.h \
normal.h \
popup.h \
textlabelwizard.h \
typesdialog.h
METASOURCES=AUTO
|