X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=Ada95%2Fsamples%2FMakefile.in;h=8bd88e5b4d3a44e0519f9ebcb18fbedbd2aa0080;hb=f9d358b4f3cf9b44727a0ee5c08f8ca6ae4e3821;hp=340e3bd4bcb449842ae6484e09cfd0a83e4fc19d;hpb=65ee0f2ca50c827bf271df7a087edd7da49f598d;p=ncurses.git diff --git a/Ada95/samples/Makefile.in b/Ada95/samples/Makefile.in index 340e3bd4..8bd88e5b 100644 --- a/Ada95/samples/Makefile.in +++ b/Ada95/samples/Makefile.in @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 1998-2005,2008 Free Software Foundation, Inc. # +# Copyright (c) 1998-2009,2010 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -28,7 +28,7 @@ # # Author: Juergen Pfeifer, 1996 # -# $Id: Makefile.in,v 1.35 2008/11/23 00:17:20 juergen Exp $ +# $Id: Makefile.in,v 1.37 2010/05/29 21:09:58 tom Exp $ # .SUFFIXES: @@ -87,9 +87,9 @@ ALIB = @cf_ada_package@ ABASE = $(ALIB)-curses CARGS =-cargs $(ADAFLAGS) -LARGS =-largs @TEST_ARG2@ $(LD_FLAGS) -lAdaCurses - -PROGS = tour rain ncurses +LARGS =-largs @TEST_ARG2@ $(LD_FLAGS) -lAdaCurses @TEST_LIBS2@ + +PROGS = tour rain ncurses TOUR_OBJS = tour.o sample.o sample-curses_demo.o sample-explanation.o \ sample-form_demo.o sample-function_key_setting.o \