~ubuntu-branches/ubuntu/hardy/minicom/hardy

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin A. Godisch
  • Date: 2006-10-27 05:41:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061027054123-9cyfsdx649zetdrv
Tags: 2.2-3
* Added upstream NEWS file, closes: #394827.
* Fixed spelling errors, closes: #395449.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
bin_PROGRAMS = minicom runscript ascii-xfr @KEYSERV@
5
5
 
6
 
bin_SCRIPTS = xminicom
 
6
dist_bin_SCRIPTS = xminicom
7
7
 
8
8
minicom_SOURCES = minicom.c vt100.c config.c help.c updown.c \
9
9
        util.c dial.c window.c wkeys.c ipc.c \
10
10
        windiv.c sysdep1.c sysdep1_s.c sysdep2.c rwconf.c main.c \
11
11
        file.c getsdir.c wildmat.c common.c
12
 
        
13
 
noinst_HEADERS = charmap.h configsym.h defmap.h \
 
12
 
 
13
noinst_HEADERS = configsym.h defmap.h \
14
14
        getsdir.h intl.h keyboard.h minicom.h \
15
15
        port.h vt100.h window.h sysdep.h rcsid.h
16
16
 
20
20
 
21
21
minicom_keyserv_SOURCES = keyserv.c wkeys.c sysdep2.c
22
22
 
23
 
AUTOMAKE_OPTIONS = dist-tarZ 1.0
24
 
 
25
23
MINICOM_LIBPORT = $(top_builddir)/lib/libport.a
26
24
 
27
25
LDADD = $(MINICOM_LIBPORT)
28
26
 
29
 
CFLAGS = @CFLAGS@ -Wall -W
30
 
 
31
 
CPPFLAGS = @CPPFLAGS@  -I$(top_srcdir)/lib
32
 
 
33
 
minicom_LDADD = @INTLLIBS@ $(MINICOM_LIBPORT)
34
 
 
35
 
runscript_LDADD = @INTLLIBS@
36
 
 
37
 
EXTRA_DIST = functions.c xminicom
38
 
 
 
27
AM_CFLAGS = @CFLAGS@ -Wall -W
 
28
 
 
29
confdir = @MINICOM_CONFDIR@
 
30
 
 
31
AM_CPPFLAGS = @CPPFLAGS@ -I$(top_srcdir)/lib -DCONFDIR=\"$(confdir)\" \
 
32
              -DLOCALEDIR=\"$(datadir)/locale\"
 
33
 
 
34
minicom_LDADD = @LIBINTL@ $(MINICOM_LIBPORT)
 
35
minicom_keyserv_LDADD = @LIBINTL@ $(MINICOM_LIBPORT)
 
36
runscript_LDADD = @LIBINTL@ $(MINICOM_LIBPORT)
 
37
 
 
38
EXTRA_DIST = functions.c