Support individual files and folders in log output.
[anjuta-git-plugin.git] / plugins / editor / Makefile.am
blobc1e11788bb74e21a4767e5cd20b9dd5488fac129
1 if HAVE_PLUGIN_SCINTILLA
3 SUBDIRS = scintilla properties
5 # Plugin glade file
6 editor_gladedir = $(anjuta_glade_dir)
7 editor_glade_DATA = anjuta-editor-scintilla.glade
9 # Plugin Icon file
10 editor_pixmapsdir = $(anjuta_image_dir)
11 editor_pixmaps_DATA = \
12         anjuta-editor-scintilla-plugin.svg \
13         anjuta-editor-scintilla-plugin-48.png
15 plugin_in_files = anjuta-editor.plugin.in
16 %.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
18 editor_plugindir = $(anjuta_plugin_dir)
19 editor_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
21 plugindir = $(anjuta_plugin_dir)
22 plugin_LTLIBRARIES = libanjuta-editor.la
24 AM_CPPFLAGS = \
25         $(GNOME_PRINT_UI_CFLAGS) \
26         $(GIO_CFLAGS) \
27         $(LIBANJUTA_CFLAGS) \
28         $(PLUGIN_SCINTILLA_CFLAGS) \
29         -I$(srcdir)/scintilla/include \
30         -I$(top_srcdir)/tagmanager/include
32 libanjuta_editor_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS)
34 libanjuta_editor_la_LIBADD = \
35         $(GNOME_PRINT_UI_LIBS) \
36         $(GIO_LIBS) \
37         $(LIBANJUTA_LIBS) \
38         $(PLUGIN_SCINTILLA_LIBS) \
39         $(GLADE_LIBS) \
40         scintilla/libanjuta-scintilla.la \
41         $(top_builddir)/tagmanager/libanjuta-ctags.la
43 libanjuta_editor_la_SOURCES= \
44         properties.cxx \
45         properties.h \
46         properties_cxx.h \
47         aneditor.h \
48         aneditor-priv.h \
49         aneditor.cxx \
50         aneditor-autocomplete.cxx \
51         aneditor-calltip.cxx \
52         aneditor-indent.cxx \
53         text_editor_prefs.c \
54         text_editor_prefs.h \
55         text_editor.c \
56         text_editor.h \
57         text_editor_cbs.c \
58         text_editor_cbs.h \
59         text-editor-iterable.c \
60         text-editor-iterable.h \
61         lexer.h \
62         plugin.c \
63         plugin.h \
64         style-editor.c \
65         style-editor.h \
66         print.c \
67         print.h \
68         anjuta-bookmark-16.xpm \
69         anjuta-breakpoint-disabled-16.xpm \
70         anjuta-breakpoint-enabled-16.xpm \
71         anjuta-pcmark-16.xpm \
72         anjuta-linemark-16.xpm
74 prefs_glade_files = anjuta-editor-scintilla.glade
75 include $(top_srcdir)/scripts/build-schemas.mk
77 endif
79 EXTRA_DIST = \
80         $(editor_pixmaps_DATA) \
81         $(plugin_in_files) \
82         $(editor_plugin_DATA) \
83         $(editor_ui_DATA) \
84         $(editor_glade_DATA)