]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - panel/Makefile.in
ncurses 5.4
[ncurses.git] / panel / Makefile.in
index c3592526d54830a243e09919824e47fffbd01d23..e796c400b25a4078e9a57b3af6d6a0d758778b13 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.41 2002/01/20 00:41:18 tom Exp $
+# $Id: Makefile.in,v 1.46 2003/11/01 22:44:33 tom Exp $
 ##############################################################################
-# Copyright (c) 1998,1999,2000,2001,2002 Free Software Foundation, Inc.      #
+# Copyright (c) 1998-2002,2003 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"), #
@@ -27,7 +27,7 @@
 # authorization.                                                             #
 ##############################################################################
 #
-# Author: Thomas E. Dickey <dickey@clark.net> 1996,1997
+# Author: Thomas E. Dickey 1996-2002
 #
 # Makefile for panels source code.
 #
@@ -45,6 +45,9 @@
 SHELL          = /bin/sh
 THIS           = Makefile
 
+x              = @EXEEXT@
+o              = .@OBJEXT@
+
 MODEL          = @DFT_LWR_MODEL@
 DESTDIR                = @DESTDIR@
 srcdir         = @srcdir@
@@ -56,6 +59,11 @@ includedir   = @includedir@
 datadir                = @datadir@
 
 LIBTOOL                = @LIBTOOL@
+LIBTOOL_CLEAN  = @LIB_CLEAN@
+LIBTOOL_COMPILE        = @LIB_COMPILE@
+LIBTOOL_LINK   = @LIB_LINK@
+LIBTOOL_INSTALL        = @LIB_INSTALL@
+LIBTOOL_UNINSTALL = @LIB_UNINSTALL@
 
 INSTALL                = @INSTALL@
 INSTALL_LIB    = @INSTALL@ @INSTALL_LIB@
@@ -72,8 +80,7 @@ CC            = @CC@
 CPP            = @CPP@
 CFLAGS         = @CFLAGS@
 
-CPPFLAGS       = @CPPFLAGS@ -I@top_srcdir@/ncurses \
-                 -DHAVE_CONFIG_H
+CPPFLAGS       = -I@top_srcdir@/ncurses -DHAVE_CONFIG_H @CPPFLAGS@
 
 CCFLAGS                = $(CPPFLAGS) $(CFLAGS)
 
@@ -85,7 +92,7 @@ CFLAGS_SHARED = $(CCFLAGS) @CC_SHARED_OPTS@
 
 CFLAGS_DEFAULT = $(CFLAGS_@DFT_UPR_MODEL@)
 
-LINK           = $(LIBTOOL) $(CC)
+LINK           = $(LIBTOOL_LINK) $(CC)
 LDFLAGS                = @LDFLAGS@ @LD_MODEL@ @LIBS@
 
 SHLIB_DIRS     = -L../lib
@@ -98,7 +105,7 @@ NCURSES_MINOR        = @NCURSES_MINOR@
 REL_VERSION    = @cf_cv_rel_version@
 ABI_VERSION    = @cf_cv_abi_version@
 
-RANLIB         = @RANLIB@
+RANLIB         = @LIB_PREP@
 
 IMPORT_LIB     = @IMPORT_LIB@
 SHARED_LIB     = @SHARED_LIB@