projects
/
ncurses.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ncurses 5.9 - patch 20141101
[ncurses.git]
/
menu
/
Makefile.in
diff --git
a/menu/Makefile.in
b/menu/Makefile.in
index 08f7dc258f1a707ebadb35a329da89d66e29c3aa..ad1f47a22e8de5094bda66c23dec822a0e192020 100644
(file)
--- a/
menu/Makefile.in
+++ b/
menu/Makefile.in
@@
-1,6
+1,6
@@
-# $Id: Makefile.in,v 1.
31 2000/10/14 17:57:02 Johnny.C.La
m Exp $
+# $Id: Makefile.in,v 1.
57 2013/08/04 20:23:27 to
m Exp $
##############################################################################
##############################################################################
-# Copyright (c) 1998-20
00 Free Software Foundation, Inc.
#
+# Copyright (c) 1998-20
12,2013 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"), #
# #
# 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. #
##############################################################################
#
# authorization. #
##############################################################################
#
-# Author: Thomas E. Dickey
<dickey@clark.net> 1996,1997
+# Author: Thomas E. Dickey
1996-on
#
# Makefile for menu source code.
#
#
# Makefile for menu source code.
#
@@
-43,34
+43,51
@@
.SUFFIXES:
SHELL = /bin/sh
.SUFFIXES:
SHELL = /bin/sh
+VPATH = @srcdir@
THIS = Makefile
THIS = Makefile
+x = @EXEEXT@
+o = .@OBJEXT@
+
MODEL = @DFT_LWR_MODEL@
DESTDIR = @DESTDIR@
srcdir = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
MODEL = @DFT_LWR_MODEL@
DESTDIR = @DESTDIR@
srcdir = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
+bindir = @bindir@
libdir = @libdir@
includedir = @includedir@
libdir = @libdir@
includedir = @includedir@
+includesubdir = @includesubdir@
+
+INCLUDEDIR = $(DESTDIR)$(includedir)$(includesubdir)
LIBTOOL = @LIBTOOL@
LIBTOOL = @LIBTOOL@
+LIBTOOL_CLEAN = @LIB_CLEAN@
+LIBTOOL_COMPILE = @LIB_COMPILE@
+LIBTOOL_LINK = @LIB_LINK@
+LIBTOOL_INSTALL = @LIB_INSTALL@
+LIBTOOL_UNINSTALL = @LIB_UNINSTALL@
+LT_UNDEF = @LT_UNDEF@
INSTALL = @INSTALL@
INSTALL_LIB = @INSTALL@ @INSTALL_LIB@
INSTALL = @INSTALL@
INSTALL_LIB = @INSTALL@ @INSTALL_LIB@
+INSTALL_PROG = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
AR = @AR@
INSTALL_DATA = @INSTALL_DATA@
AR = @AR@
-AR
_OPTS = @AR_OPT
S@
+AR
FLAGS = @ARFLAG
S@
AWK = @AWK@
LD = @LD@
LN_S = @LN_S@
AWK = @AWK@
LD = @LD@
LN_S = @LN_S@
+CTAGS = @CTAGS@
+ETAGS = @ETAGS@
+
CC = @CC@
CPP = @CPP@
CFLAGS = @CFLAGS@
CC = @CC@
CPP = @CPP@
CFLAGS = @CFLAGS@
-CPPFLAGS = @CPPFLAGS@ \
- -DHAVE_CONFIG_H
+CPPFLAGS = -I@top_srcdir@/ncurses -DHAVE_CONFIG_H @CPPFLAGS@
CCFLAGS = $(CPPFLAGS) $(CFLAGS)
CCFLAGS = $(CPPFLAGS) $(CFLAGS)
@@
-82,12
+99,13
@@
CFLAGS_SHARED = $(CCFLAGS) @CC_SHARED_OPTS@
CFLAGS_DEFAULT = $(CFLAGS_@DFT_UPR_MODEL@)
CFLAGS_DEFAULT = $(CFLAGS_@DFT_UPR_MODEL@)
-LINK = $(LIBTOOL
) $(CC
)
+LINK = $(LIBTOOL
_LINK
)
LDFLAGS = @LDFLAGS@ @LD_MODEL@ @LIBS@
LDFLAGS = @LDFLAGS@ @LD_MODEL@ @LIBS@
-SHLIB_DIRS = -L../lib
-L$(libdir)
+SHLIB_DIRS = -L../lib
SHLIB_LIST = $(SHLIB_DIRS) -lncurses@LIB_SUFFIX@ @SHLIB_LIST@
SHLIB_LIST = $(SHLIB_DIRS) -lncurses@LIB_SUFFIX@ @SHLIB_LIST@
+RPATH_LIST = @RPATH_LIST@
MK_SHARED_LIB = @MK_SHARED_LIB@
NCURSES_MAJOR = @NCURSES_MAJOR@
MK_SHARED_LIB = @MK_SHARED_LIB@
NCURSES_MAJOR = @NCURSES_MAJOR@
@@
-95,9
+113,9
@@
NCURSES_MINOR = @NCURSES_MINOR@
REL_VERSION = @cf_cv_rel_version@
ABI_VERSION = @cf_cv_abi_version@
REL_VERSION = @cf_cv_rel_version@
ABI_VERSION = @cf_cv_abi_version@
-RANLIB = @
RANLIB
@
+RANLIB = @
LIB_PREP
@
-LIBRARIES = @L
IBS_TO_MAKE
@
+LIBRARIES = @L
ibs_To_Make
@
LINT = @LINT@
LINT_OPTS = @LINT_OPTS@
LINT = @LINT@
LINT_OPTS = @LINT_OPTS@
@@
-115,8
+133,9
@@
install :: $(AUTO_SRC) $(LIBRARIES)
sources : $(AUTO_SRC)
sources : $(AUTO_SRC)
+$(DESTDIR)$(bindir) \
$(DESTDIR)$(libdir) :
$(DESTDIR)$(libdir) :
-
$(srcdir)/../mkinstalldirs
$@
+
mkdir -p
$@
# make copies to simplify include-paths while still keeping menu's include
# file in this directory.
# make copies to simplify include-paths while still keeping menu's include
# file in this directory.
@@
-130,19
+149,19
@@
$(DESTDIR)$(libdir) :
-rm -f $@
cp $(srcdir)/mf_common.h $@
-rm -f $@
cp $(srcdir)/mf_common.h $@
-
MENU_PRIV_H
= \
+
HEADER_DEPS
= \
$(srcdir)/menu.priv.h \
$(AUTO_SRC) \
../include/curses.h
tags:
$(srcdir)/menu.priv.h \
$(AUTO_SRC) \
../include/curses.h
tags:
-
ctags
*.[ch]
+
$(CTAGS)
*.[ch]
@MAKE_UPPER_TAGS@TAGS:
@MAKE_UPPER_TAGS@TAGS:
-@MAKE_UPPER_TAGS@
etags
*.[ch]
+@MAKE_UPPER_TAGS@
$(ETAGS)
*.[ch]
mostlyclean ::
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)
clean :: mostlyclean
-rm -f $(AUTO_SRC)