File: Makefile.am

package info (click to toggle)
globus-common 15.26-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,648 kB
  • ctags: 3,162
  • sloc: ansic: 36,114; sh: 11,654; makefile: 407; perl: 351; xml: 322
file content (34 lines) | stat: -rw-r--r-- 823 bytes parent folder | download | duplicates (2)
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
34
data_DATA = \
	globus-user-env.sh \
	globus-user-env.csh
libexecdatadir = $(libexecdir)
libexecdata_DATA = \
	globus-args-parser-header \
	globus-sh-tools.sh \
	globus-sh-tools-vars.sh \
	globus-script-initializer \
	globus-script-initializer.$(host_cpu)-$(host_vendor)-$(host_os)
libexec_SCRIPTS = \
	globus-vararg-enums-doxygen-filter.pl

bin_SCRIPTS = \
	globus-hostname \
	globus-domainname \
	globus-makefile-header

globuscore_perlmoduledir = $(perlmoduledir)/Globus/Core
globuscore_perlmodule_DATA = Config.pm Paths.pm

all-local:
	$(MKDIR_P) Globus/Core
	$(INSTALL) $(srcdir)/Config.pm Paths.pm Globus/Core

clean-local:
	rm -rf Globus

DISTCLEANFILES = globus-script-initializer.$(host_cpu)-$(host_vendor)-$(host_os)

EXTRA_DIST = \
	globus-args-parser-header \
	globus-vararg-enums-doxygen-filter.pl \
	Config.pm