X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=panel%2FMakefile.in;h=380f80cf2d59afa61f00586b680e58bb8a5265cd;hp=cbd978809dcbf1db777475a7743cca5a62d85319;hb=f259fb41d8f08b7e042eb928b839b59c8e39098c;hpb=81304798ee736c467839c779c9ca5dca48db7bea;ds=sidebyside diff --git a/panel/Makefile.in b/panel/Makefile.in index cbd97880..380f80cf 100644 --- a/panel/Makefile.in +++ b/panel/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.75 2020/08/29 14:50:45 tom Exp $ +# $Id: Makefile.in,v 1.76 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 # @@ -136,6 +136,19 @@ AUTO_SRC = \ ../include/panel.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)