]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/src/Makefile.in
ncurses 5.6 - patch 20070407
[ncurses.git] / Ada95 / src / Makefile.in
index a9c7081782a83129952b146f8a1637c8a95c4fa0..634e7459ad59ea2411faba3a82185ea3525b735b 100644 (file)
@@ -1,5 +1,5 @@
 ##############################################################################
-# Copyright (c) 1998 Free Software Foundation, Inc.                          #
+# Copyright (c) 1998-2003,2004 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"), #
 ##############################################################################
 #
 #  Author:  Juergen Pfeifer, 1996
-#  Contact: http://www.familiepfeifer.de/Contact.aspx?Lang=en
 #
-#  Version Control
-#  $Revision: 1.26 $
+#  $Id: Makefile.in,v 1.30 2004/08/21 21:29:50 tom Exp $
 #
 .SUFFIXES:
 
@@ -176,17 +174,17 @@ dotouch :
        @sh -c 'for f in $(LIBALIS) $(GENALIS); do test -f $$f || touch $$f; done'
 
 sources :
-       @
+       @echo made $@
 
 libs \
 install \
 install.libs \
 uninstall \
 uninstall.libs ::
-       @
+       @echo made $@
 
 generics: $(GENALIS)
-       @
+       @echo made $@
 
 mostlyclean ::
        rm -f *.o *.ali b_t*.* *.s $(PROGS) a.out core b_*_test.c *.xr[bs] *.a
@@ -214,26 +212,26 @@ $(ABASE).o: $(srcdir)/$(ABASE).adb $(BASEDEPS)
 
 
 $(ABASE)-terminfo.o: \
-               $(ABASE)-terminfo.ads \
+               $(srcdir)/$(ABASE)-terminfo.ads \
                $(srcdir)/$(ABASE)-terminfo.adb $(BASEDEPS)
        $(ADA) $(ADAFLAGS) -c -o $@ $(srcdir)/$(ABASE)-terminfo.adb
 
 
 $(ABASE)-termcap.o: \
-               $(ABASE)-termcap.ads \
+               $(srcdir)/$(ABASE)-termcap.ads \
                $(srcdir)/$(ABASE)-termcap.adb $(BASEDEPS)
        $(ADA) $(ADAFLAGS) -c -o $@ $(srcdir)/$(ABASE)-termcap.adb
 
 
 $(ABASE)-putwin.o: \
-               $(ABASE)-putwin.ads \
+               $(srcdir)/$(ABASE)-putwin.ads \
                $(srcdir)/$(ABASE)-putwin.adb $(BASEDEPS)
        $(ADA) $(ADAFLAGS) -c -o $@ $(srcdir)/$(ABASE)-putwin.adb
 
 
 $(ABASE)-trace.adb : $(srcdir)/$(ABASE)-trace.adb_p
        rm -f $@
-       $(ADAPREP) -DADA_TRACE=@ADA_TRACE@ $(srcdir)/$(ABASE)-trace.adb_p $@
+       $(ADAPREP) -DADA_TRACE=@ADA_TRACE@ -DPRAGMA_UNREF=@PRAGMA_UNREF@ $(srcdir)/$(ABASE)-trace.adb_p $@
 
 $(ABASE)-trace.o: \
                $(ABASE)-trace.ads \