]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/samples/Makefile.in
ncurses 6.2 - patch 20210619
[ncurses.git] / Ada95 / samples / Makefile.in
index 6c970acacfd50ecfc95b92d5ab2029b4b615fddc..495f70831fbbb0b300b491042595b6ab5d10af1f 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.60 2020/08/08 19:52:58 tom Exp $
+#  $Id: Makefile.in,v 1.63 2021/06/17 21:11:08 tom Exp $
 #
 .SUFFIXES:
 
@@ -55,7 +55,7 @@ AWK           = @AWK@
 LN_S           = @LN_S@
 
 CC             = @CC@
-CFLAGS         = @CFLAGS@
+CFLAGS         = @CFLAGS@ @EXTRA_CFLAGS@
 
 CPPFLAGS       = @ACPPFLAGS@ \
                  -DHAVE_CONFIG_H -I$(srcdir)
@@ -107,7 +107,7 @@ 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
 
 all ::  $(PROGS)
        @echo made $@
@@ -131,7 +131,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)