mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-06 19:47:31 +08:00
19 lines
446 B
Makefile
19 lines
446 B
Makefile
#-------------------------------------------------------------------------
|
|
#
|
|
# Makefile for utils
|
|
#
|
|
# $PostgreSQL: pgsql/src/utils/Makefile,v 1.20 2003/11/29 19:52:15 pgsql Exp $
|
|
#
|
|
# dllinit.o is only built on Win32 platform.
|
|
#
|
|
#-------------------------------------------------------------------------
|
|
|
|
subdir = src/utils
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
all:
|
|
|
|
clean distclean maintainer-clean:
|
|
rm -f dllinit.o
|