]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - form/Makefile.in
ncurses 6.4 - patch 20240420
[ncurses.git] / form / Makefile.in
index 8035555250fd970e4e491b01228bcf545d9ddbef..a950a3e8ae140f560e9b436bfd86cc79f749023b 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.69 2020/07/18 19:16:52 tom Exp $
+# $Id: Makefile.in,v 1.72 2021/07/03 15:45:33 tom Exp $
 ##############################################################################
-# Copyright 2020 Thomas E. Dickey                                            #
+# Copyright 2020,2021 Thomas E. Dickey                                       #
 # Copyright 1998-2015,2018 Free Software Foundation, Inc.                    #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
@@ -90,7 +90,7 @@ ETAGS         = @ETAGS@
 
 CC             = @CC@
 CPP            = @CPP@
-CFLAGS         = @CFLAGS@
+CFLAGS         = @CFLAGS@ @EXTRA_CFLAGS@
 
 INCDIR         = $(top_srcdir)/include
 BASE_DIR       = $(top_srcdir)/ncurses
@@ -134,6 +134,19 @@ AUTO_SRC   = \
                ../include/form.h
 
 ################################################################################
+
+@MAKE_PHONY@.PHONY :   all
+@MAKE_PHONY@.PHONY :   clean
+@MAKE_PHONY@.PHONY :   distclean
+@MAKE_PHONY@.PHONY :   install
+@MAKE_PHONY@.PHONY :   install.libs
+@MAKE_PHONY@.PHONY :   libs
+@MAKE_PHONY@.PHONY :   mostlyclean
+@MAKE_PHONY@.PHONY :   realclean
+@MAKE_PHONY@.PHONY :   sources
+@MAKE_PHONY@.PHONY :   uninstall
+@MAKE_PHONY@.PHONY :   uninstall.libs
+
 all \
 libs \
 install ::     $(AUTO_SRC) $(LIBRARIES)
@@ -190,7 +203,7 @@ realclean :: distclean
 
 ../include/mf_common.h \
 ../include/eti.h :
-       cd ../menu && $(MAKE) $@
+       ( cd ../menu && $(MAKE) $@ )
 
 ###############################################################################
 # The remainder of this file is automatically generated during configuration