Updated Spanish translation
[anjuta-git-plugin.git] / plugins / project-wizard / Makefile.am
blobd1eee88479400edee9f1a339c0c547fc1c2f46cc
2 SUBDIRS = templates
4 # Plugin glade file
5 wizard_gladedir = $(anjuta_glade_dir)
6 wizard_glade_DATA = anjuta-project-wizard.glade \
7         applogo.png \
8         appwizard.png
10 # Plugin UI file
11 wizard_uidir = $(anjuta_ui_dir)
12 wizard_ui_DATA =  
14 # Plugin pixmaps
15 wizard_pixmapsdir = $(anjuta_image_dir)
16 wizard_pixmaps_DATA = \
17         anjuta-project-wizard-plugin.png
19 # Plugin Icon file
20 plugin_in_files = anjuta-project-wizard.plugin.in
21 %.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
23 wizard_plugindir = $(anjuta_plugin_dir)
24 wizard_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
26 plugindir = $(anjuta_plugin_dir)
27 plugin_LTLIBRARIES = libanjuta-project-wizard.la
29 INCLUDES = \
30         $(WARN_CFLAGS) \
31         $(DEPRECATED_FLAGS) \
32         $(LIBANJUTA_CFLAGS)
34 libanjuta_project_wizard_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS)
36 libanjuta_project_wizard_la_LIBADD = \
37         $(GNOME_UI_LIBS) \
38         $(GLADE_LIBS) \
39         $(LIBANJUTA_LIBS)
41 libanjuta_project_wizard_la_SOURCES= \
42         plugin.c \
43         plugin.h \
44         druid.c \
45         druid.h \
46         header.c \
47         header.h \
48         property.c \
49         property.h \
50         values.c \
51         values.h \
52         file.c \
53         file.h \
54         action.c \
55         action.h \
56         parser.c \
57         parser.h \
58         install.c \
59         install.h \
60         autogen.c \
61         autogen.h 
63 EXTRA_DIST = \
64         $(plugin_in_files) \
65         $(wizard_pixmaps_DATA) \
66         $(wizard_plugin_DATA) \
67         $(wizard_glade_DATA) \
68         $(wizard_ui_DATA)
70 ## templates_dir = $(datadir)/anjuta/projects
71 ## 
72 ## install-data-local:
73 ##      mkdir -p $(DESTDIR)$(templates_dir)
74 ##      $(INSTALL_DATA) $(srcdir)/templates $(DESTDIR)$(templates_dir)
76 ## uninstall-local:
77 ##      @rm -fv $(*:%=$(templates_dir)/%)
78 ##      -if test -d $(templates_dir); then rmdir $(templates_dir); fi