X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fsrc%2FMakefile.in;h=10bd2ce7259a3b05a68136a27d2c9880d4e198d9;hp=b0e80de52af13855a3c79b80cca9c05956a73dcb;hb=4298026c68384077462178f8018c8c1add0c3cdf;hpb=96592d717179f99c8fe1c5a63fc4a26c24867288 diff --git a/Ada95/src/Makefile.in b/Ada95/src/Makefile.in index b0e80de5..10bd2ce7 100644 --- a/Ada95/src/Makefile.in +++ b/Ada95/src/Makefile.in @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 1998-2014,2015 Free Software Foundation, Inc. # +# Copyright (c) 1998-2015,2016 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.71 2015/08/05 23:15:41 tom Exp $ +# $Id: Makefile.in,v 1.72 2016/08/13 18:04:27 tom Exp $ # .SUFFIXES: @@ -36,6 +36,9 @@ SHELL = @SHELL@ VPATH = @srcdir@ THIS = Makefile +ADA_MFLAGS = @cf_cv_makeflags@ +@SET_MAKE@ + MODEL = ../../@DFT_OBJ_SUBDIR@ DESTDIR = @DESTDIR@ @@ -179,7 +182,10 @@ $(LIBDIR) \ $(BUILD_DIR_LIB) : mkdir -p $@ -sources : +$(GENERATED_SOURCES) : + cd ../gen; $(MAKE) $(ADA_MFLAGS) + +sources : $(GENERATED_SOURCES) @echo made $@ libs \