mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-19 04:46:59 +08:00
19 lines
459 B
Makefile
19 lines
459 B
Makefile
#-------------------------------------------------------------------------
|
|
#
|
|
# Makefile for utils
|
|
#
|
|
# $Header: /cvsroot/pgsql/src/utils/Attic/Makefile,v 1.19 2002/11/02 02:00:35 momjian 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
|