fb5f3683c3
* gdb.ada/char_param.exp: Do not compile our test program with -gnata, this is unnecessary. * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
38 lines
980 B
Makefile
38 lines
980 B
Makefile
VPATH = @srcdir@
|
|
srcdir = @srcdir@
|
|
|
|
EXECUTABLES = \
|
|
array_return/p \
|
|
arrayidx/p \
|
|
catch_ex/foo \
|
|
char_param/foo \
|
|
exec_changed/common \
|
|
exec_changed/first \
|
|
exec_changed/second \
|
|
fixed_points/fixed_points \
|
|
frame_args/foo \
|
|
null_record/null_record \
|
|
packed_array/pa \
|
|
print_chars/foo \
|
|
start/dummy \
|
|
watch_arg/watch
|
|
|
|
MISCELLANEOUS =
|
|
|
|
all info install-info dvi install uninstall installcheck check:
|
|
@echo "Nothing to be done for $@..."
|
|
|
|
clean mostlyclean:
|
|
-find . -name '*.o' -print | xargs rm -f
|
|
-find . -name '*.ali' -print | xargs rm -f
|
|
-find . -name 'b~*.ad[sb]' -print | xargs rm -f
|
|
-rm -f *~ a.out xgdb *.x *.ci *.tmp
|
|
-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
|
|
-rm -f *-init.exp
|
|
-rm -fr *.log summary detail *.plog *.sum *.psum site.*
|