~ubuntu-branches/ubuntu/intrepid/gsmlib/intrepid

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Mikael Hedin
  • Date: 2002-01-24 12:59:07 UTC
  • Revision ID: james.westby@ubuntu.com-20020124125907-b7qkpokx5283jdpu
Tags: upstream-1.8
ImportĀ upstreamĀ versionĀ 1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
# *************************************************************************
 
3
# * GSM TA/ME library
 
4
# *
 
5
# * File:    Makefile.am
 
6
# *
 
7
# * Purpose: Toplevel Makefile
 
8
# *
 
9
# * Author:  Peter Hofmann (software@pxh.de)
 
10
# *
 
11
# * Created: 21.5.1999
 
12
# *************************************************************************
 
13
 
 
14
SUBDIRS_ =      po gsmlib apps tests doc scripts win32 ext
 
15
 
 
16
EXTRA_DIST =    gsmlib.spec
 
17
 
 
18
if COMPILE_INTL
 
19
SUBDIRS =       intl $(SUBDIRS_) # po - make automake happy
 
20
else
 
21
SUBDIRS =       $(SUBDIRS_) # po intl - make automake happy
 
22
endif
 
23
 
 
24
all: