2008-10-19 19:59:31 +00:00
|
|
|
VPATH = @srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
|
2009-12-03 21:19:49 +00:00
|
|
|
EXECUTABLES = py-type py-value py-prettyprint py-template
|
2008-10-19 19:59:31 +00:00
|
|
|
|
|
|
|
all info install-info dvi install uninstall installcheck check:
|
|
|
|
@echo "Nothing to be done for $@..."
|
|
|
|
|
|
|
|
clean mostlyclean:
|
|
|
|
-rm -f *~ *.o *.ci
|
|
|
|
-rm -f core $(EXECUTABLES)
|
|
|
|
|
|
|
|
distclean maintainer-clean realclean: clean
|
|
|
|
-rm -f Makefile config.status config.log
|