mirror of
https://github.com/postgres/postgres.git
synced 2026-03-04 22:32:20 -05:00
18 lines
446 B
Makefile
18 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
|