~ubuntu-branches/ubuntu/gutsy/xmedcon/gutsy

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Roland Marcus Rutschmann
  • Date: 2004-06-07 09:00:14 UTC
  • Revision ID: james.westby@ubuntu.com-20040607090014-t39n52qc9zjqqqkh
Tags: upstream-0.9.6
ImportĀ upstreamĀ versionĀ 0.9.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
 
2
## filename: Makefile.am                                                   ##
 
3
##                                                                         ##
 
4
## UTIL Make   : Medical Image Conversion Utility                          ##
 
5
##                                                                         ##
 
6
## purpose     : main dir Makefile template (automake)                     ##
 
7
##                                                                         ##
 
8
## project     : (X)MedCon by Erik Nolf                                    ##
 
9
##                                                                         ##
 
10
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
 
11
## $Id: Makefile.am,v 1.9 2003/12/30 00:12:32 enlf Exp $
 
12
 
 
13
AUTOMAKE_OPTIONS = gnu dist-bzip2 dist-zip
 
14
 
 
15
SUBDIRS = libs source etc man
 
16
 
 
17
bin_SCRIPTS = xmedcon-config
 
18
 
 
19
m4datadir = $(datadir)/aclocal
 
20
m4data_DATA = xmedcon.m4
 
21
 
 
22
EXTRA_DIST = \
 
23
 README \
 
24
 REMARKS \
 
25
 xmedcon.m4
 
26