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
0bf9d3a5
Commit
0bf9d3a5
authored
Aug 09, 2006
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix inadequate makefile-fu in ecpg regression tests. I think this
will fix current platypus build failure.
parent
6a7d3d09
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
src/interfaces/ecpg/test/Makefile.regress
src/interfaces/ecpg/test/Makefile.regress
+5
-4
No files found.
src/interfaces/ecpg/test/Makefile.regress
View file @
0bf9d3a5
override CPPFLAGS
:
= -I$(srcdir)/../../include -I$(libpq_srcdir) $(CPPFLAGS)
override
CFLAGS
+=
$(PTHREAD_CFLAGS)
-I
$(srcdir)
/../../include
-I
$(libpq_srcdir)
-I
../../include
-I
$(top_builddir)
/src/include
override
LDFLAGS
+=
-L
../../ecpglib
-L
../../pgtypeslib
-L
../../../libpq
override
LIBS
+=
-lpgtypes
-lecpg
-lpq
override
CFLAGS
+=
$(PTHREAD_CFLAGS)
override LDFLAGS
:
= -L../../ecpglib -L../../pgtypeslib -L../../../libpq $(LDFLAGS)
override LIBS
:
= -lpgtypes -lecpg -lpq $(LIBS) $(PTHREAD_LIBS)
ECPG
=
../../preproc/ecpg
-I
$(srcdir)
/../../include
%
:
%.c
$(CC)
$(C
FLAGS)
$(LDFLAGS)
$^
$(LIBS)
$(PTHREAD_
LIBS)
-o
$@
$(CC)
$(C
PPFLAGS)
$(CFLAGS)
$^
$(LDFLAGS)
$(
LIBS)
-o
$@
%.c
:
%.pgc ../regression.h
$(ECPG)
-o
$@
-I
$(srcdir)
$<
...
...
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