X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2FMakefile.in;h=a0c602d84de601b64bcd4ccafa7fe5fc2040f41a;hp=22a0ac159834bde1218665925048168f56a40c81;hb=7a27c7d49c2e8b4a1ecbe85b4423d647cbc75ea5;hpb=53d4e8a9506b267d6758096a5e6b945a44432ef9 diff --git a/test/Makefile.in b/test/Makefile.in index 22a0ac15..a0c602d8 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.94 2007/01/13 22:31:09 tom Exp $ +# $Id: Makefile.in,v 1.96 2007/04/19 20:15:16 tom Exp $ ############################################################################## -# Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. # +# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -77,7 +77,7 @@ LOCAL_LIBS = @TEST_DEPS@ MATH_LIB = @MATH_LIB@ LD = @LD@ -LINK = @LINK_TESTS@ $(LIBTOOL_LINK) $(CC) $(CFLAGS) +LINK = @LINK_TESTS@ $(LIBTOOL_LINK) $(CFLAGS) LDFLAGS = @LD_MODEL@ @LOCAL_LDFLAGS@ @LDFLAGS@ @@ -96,8 +96,7 @@ LIBS_CURSES = `echo "@TEST_ARGS@ @LIBS@" | sed -e 's/-lform.*-lpanel[^ ]*//'` $( LDFLAGS_CURSES = $(LDFLAGS_@DFT_UPR_MODEL@) $(LIBS_CURSES) # use these for linking with the tinfo library if we have it, or curses library if not -# FIXME: TICS_LEAKS fixes linkage for --disable-leaks -LIBS_TINFO = @TICS_LEAKS@ @TINFO_ARGS@ @LIBS@ $(MATH_LIB) +LIBS_TINFO = @TINFO_ARGS@ @LIBS@ $(MATH_LIB) LDFLAGS_TINFO = $(LDFLAGS_@DFT_UPR_MODEL@) $(LIBS_TINFO) LINT = @LINT@