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
021ccf0b
Commit
021ccf0b
authored
May 22, 1997
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops, missed the commit on this one by Darren King also...new Makefile.aix
parent
24ed6d60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
+13
-10
src/makefiles/Makefile.aix
src/makefiles/Makefile.aix
+13
-10
No files found.
src/makefiles/Makefile.aix
View file @
021ccf0b
...
...
@@ -3,19 +3,22 @@
MAKE_EXPORTS
=
true
EXPSUFF
=
.exp
IMPSUFF
=
.imp
POSTGRES_
EXP
=
$(SRCDIR)
/backend/postgres
$(EX
PSUFF)
POSTGRES_
IMP
=
postgres
$(IM
PSUFF)
MKLDEXPORT
=
$(SRCDIR)
/backend/port/aix/mkldexport.sh
%$(EXPSUFF)
:
%.o
$(MKLDEXPORT)
$<
`
pwd
`
>
$@
$(POSTGRES_IMP)
:
@
echo
Making
$@
$(MKLDEXPORT)
postgres
$(BINDIR)
>
$@
$(CC)
-bE
:
$(SRCDIR)
/backend/
$@
-o
postgres
$(OBJS)
../utils/version.o
$(LDFLAGS)
$(POSTGRES_EXP)
:
$(M
AKE)
-C
$(SRCDIR)
/backend postgres.exp
%$(EXPSUFF)
:
$(M
KLDEXPORT)
$*
.o
`
pwd
`
>
$*$(EXPSUFF)
%.so
:
%.o %$(EXPSUFF)
$(POSTGRES_EXP)
@
echo
Making share library
$@
from
$*
.o,
$*$(EXPSUFF)
, and
postgres.ex
p
$(LD)
-H512
-
T512
-o
$@
-e
_nostart
\
-bI
:
$(POSTGRES_EXP)
-bE
:
$*$(EXPSUFF)
\
$*
.o @MATH_LIB@
-lc
2>/dev/null
%.so
:
%.o %$(EXPSUFF)
@
echo
Making share library
$@
from
$*
.o,
$*$(EXPSUFF)
, and
installed postgres.im
p
$(LD)
-H512
-
e
_nostart
-bM
:SRE
-bI
:
$(LIBDIR)
/
$(POSTGRES_IMP)
-bE
:
$*$(EXPSUFF)
-o
$@
$*
.o
$(LDFLAGS)
#41
$(LD)
-H512
-bnoentry
-bM
:SRE
-bI
:
$(LIBDIR)
/
$(POSTGRES_IMP)
-bE
:
$*$(EXPSUFF)
-o
$@
$*
.o
$(LDFLAGS)
#325
$(LD)
-H512
-e
_nostart
-bM
:SRE
-bI
:
$(LIBDIR)
/
$(POSTGRES_IMP)
-bE
:
$*$(EXPSUFF)
-o
$@
$*
.o
$(LDFLAGS)
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