* gdb.ada: New subdirectory.
* gdb.ada/Makefile.in: New file. * gdb.ada/gnat_ada.gpr.in: New file.
This commit is contained in:
parent
034cb68144
commit
854af2f7b2
@ -1,3 +1,9 @@
|
||||
2004-03-31 Joel Brobecker <brobecker@gnat.com>
|
||||
|
||||
* gdb.ada: New subdirectory.
|
||||
* gdb.ada/Makefile.in: New file.
|
||||
* gdb.ada/gnat_ada.gpr.in: New file.
|
||||
|
||||
2004-03-31 Joel Brobecker <brobecker@gnat.com>
|
||||
|
||||
* lib/ada.exp: New file.
|
||||
|
21
gdb/testsuite/gdb.ada/Makefile.in
Normal file
21
gdb/testsuite/gdb.ada/Makefile.in
Normal file
@ -0,0 +1,21 @@
|
||||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
|
||||
EXECUTABLES = null_record
|
||||
|
||||
MISCELLANEOUS =
|
||||
|
||||
all info install-info dvi install uninstall installcheck check:
|
||||
@echo "Nothing to be done for $@..."
|
||||
|
||||
clean mostlyclean:
|
||||
-gnatclean -Pgnat_ada -q $(EXECUTABLES)
|
||||
-rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
|
||||
-rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
|
||||
-rm -f $(MISCELLANEOUS) twice-tmp.c
|
||||
|
||||
distclean maintainer-clean realclean: clean
|
||||
-rm -f *~ core
|
||||
-rm -f Makefile config.status config.log gnat_ada.gpr
|
||||
-rm -f *-init.exp
|
||||
-rm -fr *.log summary detail *.plog *.sum *.psum site.*
|
10
gdb/testsuite/gdb.ada/gnat_ada.gpr.in
Normal file
10
gdb/testsuite/gdb.ada/gnat_ada.gpr.in
Normal file
@ -0,0 +1,10 @@
|
||||
-- This project files allows us to control the location where the
|
||||
-- compilation artifacts produced when building the Ada examples
|
||||
-- are stored.
|
||||
|
||||
project Gnat_Ada is
|
||||
|
||||
for Source_Dirs use ("@srcdir@");
|
||||
-- No need to set the Object_Dir, it is set to "." by default.
|
||||
|
||||
end Gnat_Ada;
|
Loading…
x
Reference in New Issue
Block a user