blob: 9b54b4fa645b6df50291cadf0915ffcfec885a48 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
top_builddir=../../../../..
subdir=src/backend/utils/sort/test
TARGETS=string_wrapper
string_wrapper_REAL_OBJS=\
$(top_srcdir)/src/backend/access/hash/hashfunc.o \
$(top_srcdir)/src/backend/bootstrap/bootparse.o \
$(top_srcdir)/src/backend/cdb/cdbgang.o \
$(top_srcdir)/src/backend/lib/stringinfo.o \
$(top_srcdir)/src/backend/nodes/bitmapset.o \
$(top_srcdir)/src/backend/nodes/equalfuncs.o \
$(top_srcdir)/src/backend/nodes/list.o \
$(top_srcdir)/src/backend/parser/gram.o \
$(top_srcdir)/src/backend/regex/regcomp.o \
$(top_srcdir)/src/backend/regex/regerror.o \
$(top_srcdir)/src/backend/regex/regexec.o \
$(top_srcdir)/src/backend/regex/regfree.o \
$(top_srcdir)/src/backend/storage/page/itemptr.o \
$(top_srcdir)/src/backend/utils/adt/datum.o \
$(top_srcdir)/src/backend/utils/adt/like.o \
$(top_srcdir)/src/backend/utils/hash/hashfn.o \
$(top_srcdir)/src/backend/utils/misc/guc.o \
$(top_srcdir)/src/backend/utils/init/globals.o \
$(top_srcdir)/src/port/exec.o \
$(top_srcdir)/src/port/path.o \
$(top_srcdir)/src/port/pgsleep.o \
$(top_srcdir)/src/port/pgstrcasecmp.o \
$(top_srcdir)/src/port/qsort.o \
$(top_srcdir)/src/port/strlcpy.o \
$(top_srcdir)/src/port/thread.o \
$(top_srcdir)/src/timezone/localtime.o \
$(top_srcdir)/src/timezone/pgtz.o
include ../../../../Makefile.mock