|
|
| version 1.3, 2001/05/21 08:01:56 | version 1.4, 2001/05/21 08:27:23 |
|---|---|
| Line 88 pcre_parser_ctype_SOURCES = pcre_parser_ | Line 88 pcre_parser_ctype_SOURCES = pcre_parser_ |
| CHARTABLES_C = chartables.c | CHARTABLES_C = chartables.c |
| noinst_LIBRARIES = libpcre.a | noinst_LIBRARIES = libpcre.a |
| libpcre_a_SOURCES = get.c pcre.c study.c chartables.c maketables.c | libpcre_a_SOURCES = get.c pcre.c study.c maketables.c |
| CLEANFILES = $(CHARTABLES_C) | CLEANFILES = $(CHARTABLES_C) |
| mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
| CONFIG_HEADER = ../include/pa_config_auto.h | CONFIG_HEADER = ../include/pa_config_auto.h |
| Line 101 CPPFLAGS = | Line 101 CPPFLAGS = |
| LDFLAGS = | LDFLAGS = |
| LIBS = | LIBS = |
| libpcre_a_LIBADD = | libpcre_a_LIBADD = |
| libpcre_a_OBJECTS = get.o pcre.o study.o chartables.o maketables.o | libpcre_a_OBJECTS = get.o pcre.o study.o maketables.o |
| AR = ar | AR = ar |
| PROGRAMS = $(bin_PROGRAMS) | PROGRAMS = $(bin_PROGRAMS) |
| Line 125 DISTFILES = $(DIST_COMMON) $(SOURCES) $( | Line 125 DISTFILES = $(DIST_COMMON) $(SOURCES) $( |
| TAR = gtar | TAR = gtar |
| GZIP_ENV = --best | GZIP_ENV = --best |
| DEP_FILES = .deps/chartables.P .deps/dftables.P .deps/get.P \ | DEP_FILES = .deps/dftables.P .deps/get.P .deps/maketables.P \ |
| .deps/maketables.P .deps/pcre.P .deps/pcre_parser_ctype.P .deps/study.P | .deps/pcre.P .deps/pcre_parser_ctype.P .deps/study.P |
| SOURCES = $(libpcre_a_SOURCES) $(dftables_SOURCES) $(pcre_parser_ctype_SOURCES) | SOURCES = $(libpcre_a_SOURCES) $(dftables_SOURCES) $(pcre_parser_ctype_SOURCES) |
| OBJECTS = $(libpcre_a_OBJECTS) $(dftables_OBJECTS) $(pcre_parser_ctype_OBJECTS) | OBJECTS = $(libpcre_a_OBJECTS) $(dftables_OBJECTS) $(pcre_parser_ctype_OBJECTS) |
| Line 390 auto_part.p: pcre_parser_ctype | Line 390 auto_part.p: pcre_parser_ctype |
| $(CHARTABLES_C): dftables | $(CHARTABLES_C): dftables |
| ./dftables >$(CHARTABLES_C) | ./dftables >$(CHARTABLES_C) |
| pcre.c: $(CHARTABLES_C) | |
| # Tell versions [3.59,3.63) of GNU make to not export all variables. | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| # Otherwise a system limit (for SysV at least) may be exceeded. | # Otherwise a system limit (for SysV at least) may be exceeded. |
| .NOEXPORT: | .NOEXPORT: |