]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/Makefile.in
ncurses 6.2 - patch 20200718
[ncurses.git] / test / Makefile.in
index 0abc4aaccae3602a8127ece7ff4fbaa7f90a8641..ebc6510ef9de7d0be3856575a1eb2563cba14e03 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.123 2020/03/08 16:15:42 tom Exp $
+# $Id: Makefile.in,v 1.125 2020/07/18 18:47:54 tom Exp $
 ##############################################################################
 # Copyright 2020 Thomas E. Dickey                                            #
 # Copyright 1998-2017,2018 Free Software Foundation, Inc.                    #
@@ -90,9 +90,9 @@ CPPFLAGS      = -I. -I$(srcdir) -I../test -DHAVE_CONFIG_H -DDATA_DIR=\"$(datadir)\" @
 CCFLAGS                = $(CPPFLAGS) $(CFLAGS)
 
 CFLAGS_LIBTOOL = $(CCFLAGS)
-CFLAGS_NORMAL  = $(CCFLAGS)
-CFLAGS_DEBUG   = $(CCFLAGS) @CC_G_OPT@ -DTRACE
-CFLAGS_PROFILE = $(CCFLAGS) -pg
+CFLAGS_NORMAL  = $(CCFLAGS) -DNCURSES_STATIC
+CFLAGS_DEBUG   = $(CCFLAGS) -DNCURSES_STATIC @CC_G_OPT@ -DTRACE
+CFLAGS_PROFILE = $(CCFLAGS) -DNCURSES_STATIC -pg
 CFLAGS_SHARED  = $(CCFLAGS) @CC_SHARED_OPTS@
 
 CFLAGS_DEFAULT = $(CFLAGS_@DFT_UPR_MODEL@)
@@ -138,15 +138,16 @@ LINT_OPTS = @LINT_OPTS@
 LINT_LIBS      = -lform -lmenu -lpanel -lncurses @LIBS@
 
 INCDIR         = $(top_srcdir)/include
+incdir         = ../include
 
 HEADER_DEPS    = \
-       ../include/curses.h \
-       ../include/term.h \
-       ../include/ncurses_cfg.h \
-       ../include/ncurses_def.h \
-       ../include/ncurses_dll.h \
-       ../include/term.h \
-       ../include/unctrl.h \
+       $(incdir)/curses.h \
+       $(incdir)/term.h \
+       $(incdir)/ncurses_cfg.h \
+       $(incdir)/ncurses_def.h \
+       $(incdir)/ncurses_dll.h \
+       $(incdir)/term.h \
+       $(incdir)/unctrl.h \
        $(INCDIR)/nc_alloc.h
 
 # The rest is generated from the "programs" and "modules" files...