mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-24 23:37:03 +08:00
19 lines
458 B
Makefile
19 lines
458 B
Makefile
#-------------------------------------------------------------------------
|
|
#
|
|
# Makefile for utils
|
|
#
|
|
# $Header: /cvsroot/pgsql/src/utils/Attic/Makefile,v 1.14 2002/07/27 20:10:05 petere 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
|