|
|
| version 1.9, 2001/04/17 19:00:40 | version 1.48, 2009/01/25 01:57:36 |
|---|---|
| Line 1 | Line 1 |
| # $Id$ | INCLUDES = -I../types -I../classes -I../sql -I../lib/gc/include -I../lib/cord/include $(INCLTDL) @PCRE_INCLUDES@ @XML_INCLUDES@ |
| INCLUDES = -I../include -I../types -I../classes -I../sql -I../pcre | |
| noinst_HEADERS = compile_tools.h utf8-to-lower.inc utf8-to-upper.inc | |
| noinst_LIBRARIES = libmain.a | noinst_LIBRARIES = libmain.a |
| libmain_a_SOURCES = compile.C compile.tab.C compile_tools.C execute.C pa_array.C pa_common.C pa_exception.C pa_globals.C pa_hash.C pa_pool.C pa_request.C pa_string.C pa_table.C untaint.C pa_dir.C pa_exec.C pa_socks.C pa_sql_driver_manager.C | libmain_a_SOURCES = pa_pool.C pa_os.C pa_common.C compile.tab.C compile.C compile_tools.C execute.C pa_cache_managers.C pa_exception.C pa_xml_exception.C pa_globals.C pa_xml_io.C pa_memory.C pa_request.C pa_string.C pa_table.C untaint.C pa_dir.C pa_exec.C pa_socks.C pa_dictionary.C pa_charset.C pa_charsets.C pa_uue.C pa_sql_driver_manager.C pa_stylesheet_manager.C pa_stylesheet_connection.C pa_http.C pa_random.C |
| compile.tab.C: compile.y | compile.tab.C: compile.y |
| bison -v $< -o $@ | bison -v compile.y -o $@ |
| EXTRA_DIST = compile.y main.vcproj |