Index: semantic/Makefile
===================================================================
RCS file: /cvsroot/cedet/cedet/semantic/Makefile,v
retrieving revision 1.5
diff -c -r1.5 Makefile
*** semantic/Makefile	21 Aug 2002 02:11:45 -0000	1.5
--- semantic/Makefile	29 Jan 2003 08:26:49 -0000
***************
*** 9,32 ****
  top=
  ede_FILES=Project.ede Makefile
  
  scripts_MISC=semanticdb.sh
  example_MISC=semantic-example.el
  init_LISP=semantic-load.el semantic-autogen.el
  EMACS=emacs
! LOADPATH=../speedbar/ ../eieio/ 
! semantic_LISP=semantic.el semantic-util.el semantic-ctxt.el semantic-lex.el semantic-edit.el semantic-fw.el
  Languages_LISP=semantic-texi.el
! tools_LISP=semantic-imenu.el semantic-sb.el working.el semanticdb.el document.el document-vars.el sformat.el semantic-chart.el semantic-util-modes.el semantic-analyze.el semantic-ia.el semantic-cb.el semantic-ia-sb.el semanticdb-file.el semanticdb-search.el semanticdb-mk.el semanticdb-el.el
  senator_LISP=senator.el
  misc_AUX=INSTALL NEWS ChangeLog
  info_TEXINFOS=semantic.texi
  MAKEINFO=makeinfo
! VERSION=2.0beta3
  DISTDIR=$(top)semantic-$(VERSION)
  
  
  
! all: scripts example init semantic Languages tools senator semantic.info wisent Tests bovinator
  
  scripts: 
  	@
--- 9,37 ----
  top=
  ede_FILES=Project.ede Makefile
  
+ wy_MISC=semantic-grammar.wy
  scripts_MISC=semanticdb.sh
  example_MISC=semantic-example.el
  init_LISP=semantic-load.el semantic-autogen.el
  EMACS=emacs
! LOADPATH=wisent/ bovine/ ../speedbar/ ../eieio/\
!    
! semantic_LISP=semantic.el semantic-util.el semantic-ctxt.el semantic-lex.el semantic-edit.el semantic-fw.el semantic-grammar.el
  Languages_LISP=semantic-texi.el
! tools_LISP=semantic-imenu.el semantic-sb.el working.el semanticdb.el document.el document-vars.el sformat.el semantic-chart.el semantic-util-modes.el semantic-analyze.el semantic-ia.el semantic-cb.el semantic-ia-sb.el semanticdb-file.el semanticdb-search.el semanticdb-mk.el semanticdb-el.el semanticdb-system.el
  senator_LISP=senator.el
  misc_AUX=INSTALL NEWS ChangeLog
  info_TEXINFOS=semantic.texi
  MAKEINFO=makeinfo
! VERSION=2.0beta1
  DISTDIR=$(top)semantic-$(VERSION)
  
  
  
! all: wy scripts example init semantic Languages tools senator semantic.info wisent Tests bovinator
! 
! wy: 
! 	@
  
  scripts: 
  	@
***************
*** 110,116 ****
  dist: semantic.info
  	rm -rf $(DISTDIR)
  	mkdir $(DISTDIR)
! 	cp $(scripts_MISC) $(example_MISC) $(init_LISP) $(semantic_LISP) $(Languages_LISP) $(tools_LISP) $(senator_LISP) $(misc_AUX) $(info_TEXINFOS) semantic.info* $(ede_FILES) $(DISTDIR)
  	cd wisent; $(MAKE) dist
  	cd tests; $(MAKE) dist
  	cd bovine; $(MAKE) dist
--- 115,121 ----
  dist: semantic.info
  	rm -rf $(DISTDIR)
  	mkdir $(DISTDIR)
