]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - panel/Makefile.in
ncurses 5.1
[ncurses.git] / panel / Makefile.in
index 645e21084be606e2fbce8e4a9bf4ec28deeb024d..e5f528d79157326d227cdfae11515a30a5d2884c 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.26 1998/02/11 12:14:02 tom Exp $
+# $Id: Makefile.in,v 1.31 2000/05/28 01:40:32 tom Exp $
 ##############################################################################
-# Copyright (c) 1998 Free Software Foundation, Inc.                          #
+# Copyright (c) 1998-2000 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"), #
@@ -67,6 +67,7 @@ LD            = @LD@
 LN_S           = @LN_S@
 
 CC             = @CC@
+CPP            = @CPP@
 CFLAGS         = @CFLAGS@
 
 CPPFLAGS       = @CPPFLAGS@ \
@@ -84,8 +85,11 @@ CFLAGS_DEFAULT       = $(CFLAGS_@DFT_UPR_MODEL@)
 LINK           = $(CC)
 LDFLAGS                = @LDFLAGS@ @LD_MODEL@ @LIBS@
 
-SHLIB_LIST     = -lncurses @SHLIB_LIST@
+SHLIB_DIRS     = -L../lib -L$(libdir)
+SHLIB_LIST     = $(SHLIB_DIRS) -lncurses@LIB_SUFFIX@ @SHLIB_LIST@
+
 MK_SHARED_LIB  = @MK_SHARED_LIB@
+
 REL_VERSION    = @cf_cv_rel_version@
 ABI_VERSION    = @cf_cv_abi_version@
 
@@ -98,10 +102,12 @@ LINT_OPTS  = @LINT_OPTS@
 LINT_LIBS      = -lpanel -lncurses @LIBS@
 
 AUTO_SRC       = \
-               ../include/panel.h 
+               ../include/panel.h
 
 ################################################################################
-all install :: $(AUTO_SRC) $(LIBRARIES)
+all \
+libs \
+install ::     $(AUTO_SRC) $(LIBRARIES)
 
 sources:       $(AUTO_SRC)
 
@@ -127,7 +133,7 @@ TAGS:
 mostlyclean ::
        -rm -f core tags TAGS *~ *.ln *.atac trace
 
-clean ::
+clean :: mostlyclean
        -rm -f $(AUTO_SRC)
 
 distclean :: clean