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
03cb232a
Commit
03cb232a
authored
Oct 10, 1998
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move documentation to sgml sources, so remove man page installation.
parent
f5da9422
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
src/interfaces/libpq++/Makefile.in
src/interfaces/libpq++/Makefile.in
+3
-7
No files found.
src/interfaces/libpq++/Makefile.in
View file @
03cb232a
...
...
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.
3 1998/10/07 06:50:37
thomas Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.
4 1998/10/10 17:08:11
thomas Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -111,9 +111,9 @@ examples:
$(MAKE)
-C
examples all
.PHONY
:
beforeinstall-headers install-headers
.PHONY
:
install beforeinstall-lib install-$(LIBNAME)
doc
.PHONY
:
install beforeinstall-lib install-$(LIBNAME)
install
:
install-headers install-$(LIBNAME) $(INSTALL-SHLIB-DEP)
doc
install
:
install-headers install-$(LIBNAME) $(INSTALL-SHLIB-DEP)
LIBPGXXDIR
=
$(LIBNAME)
LIBPGXXHEADERDIR
=
$(HEADERDIR)
/
$(LIBPGXXDIR)
...
...
@@ -147,10 +147,6 @@ install-shlib: $(SHLIBNAME) beforeinstall-lib
rm
-f
$(LIBDIR)
/libpq++.so
$(LN_S)
-f
$(SHLIB)
$(LIBDIR)
/libpq++.so
doc
:
$(MAKE)
-C
man
install
clean
:
rm
-f
$(LIBNAME)
.a
$(OBJS)
$(MAKE)
-C
examples clean
...
...
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