]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - panel/Makefile.in
ncurses 5.3
[ncurses.git] / panel / Makefile.in
index a33ca9c73d72a4f160c99c57ba636b1c7d279d33..c3592526d54830a243e09919824e47fffbd01d23 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.35 2000/10/14 17:57:02 Johnny.C.Lam Exp $
+# $Id: Makefile.in,v 1.41 2002/01/20 00:41:18 tom Exp $
 ##############################################################################
-# Copyright (c) 1998-2000 Free Software Foundation, Inc.                     #
+# Copyright (c) 1998,1999,2000,2001,2002 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"), #
@@ -50,6 +50,7 @@ DESTDIR               = @DESTDIR@
 srcdir         = @srcdir@
 prefix         = @prefix@
 exec_prefix    = @exec_prefix@
+bindir         = @bindir@
 libdir         = @libdir@
 includedir     = @includedir@
 datadir                = @datadir@
@@ -58,6 +59,7 @@ LIBTOOL               = @LIBTOOL@
 
 INSTALL                = @INSTALL@
 INSTALL_LIB    = @INSTALL@ @INSTALL_LIB@
+INSTALL_PROG   = @INSTALL_PROG@
 INSTALL_DATA   = @INSTALL_DATA@
 
 AR             = @AR@
@@ -70,7 +72,7 @@ CC            = @CC@
 CPP            = @CPP@
 CFLAGS         = @CFLAGS@
 
-CPPFLAGS       = @CPPFLAGS@ \
+CPPFLAGS       = @CPPFLAGS@ -I@top_srcdir@/ncurses \
                  -DHAVE_CONFIG_H
 
 CCFLAGS                = $(CPPFLAGS) $(CFLAGS)
@@ -86,7 +88,7 @@ CFLAGS_DEFAULT        = $(CFLAGS_@DFT_UPR_MODEL@)
 LINK           = $(LIBTOOL) $(CC)
 LDFLAGS                = @LDFLAGS@ @LD_MODEL@ @LIBS@
 
-SHLIB_DIRS     = -L../lib -L$(libdir)
+SHLIB_DIRS     = -L../lib
 SHLIB_LIST     = $(SHLIB_DIRS) -lncurses@LIB_SUFFIX@ @SHLIB_LIST@
 
 MK_SHARED_LIB  = @MK_SHARED_LIB@
@@ -98,6 +100,8 @@ ABI_VERSION  = @cf_cv_abi_version@
 
 RANLIB         = @RANLIB@
 
+IMPORT_LIB     = @IMPORT_LIB@
+SHARED_LIB     = @SHARED_LIB@
 LIBRARIES      = @LIBS_TO_MAKE@
 
 LINT           = @LINT@
@@ -114,8 +118,9 @@ install ::  $(AUTO_SRC) $(LIBRARIES)
 
 sources:       $(AUTO_SRC)
 
+$(DESTDIR)$(bindir) \
 $(DESTDIR)$(libdir) :
-       $(srcdir)/../mkinstalldirs $@
+       sh $(srcdir)/../mkinstalldirs $@
 
 # make a copy to simplify include-paths while still keeping panel's include
 # file in this directory.
@@ -134,7 +139,7 @@ tags:
 @MAKE_UPPER_TAGS@      etags *.[ch]
 
 mostlyclean ::
-       -rm -f core tags TAGS *~ *.ln *.atac trace
+       -rm -f core tags TAGS *~ *.bak *.i *.ln *.atac trace
 
 clean :: mostlyclean
        -rm -f $(AUTO_SRC)