Harmonize parameter names in ecpg code.
[pgsql.git] / src / bin / pg_test_fsync / Makefile
blob631d0f38a8e09b01e1f9117bf42ee1d272100ee0
1 # src/bin/pg_test_fsync/Makefile
3 PGFILEDESC = "pg_test_fsync - test various disk sync methods"
4 PGAPPICON = win32
6 subdir = src/bin/pg_test_fsync
7 top_builddir = ../../..
8 include $(top_builddir)/src/Makefile.global
10 OBJS = \
11 $(WIN32RES) \
12 pg_test_fsync.o
14 all: pg_test_fsync
16 pg_test_fsync: $(OBJS) | submake-libpgport
17 $(CC) $(CFLAGS) $^ $(LDFLAGS) $(LDFLAGS_EX) $(LIBS) -o $@$(X)
19 install: all installdirs
20 $(INSTALL_PROGRAM) pg_test_fsync$(X) '$(DESTDIR)$(bindir)/pg_test_fsync$(X)'
22 installdirs:
23 $(MKDIR_P) '$(DESTDIR)$(bindir)'
25 check:
26 $(prove_check)
28 installcheck:
29 $(prove_installcheck)
31 uninstall:
32 rm -f '$(DESTDIR)$(bindir)/pg_test_fsync$(X)'
34 clean distclean maintainer-clean:
35 rm -f pg_test_fsync$(X) $(OBJS)
36 rm -rf tmp_check