mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Clean up mutibyte supoorting source files.
Now only wchar.c is shared by fronetnd/backend.
This commit is contained in:
parent
3f8e30651b
commit
91382c2882
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 1994, Regents of the University of California
|
# Copyright (c) 1994, Regents of the University of California
|
||||||
#
|
#
|
||||||
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.49 2001/02/04 14:09:33 petere Exp $
|
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.50 2001/02/11 01:52:11 ishii Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
|
|||||||
$(INET_ATON) $(SNPRINTF) $(STRERROR)
|
$(INET_ATON) $(SNPRINTF) $(STRERROR)
|
||||||
|
|
||||||
ifdef MULTIBYTE
|
ifdef MULTIBYTE
|
||||||
OBJS+= common.o wchar.o
|
OBJS+= wchar.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Add libraries that libpq depends (or might depend) on into the
|
# Add libraries that libpq depends (or might depend) on into the
|
||||||
@ -62,7 +62,7 @@ strerror.c: $(backend_src)/port/strerror.c
|
|||||||
rm -f $@ && $(LN_S) $< .
|
rm -f $@ && $(LN_S) $< .
|
||||||
|
|
||||||
ifdef MULTIBYTE
|
ifdef MULTIBYTE
|
||||||
common.c wchar.c : % : $(backend_src)/utils/mb/%
|
wchar.c : % : $(backend_src)/utils/mb/%
|
||||||
rm -f $@ && $(LN_S) $< .
|
rm -f $@ && $(LN_S) $< .
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -82,7 +82,7 @@ uninstall: uninstall-lib
|
|||||||
rm -f $(addprefix $(DESTDIR)$(includedir)/, libpq-fe.h libpq-int.h pqexpbuffer.h)
|
rm -f $(addprefix $(DESTDIR)$(includedir)/, libpq-fe.h libpq-int.h pqexpbuffer.h)
|
||||||
|
|
||||||
clean distclean maintainer-clean: clean-lib
|
clean distclean maintainer-clean: clean-lib
|
||||||
rm -f $(OBJS) dllist.c common.c wchar.c conv.c big5.c
|
rm -f $(OBJS) dllist.c wchar.c
|
||||||
rm -f $(OBJS) inet_aton.c snprintf.c strerror.c
|
rm -f $(OBJS) inet_aton.c snprintf.c strerror.c
|
||||||
|
|
||||||
depend dep:
|
depend dep:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user