Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postgres/src/interfaces/ecpg/test/   (Postgres Database Version 18.4©)  Datei vom 11.4.2026 mit Größe 1 kB image not shown  

Quelle  Makefile.regress   Sprache: unbekannt

 
Spracherkennung für: .regress vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# This file is included into the Makefiles of subdirectories of ecpg/test/,
# so the file references have one more level of .. than you might expect.

override CPPFLAGS := -I../../include -I$(top_srcdir)/src/interfaces/ecpg/include \
 -I$(libpq_srcdir) $(CPPFLAGS)
override CFLAGS += $(PTHREAD_CFLAGS) $(PERMIT_MISSING_VARIABLE_DECLARATIONS)

LDFLAGS_INTERNAL += -L../../ecpglib -lecpg -L../../pgtypeslib -lpgtypes $(libpq)

override LIBS += $(PTHREAD_LIBS)

# Standard way to invoke the ecpg preprocessor
ECPG = ../../preproc/ecpg --regression -I$(srcdir)/../../include -I$(srcdir)

# Files that most or all ecpg preprocessor test outputs depend on
ECPG_TEST_DEPENDENCIES = ../../preproc/ecpg$(X) \
 $(srcdir)/../regression.h \
 $(srcdir)/../printf_hack.h \
 $(srcdir)/../../include/sqlca.h \
 $(srcdir)/../../include/sqlda.h \
 $(srcdir)/../../include/sqltypes.h \
 $(srcdir)/../../include/sql3types.h

# Caution: this build rule is overridden in some child Makefiles
# where it's necessary to use nondefault switches to ecpg;
# make sure those rules match except for the extra switches.
%.c: %.pgc $(ECPG_TEST_DEPENDENCIES)
 $(ECPG) -o $@ $<

clean:
 rm -f $(TESTS) $(TESTS:%=%.o) $(TESTS:%=%.c)

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-08-08]