File: Makefile.am

package info (click to toggle)
globus-common 11.5-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,352 kB
  • ctags: 4,592
  • sloc: ansic: 35,631; sh: 10,368; makefile: 590; perl: 408
file content (33 lines) | stat: -rw-r--r-- 667 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
include $(top_srcdir)/globus_automake_pre
include $(top_srcdir)/globus_automake_pre_top

setup_SCRIPTS = \
	findshelltools \
	setup-globus-common \
	setup-globus-common.pl

setup_DATA = \
        globus-sh-tools-vars.sh.in

libexec_SCRIPTS = globus-script-initializer

globusperldir = $(perlmoduledir)/Globus/Core
globusperl_DATA = Paths.pm

findshelltools: findshelltools.in
	autoconf -o findshelltools findshelltools.in

SUBDIRS = pkgdata

EXTRA_DIST = \
	findshelltools \
	findshelltools.in \
	globus-sh-tools-vars.sh.in \
	setup-globus-common \
	setup-globus-common.pl

include $(top_srcdir)/globus_automake_post
include $(top_srcdir)/globus_automake_post_top