X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=menu%2FMakefile.in;fp=menu%2FMakefile.in;h=b623bf0eed825375a7d59d4caaf9a2ad6e057f87;hp=fb13eb07c8ef4470d368a3f8273ed79844d4ee8b;hb=f259fb41d8f08b7e042eb928b839b59c8e39098c;hpb=81304798ee736c467839c779c9ca5dca48db7bea diff --git a/menu/Makefile.in b/menu/Makefile.in index fb13eb07..b623bf0e 100644 --- a/menu/Makefile.in +++ b/menu/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.70 2020/08/29 14:50:45 tom Exp $ +# $Id: Makefile.in,v 1.71 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/mf_common.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)