azy: the most complicated build system since xen.

On Thu, 29 Nov 2012 09:57:24 -0800
"Enlightenment SVN" <no-re...@enlightenment.org> wrote:

> Log:
> hackiest hack to ever hack since old automake seems to be buggy with yacc
>   
> 
> Author:       discomfitor
> Date:         2012-11-29 09:57:24 -0800 (Thu, 29 Nov 2012)
> New Revision: 79845
> Trac:         http://trac.enlightenment.org/e/changeset/79845
> 
> Added:
>   trunk/PROTO/azy/src/bin/re2c/re_parser.y 
> Removed:
>   trunk/PROTO/azy/src/bin/re2c/re_parser.yy 
> Modified:
>   trunk/PROTO/azy/src/bin/re2c/ trunk/PROTO/azy/src/bin/re2c/Makefile.am 
> trunk/PROTO/azy/src/bin/re2c/scanner.cc 
> 
> 
> Property changes on: trunk/PROTO/azy/src/bin/re2c
> ___________________________________________________________________
> Modified: svn:ignore
>    - Makefile.in
> y.tab.h
> .deps
> Makefile
> parser.cc
> re2c
> re_parser.hh
> re_parser.cc
> scanner.cc
> 
>    + Makefile.in
> y.tab.h
> .deps
> Makefile
> parser.cc
> re2c
> re_parser.h
> re_parser.c
> 
> 
> Modified: trunk/PROTO/azy/src/bin/re2c/Makefile.am
> ===================================================================
> --- trunk/PROTO/azy/src/bin/re2c/Makefile.am  2012-11-29 17:13:23 UTC (rev 
> 79844)
> +++ trunk/PROTO/azy/src/bin/re2c/Makefile.am  2012-11-29 17:57:24 UTC (rev 
> 79845)
> @@ -1,18 +1,23 @@
>  # $Id: Makefile.am 863 2008-05-25 14:38:16Z helly $
> -
> +CC=$(CXX)
>  noinst_PROGRAMS = re2c
>  re2c_SOURCES = code.cc dfa.cc main.cc actions.cc substr.cc \
>       translate.cc mbo_getopt.cc scanner.cc \
> -     basics.h dfa.h globals.h ins.h parser.h re_parser.yy re.h scanner.h \
> +     basics.h dfa.h globals.h ins.h parser.h re_parser.y re.h scanner.h \
>       substr.h token.h mbo_getopt.h code.h stream_lc.h code_names.h 
> $(BUILT_SOURCES)
>  EXTRA_DIST = \
>    CHANGELOG \
> -  re_parser.yy
> -BUILT_SOURCES = re_parser.hh
> +  re_parser.y \
> +  re_parser.h \
> +  re_parser.c
>  
> -.PHONY: re_parser.hh
>  
> +BUILT_SOURCES = re_parser.h
> +
> +.PHONY: re_parser.h
> +
>  AM_YFLAGS = -d
>  
> -CLEANFILES = re_parser.cc re_parser.hh parser.cc y.tab.h
> +DISTCLEANFILES = re_parser.c re_parser.h
> +CLEANFILES = parser.cc y.tab.h
>  MAINTAINERCLEANFILES = Makefile.in
> 
> Modified: trunk/PROTO/azy/src/bin/re2c/scanner.cc
> ===================================================================
> --- trunk/PROTO/azy/src/bin/re2c/scanner.cc   2012-11-29 17:13:23 UTC (rev 
> 79844)
> +++ trunk/PROTO/azy/src/bin/re2c/scanner.cc   2012-11-29 17:57:24 UTC (rev 
> 79845)
> @@ -6,7 +6,7 @@
>  #include <sstream>
>  #include "scanner.h"
>  #include "parser.h"
> -#include "re_parser.hh"
> +#include "re_parser.h"
>  #include "globals.h"
>  #include "dfa.h"
>  
> 

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
VERIFY Test and improve your parallel project with help from experts 
and peers. http://goparallel.sourceforge.net
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to