*** empty log message ***
[anjuta-git-plugin.git] / Makefile.am
blob81d1dff8d8a9f8142acba89fbfd82238bce6644c
1 ## Process this file with automake to produce Makefile.in
3 @INTLTOOL_DESKTOP_RULE@
5 SUBDIRS = po tagmanager global-tags scintilla \
6         libegg pixmaps scripts data launcher \
7         doc libanjuta plugins src manuals mime 
9 anjutadocdir = $(datadir)/doc/anjuta
10 anjutadoc_DATA = \
11         MAINTAINERS\
12         README\
13         COPYING\
14         AUTHORS\
15         ChangeLog\
16         INSTALL\
17         NEWS\
18         TODO\
19         FUTURE\
20         ROADMAP\
21         THANKS
23 ## anjuta_glade_filedir = $(anjuta_glade_dir)
24 ## anjuta_glade_file_DATA = anjuta.glade
26 EXTRA_DIST = \
27         anjuta.desktop.in.in \
28         anjuta.spec.in \
29         autogen.sh \
30         anjuta.prj \
31         setup-gettext \
32         intltool-extract.in\
33         intltool-merge.in\
34         intltool-update.in\
35         $(anjutadoc_DATA)\
36         anjuta_dialogs_strings.c
38 gnomemenudir = $(datadir)/applications
39 gnomemenu_premerge_file = anjuta.desktop.in
40 gnomemenu_DATA = $(gnomemenu_premerge_file:.desktop.in=.desktop)
42 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
44 # Copy all the spec files. Of course, only one is actually used.
45 dist-hook:
46         for specfile in *.spec; do \
47                 if test -f $$specfile; then \
48                         cp -p $$specfile $(distdir); \
49                 fi \
50         done
52 rpm: dist
53         rpmbuild -ta $(distdir).tar.gz
55 ## Install in RedHat's sytem menu, only if the system is RH.
56 ## install-data-local:
57 ##      -dfi=`which desktop-file-install` ; \
58 ##      if ( [ "x$$dfi" != "x" ] && [ -x $$dfi ] && [ -w $(datadir)/applications ] ) ; then \
59 ##              mkdir -p $(datadir)/applications ; \
60 ##              $$dfi --vendor anjuta --delete-original \
61 ##                --dir $(datadir)/applications \
62 ##                --add-category X-Red-Hat-Base --add-category Application \
63 ##                --add-category Development \
64 ##                $(prefix)/@NO_PREFIX_PACKAGE_MENU_DIR@/Development/anjuta.desktop ; \
65 ##      fi
68 CLEANFILES = \
69         $(gnomemenu_DATA)
71 DISTCLEANFILES = \
72         intltool-extract \
73         intltool-merge \
74         intltool-update \
75         $(gnomemenu_DATA)