! 	cp $(wy_MISC) $(scripts_MISC) $(example_MISC) $(init_LISP) $(semantic_LISP) $(Languages_LISP) $(tools_LISP) $(senator_LISP) $(misc_AUX) $(info_TEXINFOS) semantic.info* $(ede_FILES) $(DISTDIR)
  	cd wisent; $(MAKE) dist
  	cd tests; $(MAKE) dist
  	cd bovine; $(MAKE) dist
Index: semantic/Project.ede
===================================================================
RCS file: /cvsroot/cedet/cedet/semantic/Project.ede,v
retrieving revision 1.28
diff -c -r1.28 Project.ede
*** semantic/Project.ede	28 Jan 2003 12:35:38 -0000	1.28
--- semantic/Project.ede	29 Jan 2003 08:26:49 -0000
***************
*** 48,54 ****
     (ede-proj-target-elisp "tools"
      :name "tools"
      :path ""
!     :source '("semantic-imenu.el" "semantic-sb.el" "working.el" "semanticdb.el" "document.el" "document-vars.el" "sformat.el" "semantic-chart.el" "semantic-util-modes.el" "semantic-analyze.el" "semantic-ia.el" "semantic-cb.el" "semantic-ia-sb.el" "semanticdb-file.el" "semanticdb-search.el" "semanticdb-mk.el" "semanticdb-el.el" "semanticdb-obj.el" "semanticdb-system.el")
      :aux-packages '("eieio" "speedbar")
      )
     (ede-proj-target-elisp "senator"
--- 48,54 ----
     (ede-proj-target-elisp "tools"
      :name "tools"
      :path ""
!     :source '("semantic-imenu.el" "semantic-sb.el" "working.el" "semanticdb.el" "document.el" "document-vars.el" "sformat.el" "semantic-chart.el" "semantic-util-modes.el" "semantic-analyze.el" "semantic-ia.el" "semantic-cb.el" "semantic-ia-sb.el" "semanticdb-file.el" "semanticdb-search.el" "semanticdb-mk.el" "semanticdb-el.el" "semanticdb-system.el")
      :aux-packages '("eieio" "speedbar")
      )
     (ede-proj-target-elisp "senator"
Index: semantic/bovine/Makefile
===================================================================
RCS file: /cvsroot/cedet/cedet/semantic/bovine/Makefile,v
retrieving revision 1.1
diff -c -r1.1 Makefile
*** semantic/bovine/Makefile	11 Aug 2002 18:27:40 -0000	1.1
--- semantic/bovine/Makefile	29 Jan 2003 08:26:50 -0000
***************
*** 9,26 ****
  top=../
  ede_FILES=Project.ede Makefile
  
! bovinator_LISP=semantic-bnf.el semantic-bovine.el
  EMACS=emacs
! LOADPATH=../../speedbar/ ../ 
  examples_MISC=skeleton.bnf semantic-skel.el
  languages_LISP=semantic-c.el semantic-el.el semantic-java.el semantic-make.el semantic-scm.el
  bnf_MISC=c.bnf java.bnf make.bnf scheme.bnf
! VERSION=2.0beta3
  DISTDIR=$(top)semantic-$(VERSION)/bovine
  
  
  
! all: bovinator examples languages bnf
  
  .PHONY: bovinator
  bovinator: $(bovinator_LISP)
--- 9,27 ----
  top=../
  ede_FILES=Project.ede Makefile
  
! bovinator_LISP=semantic-bovine.el bovine-grammar.el semantic-bnf.el
  EMACS=emacs
! LOADPATH=../wisent/ ../../speedbar/ ../ 
  examples_MISC=skeleton.bnf semantic-skel.el
  languages_LISP=semantic-c.el semantic-el.el semantic-java.el semantic-make.el semantic-scm.el
  bnf_MISC=c.bnf java.bnf make.bnf scheme.bnf
! by_MISC=c.by
! VERSION=2.0beta1
  DISTDIR=$(top)semantic-$(VERSION)/bovine
  
  
  
! all: bovinator examples languages bnf by
  
  .PHONY: bovinator
  bovinator: $(bovinator_LISP)
***************
*** 46,51 ****
--- 47,55 ----
  bnf: 
  	@
  
+ by: 
+ 	@
+ 
  tags: 
  
  
***************
*** 55,61 ****
  
  dist:
  	mkdir $(DISTDIR)
! 	cp $(bovinator_LISP) $(examples_MISC) $(languages_LISP) $(bnf_MISC) $(ede_FILES) $(DISTDIR)
  
  Makefile: Project.ede
  	@echo Makefile is out of date!  It needs to be regenerated by EDE.
--- 59,65 ----
  
  dist:
  	mkdir $(DISTDIR)
! 	cp $(bovinator_LISP) $(examples_MISC) $(languages_LISP) $(bnf_MISC) $(by_MISC) $(ede_FILES) $(DISTDIR)
  
  Makefile: Project.ede
  	@echo Makefile is out of date!  It needs to be regenerated by EDE.
Index: semantic/wisent/Makefile
===================================================================
RCS file: /cvsroot/cedet/cedet/semantic/wisent/Makefile,v
retrieving revision 1.3
diff -c -r1.3 Makefile
*** semantic/wisent/Makefile	4 Dec 2002 14:56:00 -0000	1.3
--- semantic/wisent/Makefile	29 Jan 2003 08:26:50 -0000
***************
*** 11,28 ****
  
  tools_LISP=bison-wisent.el
  EMACS=emacs
! LOADPATH=../bovine/ ../
  doc_TEXINFOS=wisent.texi fdl.texi
  MAKEINFO=makeinfo
  wy_MISC=wisent-awk.wy wisent-calc.wy wisent-cim.wy wisent-java-tags.wy wisent-java.wy wisent-python.wy
- languages_LISP=wisent-awk.el wisent-calc.el wisent-cim.el wisent-java.el wisent-java-tags.el wisent-python.el wisent-java-lex.el
  wisent_LISP=wisent.el wisent-bovine.el wisent-comp.el wisent-expr.el wisent-grammar.el
! VERSION=2.0beta3
  DISTDIR=$(top)semantic-$(VERSION)/wisent
  
  
  
! all: tools wy languages wisent
  
  .PHONY: tools
  tools: $(tools_LISP)
--- 11,28 ----
  
  tools_LISP=bison-wisent.el
  EMACS=emacs
! LOADPATH=../bovine/ ../ 
  doc_TEXINFOS=wisent.texi fdl.texi
  MAKEINFO=makeinfo
  wy_MISC=wisent-awk.wy wisent-calc.wy wisent-cim.wy wisent-java-tags.wy wisent-java.wy wisent-python.wy
  wisent_LISP=wisent.el wisent-bovine.el wisent-comp.el wisent-expr.el wisent-grammar.el
! languages_LISP=wisent-awk.el wisent-calc.el wisent-cim.el wisent-java.el wisent-java-tags.el wisent-python.el wisent-java-lex.el
! VERSION=2.0beta1
  DISTDIR=$(top)semantic-$(VERSION)/wisent
  
  
  
! all: tools wisent.info wy wisent languages
  
  .PHONY: tools
  tools: $(tools_LISP)
***************
*** 39,46 ****
  wy: 
  	@
  
! .PHONY: languages
! languages: $(languages_LISP)
  	@echo "(add-to-list 'load-path nil)" > $@-compile-script
  	for loadpath in . ${LOADPATH}; do \
  	   echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \
--- 39,46 ----
  wy: 
  	@
  
! .PHONY: wisent
! wisent: $(wisent_LISP)
  	@echo "(add-to-list 'load-path nil)" > $@-compile-script
  	for loadpath in . ${LOADPATH}; do \
  	   echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \
***************
*** 48,55 ****
  	@echo "(setq debug-on-error t)" >> $@-compile-script
  	$(EMACS) -batch -l $@-compile-script -f batch-byte-compile $^
  
! .PHONY: wisent
! wisent: $(wisent_LISP)
  	@echo "(add-to-list 'load-path nil)" > $@-compile-script
  	for loadpath in . ${LOADPATH}; do \
  	   echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \
--- 48,55 ----
  	@echo "(setq debug-on-error t)" >> $@-compile-script
  	$(EMACS) -batch -l $@-compile-script -f batch-byte-compile $^
  
! .PHONY: languages
! languages: $(languages_LISP)
  	@echo "(add-to-list 'load-path nil)" > $@-compile-script
  	for loadpath in . ${LOADPATH}; do \
  	   echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \
***************
*** 66,72 ****
  
  dist: wisent.info
  	mkdir $(DISTDIR)
! 	cp $(tools_LISP) $(doc_TEXINFOS) wisent.info* $(wy_MISC) $(languages_LISP) $(wisent_LISP) $(ede_FILES) $(DISTDIR)
  
  Makefile: Project.ede
  	@echo Makefile is out of date!  It needs to be regenerated by EDE.
--- 66,72 ----
  
  dist: wisent.info
  	mkdir $(DISTDIR)
! 	cp $(tools_LISP) $(doc_TEXINFOS) wisent.info* $(wy_MISC) $(wisent_LISP) $(languages_LISP) $(ede_FILES) $(DISTDIR)
  
  Makefile: Project.ede
  	@echo Makefile is out of date!  It needs to be regenerated by EDE.
Index: semantic/wisent/Project.ede
===================================================================
RCS file: /cvsroot/cedet/cedet/semantic/wisent/Project.ede,v
retrieving revision 1.3
diff -c -r1.3 Project.ede
*** semantic/wisent/Project.ede	29 Jan 2003 03:34:53 -0000	1.3
--- semantic/wisent/Project.ede	29 Jan 2003 08:26:50 -0000
***************
*** 13,19 ****
      :name "doc"
      :path ""
      :source '("wisent.texi" "fdl.texi")
-     :partofall 'nil
      :mainmenu "wisent.texi"
      )
     (ede-proj-target-makefile-miscelaneous "wy"
--- 13,18 ----
***************
*** 21,36 ****
      :path ""
      :source '("wisent-awk.wy" "wisent-calc.wy" "wisent-cim.wy" "wisent-java-tags.wy" "wisent-java.wy" "wisent-python.wy")
      )
-    (ede-proj-target-elisp "languages"
-     :name "languages"
-     :path ""
-     :source '("wisent-awk.el" "wisent-calc.el" "wisent-cim.el" "wisent-java.el" "wisent-java-tags.el" "wisent-python.el" "wisent-java-lex.el")
-     )
     (ede-proj-target-elisp "wisent"
      :name "wisent"
      :path ""
      :source '("wisent.el" "wisent-bovine.el" "wisent-comp.el" "wisent-expr.el" "wisent-grammar.el")
      :aux-packages '("semantic" "semantic-java")
      )
     )
    )
--- 20,35 ----
      :path ""
      :source '("wisent-awk.wy" "wisent-calc.wy" "wisent-cim.wy" "wisent-java-tags.wy" "wisent-java.wy" "wisent-python.wy")
      )
     (ede-proj-target-elisp "wisent"
      :name "wisent"
      :path ""
      :source '("wisent.el" "wisent-bovine.el" "wisent-comp.el" "wisent-expr.el" "wisent-grammar.el")
      :aux-packages '("semantic" "semantic-java")
+     )
+    (ede-proj-target-elisp "languages"
+     :name "languages"
+     :path ""
+     :source '("wisent-awk.el" "wisent-calc.el" "wisent-cim.el" "wisent-java.el" "wisent-java-tags.el" "wisent-python.el" "wisent-java-lex.el")
      )
     )
    )

-----------------------------7d317072d02f0--