File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
7
- # $Header: /cvsroot/pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.6 2003/05/09 16:26:29 momjian Exp $
7
+ # $Header: /cvsroot/pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.7 2003/05/10 02:05:50 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -26,6 +26,9 @@ all: all-lib
26
26
# Shared library stuff
27
27
include $(top_srcdir ) /src/Makefile.shlib
28
28
29
+ rint.c : % .c : $(top_srcdir ) /src/port/% .c
30
+ rm -f $@ && $(LN_S ) $< .
31
+
29
32
install : all installdirs install-lib
30
33
31
34
installdirs :
Original file line number Diff line number Diff line change 5
5
#include <stdlib.h>
6
6
#include <stdio.h>
7
7
#include <string.h>
8
+ #include <math.h>
8
9
9
10
#include "dt.h"
10
11
#include "extern.h"
Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
7
- # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.78 2003/05/09 16:52:10 momjian Exp $
7
+ # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.79 2003/05/10 02:05:50 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -46,7 +46,7 @@ backend_src = $(top_srcdir)/src/backend
46
46
# For port modules, this only happens if configure decides the module
47
47
# is needed (see filter hack in OBJS, above).
48
48
49
- getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c : % .c : $(top_srcdir ) /src/port/% .c
49
+ crypt.c getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c : % .c : $(top_srcdir ) /src/port/% .c
50
50
rm -f $@ && $(LN_S ) $< .
51
51
52
52
dllist.c : $(backend_src ) /lib/dllist.c
@@ -75,5 +75,5 @@ uninstall: uninstall-lib
75
75
rm -f $(DESTDIR )$(includedir ) /libpq-fe.h $(DESTDIR )$(includedir_internal ) /libpq-int.h $(includedir_internal ) /pqexpbuffer.h
76
76
77
77
clean distclean maintainer-clean : clean-lib
78
- rm -f $(OBJS ) getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c
78
+ rm -f $(OBJS ) crypt.c getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c
79
79
rm -f $(OBJS ) dllist.c md5.c ip.c wchar.c encnames.c
You can’t perform that action at this time.
0 commit comments