]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/Makefile.in
ncurses 5.7 - patch 20100313
[ncurses.git] / ncurses / Makefile.in
index 3c7044089075faa66b01b43951959731feb60060..f2c961bf9644bb74a9328abbc92e07495aea0543 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.122 2010/01/23 18:44:34 tom Exp $
+# $Id: Makefile.in,v 1.125 2010/03/13 19:29:55 tom Exp $
 ##############################################################################
 # Copyright (c) 1998-2009,2010 Free Software Foundation, Inc.                #
 #                                                                            #
@@ -93,7 +93,7 @@ CPPFLAGS      = -DHAVE_CONFIG_H -I../ncurses -I$(srcdir) @CPPFLAGS@
 
 CCFLAGS                = $(CPPFLAGS) $(CFLAGS)
 
-BUILD_CPPFLAGS = -I../include @BUILD_CPPFLAGS@
+BUILD_CPPFLAGS = -I../include -DUSE_BUILD_CC @BUILD_CPPFLAGS@
 BUILD_CC       = @BUILD_CC@
 BUILD_CCFLAGS  = -DHAVE_CONFIG_H -I../ncurses -I$(srcdir) -I$(INCDIR) $(BUILD_CPPFLAGS) @BUILD_CFLAGS@
 BUILD_LDFLAGS  = @BUILD_LDFLAGS@
@@ -156,11 +156,11 @@ AUTO_SRC = \
 
 HEADER_DEPS    = \
        $(srcdir)/curses.priv.h \
-       $(INCDIR)/ncurses_dll.h \
-       $(INCDIR)/ncurses_cfg.h \
-       $(INCDIR)/curses.h \
+       ../include/ncurses_dll.h \
+       ../include/ncurses_cfg.h \
+       ../include/curses.h \
        $(INCDIR)/nc_panel.h \
-       $(INCDIR)/term.h \
+       ../include/term.h \
        $(INCDIR)/term_entry.h \
        $(INCDIR)/nc_tparm.h \
        $(INCDIR)/nc_alloc.h \