FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
module-pgsql/src/Makefile.am at develop · qoretechnologies/module-pgsql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
qoretechnologies
/
module-pgsql
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
module-pgsql
/
src
/
Makefile.am
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (35 loc) · 960 Bytes
Breadcrumbs
module-pgsql
/
src
/
Makefile.am
Copy path
File metadata and controls
45 lines (35 loc) · 960 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
MNAME
=pgsql
if COND_MINGW
QPP
=qpp_native
else
QPP
=qpp
endif
.qpp.cpp
:
$(
QPP
)
-V
$<
GENERATED_SRC
= ql_pgsql.cpp
CLEANFILES
=
$(
GENERATED_SRC
)
if COND_SINGLE_COMPILATION_UNIT
single-compilation-unit.cpp
:
$(
GENERATED_SRC
)
PGSQL_SOURCES
= single-compilation-unit.cpp
else
PGSQL_SOURCES
= pgsql.cpp QorePGConnection.cpp QorePGMapper.cpp
nodist_pgsql_la_SOURCES
=
$(
GENERATED_SRC
)
endif
lib_LTLIBRARIES
= pgsql.la
pgsql_la_SOURCES
=
$(
PGSQL_SOURCES
)
pgsql_la_LDFLAGS
= -module -avoid-version ${PGSQL_LIBS} ${MODULE_LDFLAGS}
INCLUDES
= -I
$(
top_srcdir
)
/include
$(
PGSQL_INCLUDES
)
AM_CPPFLAGS
=
$(
QORE_CPPFLAGS
)
if COND_PROFILE
AM_CXXFLAGS
=-g -pg
else
if COND_DEBUG
AM_CXXFLAGS
=-g
endif
endif
if COND_MINGW
RM_OTHER
=
$(
DESTDIR
)$(
libdir
)
/
$(
MNAME
)
.dll.a
endif
install-exec-hook
:
mv
$(
DESTDIR
)$(
libdir
)
/
$(
MNAME
)
.
$(
MODULE_SUFFIX
)
$(
DESTDIR
)$(
libdir
)
/
$(
MNAME
)
-api-
$(
MODULE_API
)
.qmod
rm -f
$(
DESTDIR
)$(
libdir
)
/
$(
MNAME
)
.la
$(
DESTDIR
)$(
libdir
)
/
$(
MNAME
)
.a
$(
RM_OTHER
)
Back
|
FazBrowse Home
|
New Git URL