2009-06-27 18:49:20 +00:00
|
|
|
VPATH = @srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
|
|
|
|
EXECUTABLES = break-reverse consecutive-reverse finish-reverse \
|
|
|
|
machinestate solib-reverse step-reverse until-reverse \
|
2009-08-27 00:05:08 +00:00
|
|
|
watch-reverse i386-reverse
|
2009-06-27 18:49:20 +00:00
|
|
|
|
|
|
|
MISCELLANEOUS =
|
|
|
|
|
|
|
|
all info install-info dvi install uninstall installcheck check:
|
|
|
|
@echo "Nothing to be done for $@..."
|
|
|
|
|
|
|
|
clean mostlyclean:
|
|
|
|
rm -f *~ *.o *.x *.ci *.sl a.out core
|
|
|
|
rm -f $(EXECUTABLES) $(MISCELLANEOUS)
|
|
|
|
|
|
|
|
distclean maintainer-clean realclean: clean
|
|
|
|
rm -f Makefile config.status config.log site.*
|
|
|
|
|