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

Quelle  Makefile   Sprache: unbekannt

 
src/bin/pg_test_fsync/Makefile

PGFILEDESC = "pg_test_fsync - test various disk sync methods"
PGAPPICON = win32

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

OBJS = \
 $(WIN32RES) \
 pg_test_fsync.o

all: pg_test_fsync

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

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

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

check:
 $(prove_check)

installcheck:
 $(prove_installcheck)

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

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

Messung V0.5 in Prozent
C=93 H=97 G=94

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