projects
/
ncurses.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ncurses 5.6 - patch 20070331
[ncurses.git]
/
form
/
Makefile.in
diff --git
a/form/Makefile.in
b/form/Makefile.in
index e55afcb55e4e758afffdb2cf304e1a9a8a28bec3..8370437fa0a4f85755621c64a523caa74dc65c9e 100644
(file)
--- a/
form/Makefile.in
+++ b/
form/Makefile.in
@@
-1,6
+1,6
@@
-# $Id: Makefile.in,v 1.
36 2002/01/20 01:49:17
tom Exp $
+# $Id: Makefile.in,v 1.
45 2007/03/31 15:46:42
tom Exp $
##############################################################################
##############################################################################
-# Copyright (c) 1998
,1999,2000,2001,2002 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"), #
# #
# 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 form source code.
#
#
# Makefile for form source code.
#
@@
-45,6
+45,9
@@
SHELL = /bin/sh
THIS = Makefile
SHELL = /bin/sh
THIS = Makefile
+x = @EXEEXT@
+o = .@OBJEXT@
+
MODEL = @DFT_LWR_MODEL@
DESTDIR = @DESTDIR@
srcdir = @srcdir@
MODEL = @DFT_LWR_MODEL@
DESTDIR = @DESTDIR@
srcdir = @srcdir@
@@
-55,10
+58,15
@@
libdir = @libdir@
includedir = @includedir@
LIBTOOL = @LIBTOOL@
includedir = @includedir@
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@
INSTALL = @INSTALL@
INSTALL_LIB = @INSTALL@ @INSTALL_LIB@
-INSTALL_PROG = @INSTALL_PROG@
+INSTALL_PROG = @INSTALL_PROG
RAM
@
INSTALL_DATA = @INSTALL_DATA@
AR = @AR@
INSTALL_DATA = @INSTALL_DATA@
AR = @AR@
@@
-71,8
+79,7
@@
CC = @CC@
CPP = @CPP@
CFLAGS = @CFLAGS@
CPP = @CPP@
CFLAGS = @CFLAGS@
-CPPFLAGS = @CPPFLAGS@ \
- -DHAVE_CONFIG_H
+CPPFLAGS = -I@top_srcdir@/ncurses -DHAVE_CONFIG_H @CPPFLAGS@
CCFLAGS = $(CPPFLAGS) $(CFLAGS)
CCFLAGS = $(CPPFLAGS) $(CFLAGS)
@@
-84,11
+91,11
@@
CFLAGS_SHARED = $(CCFLAGS) @CC_SHARED_OPTS@
CFLAGS_DEFAULT = $(CFLAGS_@DFT_UPR_MODEL@)
CFLAGS_DEFAULT = $(CFLAGS_@DFT_UPR_MODEL@)
-LINK = $(LIBTOOL) $(CC)
+LINK = $(LIBTOOL
_LINK
) $(CC)
LDFLAGS = @LDFLAGS@ @LD_MODEL@ @LIBS@
SHLIB_DIRS = -L../lib
LDFLAGS = @LDFLAGS@ @LD_MODEL@ @LIBS@
SHLIB_DIRS = -L../lib
-SHLIB_LIST = $(SHLIB_DIRS) -lncurses@LIB_SUFFIX@ @SHLIB_LIST@
+SHLIB_LIST = $(SHLIB_DIRS) -lncurses@LIB_SUFFIX@
#
@SHLIB_LIST@
MK_SHARED_LIB = @MK_SHARED_LIB@
MK_SHARED_LIB = @MK_SHARED_LIB@
@@
-97,10
+104,8
@@
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
@
-IMPORT_LIB = @IMPORT_LIB@
-SHARED_LIB = @SHARED_LIB@
LIBRARIES = @LIBS_TO_MAKE@
LINT = @LINT@
LIBRARIES = @LIBS_TO_MAKE@
LINT = @LINT@
@@
-108,7
+113,7
@@
LINT_OPTS = @LINT_OPTS@
LINT_LIBS = -lform -lncurses @LIBS@
AUTO_SRC = \
LINT_LIBS = -lform -lncurses @LIBS@
AUTO_SRC = \
- ../include/form.h
+ ../include/form.h
################################################################################
all \
################################################################################
all \
@@
-119,7
+124,7
@@
sources : $(AUTO_SRC)
$(DESTDIR)$(bindir) \
$(DESTDIR)$(libdir) :
$(DESTDIR)$(bindir) \
$(DESTDIR)$(libdir) :
- sh $(srcdir)/../mk
installdirs
$@
+ sh $(srcdir)/../mk
dirs.sh
$@
# make copies to simplify include-paths while still keeping form's include
# file in this directory.
# make copies to simplify include-paths while still keeping form's include
# file in this directory.