|
Lines 20-25
Link Here
|
| 20 |
SO_MINOR_VERSION= 0 |
20 |
SO_MINOR_VERSION= 0 |
| 21 |
DLTYPE= library |
21 |
DLTYPE= library |
| 22 |
|
22 |
|
|
|
23 |
NAME_STATIC_LIB= $(NAME)-$(SO_MAJOR_VERSION) |
| 24 |
|
| 23 |
override CPPFLAGS := -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port |
25 |
override CPPFLAGS := -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port |
| 24 |
ifneq ($(PORTNAME), win32) |
26 |
ifneq ($(PORTNAME), win32) |
| 25 |
override CFLAGS += $(PTHREAD_CFLAGS) |
27 |
override CFLAGS += $(PTHREAD_CFLAGS) |
|
Lines 160-166
Link Here
|
| 160 |
$(INSTALL_DATA) $(srcdir)/libpq-fe.h '$(DESTDIR)$(includedir)' |
162 |
$(INSTALL_DATA) $(srcdir)/libpq-fe.h '$(DESTDIR)$(includedir)' |
| 161 |
$(INSTALL_DATA) $(srcdir)/libpq-int.h '$(DESTDIR)$(includedir_internal)' |
163 |
$(INSTALL_DATA) $(srcdir)/libpq-int.h '$(DESTDIR)$(includedir_internal)' |
| 162 |
$(INSTALL_DATA) $(srcdir)/pqexpbuffer.h '$(DESTDIR)$(includedir_internal)' |
164 |
$(INSTALL_DATA) $(srcdir)/pqexpbuffer.h '$(DESTDIR)$(includedir_internal)' |
| 163 |
$(INSTALL_DATA) $(srcdir)/pg_service.conf.sample '$(DESTDIR)$(datadir)/pg_service.conf.sample' |
165 |
$(INSTALL_DATA) $(srcdir)/pg_service.conf.sample '$(DESTDIR)$(datadir)/pg_service-$(SO_MAJOR_VERSION).conf.sample' |
| 164 |
|
166 |
|
| 165 |
installdirs: |
167 |
installdirs: |
| 166 |
$(mkinstalldirs) '$(DESTDIR)$(libdir)' '$(DESTDIR)$(includedir)' '$(DESTDIR)$(includedir_internal)' |
168 |
$(mkinstalldirs) '$(DESTDIR)$(libdir)' '$(DESTDIR)$(includedir)' '$(DESTDIR)$(includedir_internal)' |