EXTRA_DIST = GCVS-VERSION .cvsignore PORTING README.SUN gcvs.spec make_configure SUBDIRS = common cvstree rf gcvs Macros cvsunix GuiDoc CONFIG_STATUS_DEPENDENCIES = GCVS-VERSION etags: etags -C `find . -name \*.cpp` etags -C -a `find . -name \*.h` etags -a `find . -name \*.c` Makefiles: make ./Makefile list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ./Makefile.in ); \ done rpm: dist rpm -ta $(distdir).tar.gz