8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#
# Copyright (c) 1999-2000 Ajuba Solutions.
# All rights reserved.
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# RCS: @(#) $Id: Makefile.in,v 1.18 2002/02/04 22:45:53 hobbs Exp $
lib_BINARIES=$(tls_LIB_FILE)
BINARIES=$(lib_BINARIES)
#========================================================================
# Enumerate the names of the source files included in this package.
|
|
|
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#
# Copyright (c) 1999-2000 Ajuba Solutions.
# All rights reserved.
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# RCS: @(#) $Id: Makefile.in,v 1.19 2004/02/04 04:02:17 razzell Exp $
lib_BINARIES=$(tls_LIB_FILE)
BINARIES=$(lib_BINARIES)
#========================================================================
# Enumerate the names of the source files included in this package.
|
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
|
fixstrtod.$(OBJEXT): $(srcdir)/fixstrtod.c
$(COMPILE) -c `@CYGPATH@ $(srcdir)/fixstrtod.c` -o $@
strncasecmp.$(OBJEXT): $(srcdir)/strncasecmp.c
$(COMPILE) -c `@CYGPATH@ $(srcdir)/strncasecmp.c` -o $@
tls.tcl: $(srcdir)/tls.tcl
cp $(srcdir)/tls.tcl tls.tcl
#========================================================================
# End of user-definable section
#========================================================================
#========================================================================
# Don't modify the file to clean here. Instead, set the "CLEANFILES"
# variable in configure.in
|
<
<
<
|
296
297
298
299
300
301
302
303
304
305
306
307
308
309
|
fixstrtod.$(OBJEXT): $(srcdir)/fixstrtod.c
$(COMPILE) -c `@CYGPATH@ $(srcdir)/fixstrtod.c` -o $@
strncasecmp.$(OBJEXT): $(srcdir)/strncasecmp.c
$(COMPILE) -c `@CYGPATH@ $(srcdir)/strncasecmp.c` -o $@
#========================================================================
# End of user-definable section
#========================================================================
#========================================================================
# Don't modify the file to clean here. Instead, set the "CLEANFILES"
# variable in configure.in
|