X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=form%2FMakefile.in;h=b70feab84750678bc8c6eda75cebd021b73cd04f;hp=8db31ed4ad71c5c9437c6d80b45010f771d11d17;hb=04d942c3d98cf0a929c6afb17be8c10d4ae39af0;hpb=e33150410925e7858dacebb585a9bd90db683d86 diff --git a/form/Makefile.in b/form/Makefile.in index 8db31ed4..b70feab8 100644 --- a/form/Makefile.in +++ b/form/Makefile.in @@ -1,6 +1,7 @@ -# $Id: Makefile.in,v 1.64 2018/01/15 19:28:45 tom Exp $ +# $Id: Makefile.in,v 1.68 2020/05/24 01:40:20 anonymous.maarten Exp $ ############################################################################## -# Copyright (c) 1998-2015,2018 Free Software Foundation, Inc. # +# Copyright 2020 Thomas E. Dickey # +# Copyright 1998-2015,2018 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"), # @@ -91,12 +92,14 @@ CC = @CC@ CPP = @CPP@ CFLAGS = @CFLAGS@ -CPPFLAGS = -I${top_srcdir}/ncurses -DHAVE_CONFIG_H @CPPFLAGS@ +INCDIR = $(top_srcdir)/include +BASE_DIR = $(top_srcdir)/ncurses +CPPFLAGS = -I$(BASE_DIR) -DHAVE_CONFIG_H -DBUILDING_FORM @CPPFLAGS@ CCFLAGS = $(CPPFLAGS) $(CFLAGS) -CFLAGS_LIBTOOL = $(CCFLAGS) -CFLAGS_NORMAL = $(CCFLAGS) +CFLAGS_LIBTOOL = $(CCFLAGS) -DNCURSES_STATIC +CFLAGS_NORMAL = $(CCFLAGS) -DNCURSES_STATIC CFLAGS_DEBUG = $(CCFLAGS) @CC_G_OPT@ -DTRACE CFLAGS_PROFILE = $(CCFLAGS) -pg CFLAGS_SHARED = $(CCFLAGS) @CC_SHARED_OPTS@ @@ -148,11 +151,24 @@ $(DESTDIR)$(libdir) : cp $(srcdir)/form.h $@ HEADER_DEPS = \ - $(srcdir)/form.priv.h \ - $(srcdir)/form.h \ - ../include/mf_common.h \ ../include/curses.h \ - ../include/eti.h + ../include/eti.h \ + ../include/mf_common.h \ + ../include/ncurses_cfg.h \ + ../include/ncurses_def.h \ + ../include/ncurses_dll.h \ + ../include/term.h \ + ../include/unctrl.h \ + $(BASE_DIR)/curses.priv.h \ + $(BASE_DIR)/new_pair.h \ + $(INCDIR)/nc_alloc.h \ + $(INCDIR)/nc_panel.h \ + $(INCDIR)/nc_string.h \ + $(INCDIR)/nc_termios.h \ + $(INCDIR)/nc_tparm.h \ + $(INCDIR)/term_entry.h \ + $(srcdir)/form.h \ + $(srcdir)/form.priv.h tags: $(CTAGS) *.[ch]