Put all of the UI utility functions into the "git" namespace.
[anjuta-git-plugin.git] / global-tags / Makefile.am
blob49c043703c6a4dd290b1f9c8571f74150b3d1afd
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 = $(pkglibdir)
8 scriptdir = $(anjuta_data_dir)/scripts
10 script_SCRIPTS = create_global_tags.sh
12 AM_CPPFLAGS = -I$(top_srcdir)/tagmanager/include $(GLIB_CFLAGS)
14 bin_PROGRAMS = anjuta-tags
16 anjuta_tags_SOURCES = tm_global_tags.c
18 anjuta_tags_LDADD = $(top_builddir)/tagmanager/libanjuta-ctags.la
19 anjuta_tags_LDFLAGS = $(GLIB_LIBS)
21 edit = sed \
22         -e 's,\@bindir\@,$(bindir),g'
24 create_global_tags.sh: Makefile create_global_tags.sh.in
25         rm -f create_global_tags.sh
26         $(edit) $(srcdir)/create_global_tags.sh.in > create_global_tags.sh
27         chmod +x create_global_tags.sh
29 EXTRA_DIST = create_global_tags.sh.in