]> granicus.if.org Git - postgresql/blob - src/port/Makefile
Move libc replacement files from src/backend/port to src/port.
[postgresql] / src / port / Makefile
1 #-------------------------------------------------------------------------
2 #
3 # Makefile--
4 #    Makefile for the port-specific subsystem of the backend
5 #
6 # These files are used in other directories for portability on systems
7 # with broken/missing library files.
8
9 # IDENTIFICATION
10 #    $Header: /cvsroot/pgsql/src/port/Makefile,v 1.1 2002/07/18 04:13:59 momjian Exp $
11 #
12 #-------------------------------------------------------------------------
13
14 subdir = src/port
15 top_builddir = ../..
16 include $(top_builddir)/src/Makefile.global
17
18 OBJS=$(GETHOSTNAME) $(GETRUSAGE) $(INET_ATON) $(ISINF) $(MEMCMP) \
19         $(MISSING_RANDOM) $(SNPRINTF) $(SRANDOM) $(STRCASECMP) $(STRDUP) \
20         $(STRERROR) $(STRTOL) $(STRTOUL)
21
22 distclean clean:
23         rm -f $(OBJS)