Updated Spanish translation
[anjuta-git-plugin.git] / global-tags / Makefile.am
blob74ee1bf108ba17e78313b4a027e7bff642d018cd
1 ## Process this file with automake to produce Makefile.in
3 ## Created by Anjuta - will be overwritten
4 ## If you don't want it to overwrite it,
5 ##      Please disable it in the Anjuta project configuration
7 bindir = $(anjuta_data_dir)/scripts
8 dist_bin_SCRIPTS = create_global_tags.sh
10 AM_CPPFLAGS = -I$(top_srcdir)/tagmanager/include $(GLIB_CFLAGS)
12 bin_PROGRAMS = anjuta-tags
14 anjuta_tags_SOURCES = tm_global_tags.c
16 anjuta_tags_LDADD = $(top_builddir)/tagmanager/libanjuta-ctags.la
17 anjuta_tags_LDFLAGS = $(GLIB_LIBS)
19 edit = sed \
20         -e 's,@scriptdir\@,$(bindir),g'
22 create_global_tags.sh: Makefile create_global_tags.sh.in
23         rm -f create_global_tags.sh
24         $(edit) $(srcdir)/create_global_tags.sh.in > create_global_tags.sh
25         chmod +x create_global_tags.sh
27 EXTRA_DIST = $(dist_bin_SCRIPTS) create_global_tags.sh.in