We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7bf29f6 commitfa179ddCopy full SHA for fa179dd
src/interfaces/ecpg/lib/Makefile.in
@@ -6,7 +6,7 @@
6
# Copyright (c) 1994, Regents of the University of California
7
#
8
# IDENTIFICATION
9
-# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile.in,v 1.43 1999/02/23 12:56:55 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile.in,v 1.44 1999/06/30 23:57:23 tgl Exp $
10
11
#-------------------------------------------------------------------------
12
@@ -41,8 +41,9 @@ typename.o : typename.c ../include/ecpgtype.h
41
42
43
.PHONY: clean
44
-clean:
45
-rm -f lib$(NAME).a$(shlib)$(OBJS)
+
+clean: clean-shlib
46
+rm -f lib$(NAME).a$(OBJS)
47
ifeq ($(PORTNAME), win)
48
rm -f $(NAME).def
49
endif
src/interfaces/libpgtcl/Makefile.in
-# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.34 1999/02/07 22:10:45 tgl Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.35 1999/06/30 23:57:24 tgl Exp $
@@ -50,8 +50,9 @@ beforeinstall-headers:
50
51
52
53
54
-rm -f$(OBJS)$(shlib) lib$(NAME).a
55
+rm -f$(OBJS) lib$(NAME).a
56
57
dependdep:
58
$(CC) -MM$(CFLAGS)*.c>depend
src/interfaces/libpq++/Makefile.in
-# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.14 1999/05/27 14:28:40 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.15 1999/06/30 23:57:27 tgl Exp $
@@ -87,8 +87,9 @@ beforeinstall-headers:
87
@if [!-d$(LIBPGXXHEADERDIR) ];then mkdir$(LIBPGXXHEADERDIR);fi
88
89
90
91
-rm -f libpq++.a$(shlib)$(OBJS)
92
+rm -f libpq++.a$(OBJS)
93
$(MAKE) -C examples clean
94
95
depdepend:
src/interfaces/libpq/Makefile.in
-# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.45 1999/03/07 23:05:57 tgl Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.46 1999/06/30 23:57:25 tgl Exp $
@@ -83,8 +83,9 @@ install-headers: libpq-fe.h libpq-int.h
83
84
85
86
-rm -f libpq.a$(shlib)$(OBJS)
+rm -f libpq.a$(OBJS)
rm -f dllist.c common.c wchar.c conv.c big5.c
rm -f pq.def
src/interfaces/odbc/GNUmakefile.in
@@ -7,7 +7,7 @@
-# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.10 1999/01/17 06:19:43 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.11 1999/06/30 23:57:29 tgl Exp $
13
@SET_MAKE@
@@ -65,8 +65,8 @@ install-ini: odbcinst.ini
65
66
67
68
69
--rm -f lib$(NAME).a $(shlib) $(OBJS)
+-rm -f lib$(NAME).a $(OBJS)
70
71
.PHONY: distclean
72
@@ -76,7 +76,7 @@ distclean: clean
76
77
@if [ $SRCDIR != $ODBCSRCDIR ]; then rm -f template makefiles port; fi
78
else
79
-@if [ $SRCDIR ne $ODBCSRCDIR ]; then rm -f template makefiles port
+@if [ $SRCDIR ne $ODBCSRCDIR ]; then rm -f template makefiles port; fi
80
81
82
.PHONY: standalone
src/pl/plpgsql/src/Makefile.in
@@ -4,7 +4,7 @@
4
# Makefile for the plpgsql shared object
5
-# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.16 1999/03/21 02:27:46 tgl Exp $
+# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.17 1999/06/30 23:57:31 tgl Exp $
@@ -77,8 +77,8 @@ pl_scan.c:scan.l
.PHONY: install clean
-rm -f lib$(NAME).a$(shlib)
+rm -f lib$(NAME).a
rm -f*.o pl.tab.h pl_gram.c pl_scan.c
# And the garbage that might have been left behind by partial build:
rm -f y.tab.c y.tab.h lex.yy.c