diff options
author | SVN Migration <svn@php.net> | 1999-09-26 20:17:29 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 1999-09-26 20:17:29 +0000 |
commit | 1408a2e29c8ca275f2ed4ad67c2348c1b262b2a9 (patch) | |
tree | 89341e8111ed37cad0bee64ce201bf4ebc6662bf /Zend/Makefile.am | |
parent | 96b6bdff278628821151f16f6f4e8ecec3cea228 (diff) | |
download | php-git-before-sapi-split.tar.gz |
This commit was manufactured by cvs2svn to create tag 'before-sapi-split'.before-sapi-split
Diffstat (limited to 'Zend/Makefile.am')
-rw-r--r-- | Zend/Makefile.am | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/Zend/Makefile.am b/Zend/Makefile.am deleted file mode 100644 index b566f441e9..0000000000 --- a/Zend/Makefile.am +++ /dev/null @@ -1,32 +0,0 @@ -## Process this file with automake to produce Makefile.in -*- makefile -*- - -#CLEANFILES = zend-parser.c zend-parser.h zend-scanner.c zend-parser.output - -AUTOMAKE_OPTIONS=foreign -noinst_LIBRARIES=libzend.a -libzend_a_SOURCES=\ - zend-parser.y zend-scanner.l \ - zend_alloc.c zend_compile.c zend_constants.c \ - zend_execute.c zend_execute_API.c zend_highlight.c zend_llist.c \ - zend_opcode.c zend_operators.c zend_ptr_stack.c zend_stack.c \ - zend_variables.c zend.c zend_API.c zend_extensions.c zend_hash.c \ - zend_list.c zend_indent.c zend_builtin_functions.c - -# taken from automake 1.4 -CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) - -# automake isn't too clever about "non-standard" use of lex and yacc - -zend-scanner.o: @ZEND_SCANNER_SRC@ - @ZEND_SCANNER_COMPILE@ - -zend-scanner.c: zend-scanner.l - $(LEX) -Pzend -ozend-scanner.c -i $(srcdir)/zend-scanner.l - -zend-scanner.cc: zend-scanner.l - $(LEX) -+ -B -i -S$(srcdir)/flex.skl -Pzend -ozend-scanner.cc $(srcdir)/zend-scanner.l - -zend-parser.h: zend-parser.c -zend-parser.c: zend-parser.y - $(YACC) -p zend -v -d $(srcdir)/zend-parser.y -o zend-parser.c - |