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 (21 lines) | stat: -rw-r--r-- 443 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
include $(top_srcdir)/globus_automake_pre

libexec_SCRIPTS = \
	globus-args-parser-header \
	globus-sh-tools.sh

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

globus-domainname: globus-hostname
	cp $(srcdir)/globus-hostname $(builddir)/globus-domainname

EXTRA_DIST = \
	globus-args-parser-header \
	globus-sh-tools.sh \
	globus-hostname \
	globus-makefile-header

include $(top_srcdir)/globus_automake_post