# This is the top level Makefile generated by the new ViewML configuration # script. For now, we are trying to please everybody, so the older # style makefile system is still in place (see src/Makefile). But for those # who want to use config, this Makefile will handle everything you need # See README-CONFIG at the top level for more information # and instructions # Jordan Crouse, Century Software, September 2000 @SET_MAKE@ VIEWML_MAKEFILE = Makefile.new JSCRIPT_MAKEFILE = Makefile.new all: jscript viewml jscript: (cd jscript; $(MAKE) -f $(JSCRIPT_MAKEFILE)) viewml: @ (cd src; $(MAKE) -f build_depends.mk check-depends; $(MAKE) -f $(VIEWML_MAKEFILE) all) depend: @ (cd src; $(MAKE) build_depends.mk force-depends) install: @ (cd src; $(MAKE) -f $(VIEWML_MAKEFILE) install) uninstall: @ (cd src; $(MAKE) -f $(VIEWML_MAKEFILE) uninstall) clean: @ (cd jscript; $(MAKE) -f $(JSCRIPT_MAKEFILE) clean) @ (cd src; $(MAKE) -f $(VIEWML_MAKEFILE) clean) distclean: clean @ (rm -f config.cache config.status config.log Makefile makeinclude) strip: @(cd src; $(MAKE) -f $(VIEWML_MAKEFILE) strip) # $Id$