mirror of
https://github.com/postgres/postgres.git
synced 2026-03-10 10:11:28 -04:00
18 lines
459 B
Makefile
18 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
|