Deleted Added
full compact
Makefile.in (57419) Makefile.in (57422)
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13# $Id: Makefile.am,v 1.69 2000/02/13 20:34:03 assar Exp $
13# $Id: Makefile.am,v 1.70 2000/02/19 18:53:13 assar Exp $
14
15
16# $Id: Makefile.am.common,v 1.3 1999/04/01 14:58:43 joda Exp $
17
18
19# $Id: Makefile.am.common,v 1.13 1999/11/01 03:19:58 assar Exp $
20
21

--- 149 unchanged lines hidden (view full) ---

171@KRB5_TRUE@LIB_krb5 = $(top_builddir)/lib/krb5/libkrb5.la $(top_builddir)/lib/asn1/libasn1.la
172@KRB5_TRUE@LIB_gssapi = $(top_builddir)/lib/gssapi/libgssapi.la
173
174CHECK_LOCAL = $(PROGRAMS)
175
176CLEANFILES = roken.h make-roken.c print_version.h
177
178lib_LTLIBRARIES = libroken.la
14
15
16# $Id: Makefile.am.common,v 1.3 1999/04/01 14:58:43 joda Exp $
17
18
19# $Id: Makefile.am.common,v 1.13 1999/11/01 03:19:58 assar Exp $
20
21

--- 149 unchanged lines hidden (view full) ---

171@KRB5_TRUE@LIB_krb5 = $(top_builddir)/lib/krb5/libkrb5.la $(top_builddir)/lib/asn1/libasn1.la
172@KRB5_TRUE@LIB_gssapi = $(top_builddir)/lib/gssapi/libgssapi.la
173
174CHECK_LOCAL = $(PROGRAMS)
175
176CLEANFILES = roken.h make-roken.c print_version.h
177
178lib_LTLIBRARIES = libroken.la
179libroken_la_LDFLAGS = -version-info 7:0:2
179libroken_la_LDFLAGS = -version-info 7:1:2
180
181noinst_PROGRAMS = make-roken make-print-version
182
183check_PROGRAMS = parse_bytes-test strpftime-test getaddrinfo-test
184TESTS = $(check_PROGRAMS)
185
186getaddrinfo_test_LDADD = libroken.la
187parse_bytes_test_LDADD = libroken.la

--- 614 unchanged lines hidden ---
180
181noinst_PROGRAMS = make-roken make-print-version
182
183check_PROGRAMS = parse_bytes-test strpftime-test getaddrinfo-test
184TESTS = $(check_PROGRAMS)
185
186getaddrinfo_test_LDADD = libroken.la
187parse_bytes_test_LDADD = libroken.la

--- 614 unchanged lines hidden ---