|
5 | 5 | # Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group |
6 | 6 | # Portions Copyright (c) 1994, Regents of the University of California |
7 | 7 | # |
8 | | -# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.157 2007/11/30 16:21:19 mha Exp $ |
| 8 | +# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.158 2007/12/21 09:03:31 mha Exp $ |
9 | 9 | # |
10 | 10 | #------------------------------------------------------------------------- |
11 | 11 |
|
@@ -41,7 +41,7 @@ override shlib = cyg$(NAME)$(DLSUFFIX) |
41 | 41 | endif |
42 | 42 |
|
43 | 43 | ifeq ($(PORTNAME), win32) |
44 | | -OBJS += win32.o libpqrc.o |
| 44 | +OBJS += win32.opgsleep.olibpqrc.o |
45 | 45 | DLL_DEFFILE=libpqdll.def |
46 | 46 |
|
47 | 47 | libpqrc.o: libpq.rc |
@@ -80,7 +80,7 @@ backend_src = $(top_srcdir)/src/backend |
80 | 80 | # For port modules, this only happens if configure decides the module |
81 | 81 | # is needed (see filter hack in OBJS, above). |
82 | 82 |
|
83 | | -crypt.cgetaddrinfo.cinet_aton.cnoblock.copen.cpgstrcasecmp.csnprintf.cstrerror.cstrlcpy.cthread.cwin32error.c:% :$(top_srcdir)/src/port/% |
| 83 | +crypt.cgetaddrinfo.cinet_aton.cnoblock.copen.cpgstrcasecmp.csnprintf.cstrerror.cstrlcpy.cthread.cwin32error.cpgsleep.c:% :$(top_srcdir)/src/port/% |
84 | 84 | rm -f$@&&$(LN_S)$<. |
85 | 85 |
|
86 | 86 | md5.cip.c:% :$(backend_src)/libpq/% |
@@ -169,7 +169,7 @@ uninstall: uninstall-lib |
169 | 169 | rm -f'$(DESTDIR)$(includedir)/libpq-fe.h''$(DESTDIR)$(includedir_internal)/libpq-int.h''$(DESTDIR)$(includedir_internal)/pqexpbuffer.h''$(DESTDIR)$(datadir)/pg_service.conf.sample' |
170 | 170 |
|
171 | 171 | cleandistclean: clean-lib |
172 | | -rm -f$(OBJS) pg_config_paths.h crypt.c getaddrinfo.c inet_aton.c noblock.c open.c pgstrcasecmp.c snprintf.c strerror.c strlcpy.c thread.c md5.c ip.c encnames.c wchar.c win32error.c pthread.h exports.list |
| 172 | +rm -f$(OBJS) pg_config_paths.h crypt.c getaddrinfo.c inet_aton.c noblock.c open.c pgstrcasecmp.c snprintf.c strerror.c strlcpy.c thread.c md5.c ip.c encnames.c wchar.c win32error.cpgsleep.cpthread.h exports.list |
173 | 173 | # Might be left over from a Win32 client-only build |
174 | 174 | rm -f pg_config_paths.h |
175 | 175 |
|
|