File: Makefile.am

package info (click to toggle)
xmpi 2.2.3b6-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,820 kB
  • ctags: 1,716
  • sloc: cpp: 13,920; sh: 7,632; makefile: 328; csh: 125; ansic: 28; sed: 28
file content (32 lines) | stat: -rw-r--r-- 886 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
# -*- Makefile -*-
#
# See LICENSE file in top level directory for license information...
#
# $Id: Makefile.am,v 1.7 2001/05/19 04:10:13 bbarrett Exp $
#

AUTOMAKE_OPTIONS        = no-dependencies foreign check-news

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

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

TAR			= gtar

# This file is only here so that the "tags" target will work properly.
# Without *something* in either SOURCES or HEADERS, the tags target
# won't work nicely.  Ugh.  Hopefully this will be fixed in automake
# 1.5!

noinst_HEADERS          = acconfig.h

# a hook to run our license install code.
dist-hook:
	csh -f config/distscript.csh $(DESTDIR)$(distdir)

SOURCEFILES		=
include $(top_srcdir)/Makefile.depend