]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/samples/Makefile.in
ncurses 6.2 - patch 20210703
[ncurses.git] / Ada95 / samples / Makefile.in
index f7cd1e883e8ad01ebbc735ca83b78c3838d22880..3731085a3e51ac0f67ca482105738d650c1fe521 100644 (file)
@@ -1,5 +1,5 @@
 ##############################################################################
-# Copyright 2018-2019,2020 Thomas E. Dickey                                  #
+# Copyright 2018-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    #
@@ -29,7 +29,7 @@
 #
 #  Author:  Juergen Pfeifer, 1996
 #
-#  $Id: Makefile.in,v 1.61 2020/08/29 17:01:19 tom Exp $
+#  $Id: Makefile.in,v 1.64 2021/07/03 15:45:33 tom Exp $
 #
 .SUFFIXES:
 
@@ -107,7 +107,23 @@ THISLIB            = sample
 CARGS          = -cargs $(ADAFLAGS)
 LARGS          = -largs -L../lib -l@ADA_LIBNAME@ @TEST_ARG2@ $(LD_FLAGS) @TEST_LIBS2@
 
-PROGS          = tour$x ncurses$x @USE_GNAT_SIGINT@ rain$x 
+PROGS          = tour$x ncurses$x @USE_GNAT_SIGINT@ rain$x
+
+################################################################################
+
+@MAKE_PHONY@.PHONY :   all
+@MAKE_PHONY@.PHONY :   clean
+@MAKE_PHONY@.PHONY :   distclean
+@MAKE_PHONY@.PHONY :   install
+@MAKE_PHONY@.PHONY :   install.examples
+@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.examples
+@MAKE_PHONY@.PHONY :   uninstall.libs
 
 all ::  $(PROGS)
        @echo made $@
@@ -131,7 +147,7 @@ install.examples :: $(MY_DATADIR)
        $(INSTALL_DATA) explain.txt $(MY_DATADIR)
 
 uninstall.examples ::
-       -cd $(BINDIR) && rm -f $(PROGS)
+       -( cd $(BINDIR) && rm -f $(PROGS) )
        -rmdir $(BINDIR)
        -rm -f $(MY_DATADIR)/explain.txt
        -rmdir $(MY_DATADIR)