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
daa78233
Commit
daa78233
authored
Jan 12, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Surely we don't need a 7.0.3 makefile in 7.1.
parent
a32542a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
64 deletions
+0
-64
contrib/intarray/Makefile.703
contrib/intarray/Makefile.703
+0
-64
No files found.
contrib/intarray/Makefile.703
deleted
100644 → 0
View file @
a32542a1
#-------------------------------------------------------------------------
#
# Makefile --
#
# Makefile for Enzyme Commission catalogue number type -- ec_code
#
#-------------------------------------------------------------------------
PGDIR
=
../..
SRCDIR
=
$(PGDIR)
/src
include
$(SRCDIR)/Makefile.global
INCLUDE_OPT
=
-I
./
\
-I
$(SRCDIR)
/
\
-I
$(SRCDIR)
/include
\
-I
$(SRCDIR)
/port/
$(PORTNAME)
CFLAGS
+=
$(INCLUDE_OPT)
$(CFLAGS_SL)
MODNAME
=
_int
OBJFILES
=
$(MODNAME)
.o
SQLDEFS
=
$(MODNAME)
.sql
MODULE
=
$(MODNAME)$(DLSUFFIX)
MODDIR
=
$(LIBDIR)
/modules
SQLDIR
=
$(LIBDIR)
/sql
all
:
module sql
module
:
$(MODULE)
sql
:
$(SQLDEFS)
$(MODULE)
:
$(OBJFILES)
$(CC)
$(CFLAGS)
-shared
-o
$@
$(OBJFILES)
install
:
$(MODULE) $(SQLDEFS) $(MODDIR) $(SQLDIR)
cp
-p
$(MODULE)
$(MODDIR)
/
strip
$(MODDIR)
/
$(MODULE)
cp
-p
$(SQLDEFS)
$(SQLDIR)
/
$(MODDIR)
:
mkdir
-p
$@
$(SQLDIR)
:
mkdir
-p
$@
%.sql
:
%.sql.in
sed
"s|MODULE_PATHNAME|
$(MODDIR)
/
$(MODULE)
|"
<
$<
>
$@
depend dep
:
$(CC)
-MM
$(INCLUDE_OPT)
*
.c
>
depend
clean
:
rm
-f
$(MODULE)
$(SQLDEFS)
*
$(DLSUFFIX)
rm
-f
*
~
*
# *.b *.o *.output *.tab.h
$(MODNAME)
parse.h
$(MODNAME)
parse.c
$(MODNAME)
scan.c
ifeq
(depend,$(wildcard depend))
include
depend
endif
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