[dovecot-cvs] dovecot-lda/src/libsieve .cvsignore, 1.4, 1.5 Makefile.am, 1.7, 1.8 addr-lex.c, 1.2, NONE sieve-lex.c, 1.2, NONE

cras at dovecot.org cras at dovecot.org
Mon Oct 17 16:59:12 EEST 2005


Update of /var/lib/cvs/dovecot-lda/src/libsieve
In directory talvi:/tmp/cvs-serv6762

Modified Files:
	.cvsignore Makefile.am 
Removed Files:
	addr-lex.c sieve-lex.c 
Log Message:
Removed generated lex files. They're now built by Makefile.



Index: .cvsignore
===================================================================
RCS file: /var/lib/cvs/dovecot-lda/src/libsieve/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- .cvsignore	6 Oct 2005 13:45:45 -0000	1.4
+++ .cvsignore	17 Oct 2005 13:59:10 -0000	1.5
@@ -3,8 +3,10 @@
 makedepend.log
 addr.c
 addr.h
+addr-lex.c
 sieve.c
 sieve.h
+sieve-lex.c
 sievec
 sieved
 test

Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot-lda/src/libsieve/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am	17 Oct 2005 13:44:08 -0000	1.7
+++ Makefile.am	17 Oct 2005 13:59:10 -0000	1.8
@@ -7,14 +7,17 @@
 	-I$(dovecotdir)/src/lib \
 	-I$(top_srcdir)/src
 
-# Don't know how to put these into this file..
-#flex -t -Paddr addr-lex.l > addr-lex.c
-#flex -t sieve-lex.l > sieve-lex.c
+addr-lex.c: addr-lex.l
+	$(LEX) -t -Paddr addr-lex.l > addr-lex.c
+
+sieve-lex.c: sieve-lex.l
+	$(LEX) -t sieve-lex.l > sieve-lex.c
 
 libsieve_a_SOURCES = \
 	addr.y \
 	sieve.y \
-	addr-lex.c \
+	addr-lex.l \
+	sieve-lex.l \
 	bc_dump.c \
 	bc_emit.c \
 	bc_eval.c \
@@ -24,7 +27,6 @@
 	message.c \
 	parseaddr.c \
 	script.c \
-	sieve-lex.c \
 	sieve_err.c \
 	tree.c
 

--- addr-lex.c DELETED ---

--- sieve-lex.c DELETED ---



More information about the dovecot-cvs mailing list