Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postgres/src/bin/pg_test_timing/   (Postgres Database Version 18.4©)  Datei vom 11.4.2026 mit Größe 725 B image not shown  

Quelle  Makefile

  Sprache: C
 

# src/bin/pg_test_timing/Makefile

PGFILEDESC = "pg_test_timing - test timing overhead"
PGAPPICON = win32

subdir = src/bin/pg_test_timing
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global

OBJS = \
 $(WIN32RES) \
 pg_test_timing.o

all: pg_test_timing

pg_test_timing: $(OBJS) | submake-libpgport
 $(CC) $(CFLAGS) $^ $(LDFLAGS) $(LDFLAGS_EX) $(LIBS) -o $@$(X)

install: all installdirs
 $(INSTALL_PROGRAM) pg_test_timing$(X) '$(DESTDIR)$(bindir)/pg_test_timing$(X)'

installdirs:
 $(MKDIR_P) '$(DESTDIR)$(bindir)'

check:
 $(prove_check)

installcheck:
 $(prove_installcheck)

uninstall:
 rm -f '$(DESTDIR)$(bindir)/pg_test_timing$(X)'

clean distclean:
 rm -f pg_test_timing$(X) $(OBJS)
 rm -rf tmp_check

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet am  2026-08-07) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.