1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 13:43:02 +02:00
Files
archived-php-src/genfiles
1999-12-19 21:02:54 +00:00

8 lines
250 B
Bash
Executable File

#! /bin/sh
STD='make -f Makefile.am LEX=flex YACC="bison -y" srcdir=.'
(cd Zend && eval "$STD zend-parser.c zend-scanner.c zend-scanner-cc.cc")
eval "$STD configuration-parser.c configuration-scanner.c"
(cd ext/standard && eval "$STD parsedate.c")