Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
16cc90cc
Commit
16cc90cc
authored
Jan 13, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up garbage.
parent
bc615509
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
26 deletions
+10
-26
contrib/intarray/Makefile
contrib/intarray/Makefile
+10
-26
No files found.
contrib/intarray/Makefile
View file @
16cc90cc
# $Header: /cvsroot/pgsql/contrib/intarray/Makefile,v 1.2 2001/01/13 02:18:31 petere Exp $
subdir
=
contrib/intarray
top_builddir
=
../..
include
$(top_builddir)/src/Makefile.global
...
...
@@ -21,49 +23,31 @@ include $(top_srcdir)/src/Makefile.shlib
$(NAME).sql
:
$(NAME).sql.in
sed
-e
's:MODULE_PATHNAME:
$(libdir)
/
$(shlib)
:g'
<
$<
>
$@
sed
's,MODULE_PATHNAME,
$(libdir)
/
$(shlib)
,g'
$<
>
$@
.PHONY
:
submake
submake
:
$(MAKE)
-C
$(top_builddir)
/src/test/regress pg_regress
# against installed postmaster
installcheck
:
submake
@
echo
"'make installcheck' is not supported."
installcheck
:
submake
$(top_builddir)
/src/test/regress/pg_regress _int
# in-tree test doesn't work yet (no way to install my shared library)
#check: all submake
# $(top_builddir)/src/test/regress/pg_regress --temp-install \
# --top-builddir=$(top_builddir) _int
check
:
@
echo
"'
make
check' is not supported."
@
echo
"Do '
make install', then 'make
installcheck' instead."
@
echo
"'
$(MAKE)
check' is not supported."
@
echo
"Do '
$(MAKE)
install', then '
$(MAKE)
installcheck' instead."
install
:
all installdirs install-lib
#
$(INSTALL_DATA)
$(srcdir)
/README.
$(NAME)
$(docdir)
/contrib
$(INSTALL_DATA)
$(srcdir)
/README.intarray
$(docdir)
/contrib
$(INSTALL_DATA)
$(NAME)
.sql
$(datadir)
/contrib
installdirs
:
$(mkinstalldirs)
$(docdir)
/contrib
$(datadir)
/contrib
$(libdir)
uninstall
:
uninstall-lib
rm
-f
$(docdir)
/contrib/README.
$(NAME)
$(datadir)
/contrib/
$(NAME)
.sql
rm
-f
$(docdir)
/contrib/README.
intarray
$(datadir)
/contrib/
$(NAME)
.sql
clean distclean maintainer-clean
:
clean-lib
rm
-f
*
.so y.tab.c y.tab.h
$(OBJS)
$(NAME)
.sql
rm
-f
$(OBJS)
$(NAME)
.sql
# things created by various check targets
rm
-rf
results
tmp_check
log
rm
-f
regression.diffs
regression.out
regress.out
run_check.out
ifeq
($(PORTNAME), win)
rm
-f
regress.def
endif
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
ifeq
(depend,$(wildcard depend))
include
depend
endif
rm
-rf
results
rm
-f
regression.diffs
regression.out
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment