File tree 4 files changed +34
-548
lines changed
4 files changed +34
-548
lines changed Original file line number Diff line number Diff line change 1
1
# # Process this file with automake to produce Makefile.in -*- makefile -*-
2
2
AUTOMAKE_OPTIONS =foreign
3
3
noinst_LIBRARIES =libzend.a
4
- libzend_a_SOURCES =zend_alloc.c zend_compile.c zend_constants.c \
4
+ libzend_a_SOURCES =\
5
+ zend-parser.y zend-scanner.l \
6
+ zend_alloc.c zend_compile.c zend_constants.c \
5
7
zend_execute.c zend_execute_API.c zend_highlight.c zend_llist.c \
6
8
zend_opcode.c zend_operators.c zend_ptr_stack.c zend_stack.c \
7
9
zend_variables.c zend-parser.c zend-scanner.c zend.c zend_API.c \
8
- zend_extensions.c zend_hash.c zend_list.c zend_indent.c \
9
- zend-parser.y zend-scanner.l
10
+ zend_extensions.c zend_hash.c zend_list.c zend_indent.c
10
11
11
12
# automake isn't too clever about "non-standard" use of lex and yacc
12
13
@@ -18,4 +19,5 @@ zend-parser.c: zend-parser.y
18
19
$(YACC ) -p zend -v -d zend-parser.y -o zend-parser.c
19
20
20
21
clean :
21
- -rm -f zend-parser.c zend-parser.h zend-scanner.c
22
+ -rm -f zend-parser.c zend-parser.h zend-scanner.c zend-parser.output
23
+
You can’t perform that action at this time.
0 commit comments