~ubuntu-branches/ubuntu/trusty/nordugrid-arc/trusty-proposed

« back to all changes in this revision

Viewing changes to src/utils/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-11-29 13:39:10 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20131129133910-altaxrfowczzl2ev
Tags: 4.0.0-1
4.0.0 Release (Closes: #715131) (LP: #1049798)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
if WIN32
2
2
GRIDMAP =
3
 
NGCLIENT2ARC =
4
 
NGCLIENT2ARCMAN =
5
3
else
6
4
GRIDMAP = gridmap
7
 
NGCLIENT2ARC = ngclient2arc
8
 
NGCLIENT2ARCMAN = ngclient2arc.1
9
5
endif
10
6
 
11
 
bin_SCRIPTS = $(NGCLIENT2ARC)
12
 
man_MANS = $(NGCLIENT2ARCMAN)
13
 
 
14
7
if HED_ENABLED
15
8
BUILD_SOURCES = hed $(GRIDMAP)
16
9
else
19
12
 
20
13
SUBDIRS = $(BUILD_SOURCES)
21
14
DIST_SUBDIRS = hed gridmap
22
 
 
23
 
EXTRA_DIST = $(bin_SCRIPTS)
24