File: Makefile.am

package info (click to toggle)
xmpi 2.2.3b8-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,668 kB
  • ctags: 1,373
  • sloc: cpp: 13,083; sh: 8,293; makefile: 303; csh: 63
file content (29 lines) | stat: -rw-r--r-- 920 bytes parent folder | download | duplicates (6)
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
# -*- Makefile -*-
#
# Copyright (c) 2001-2003 The Trustees of Indiana University.  
#                         All rights reserved.
# Copyright (c) 1998-2001 University of Notre Dame. 
#                         All rights reserved.
# Copyright (c) 1994-1998 The Ohio State University.  
#                         All rights reserved.
# 
# This file is part of the XMPI software package.  For license
# information, see the LICENSE file in the top level directory of the
# XMPI source distribution.
#
# $Id: Makefile.am,v 1.8 2003/08/23 13:39:49 jsquyres Exp $
#

include $(top_srcdir)/config/Makefile.options

SUBDIRS			= src man
DIST_SUBDIRS		= $(SUBDIRS) app-defaults config
EXTRA_DIST		= LICENSE INSTALL NEWS README VERSION AUTHORS

# This will work on Solaris ND machines; 'cause that's where we move
# often make distributions from.  :-)

TAR			= gtar

dist-hook:
	csh -f config/distscript.csh $(DESTDIR)$(distdir)