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
14SUBDIRS_ =	po gsmlib apps tests doc scripts win32 ext
15
16EXTRA_DIST =	gsmlib.spec
17
18if COMPILE_INTL
19SUBDIRS =	intl $(SUBDIRS_) # po - make automake happy
20else
21SUBDIRS =	$(SUBDIRS_) # po intl - make automake happy
22endif
23
24all:
25