File tree Expand file tree Collapse file tree 5 files changed +8
-14
lines changed Expand file tree Collapse file tree 5 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 6
6
# Copyright (c) 1998, Regents of the University of California
7
7
#
8
8
# IDENTIFICATION
9
- # $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.15 1999/09/27 20:54:56 momjian Exp $
9
+ # $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.16 1999/10/13 11:38:34 momjian Exp $
10
10
#
11
11
#-------------------------------------------------------------------------
12
12
@@ -274,3 +274,6 @@ endif
274
274
275
275
clean-shlib:
276
276
rm -f $(shlib) lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION) lib$(NAME)$(DLSUFFIX)
277
+ ifeq ($(PORTNAME), win)
278
+ rm -rf $(NAME).def
279
+ endif
Original file line number Diff line number Diff line change 6
6
# Copyright (c) 1994, Regents of the University of California
7
7
#
8
8
# IDENTIFICATION
9
- # $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile.in,v 1.48 1999/10/08 11:04:59 meskes Exp $
9
+ # $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile.in,v 1.49 1999/10/13 11:38:35 momjian Exp $
10
10
#
11
11
# -------------------------------------------------------------------------
12
12
@@ -44,9 +44,6 @@ typename.o : typename.c ../include/ecpgtype.h
44
44
45
45
clean : clean-shlib
46
46
rm -f lib$(NAME ) .a $(OBJS )
47
- ifeq ($(PORTNAME ) , win)
48
- rm -f $(NAME).def
49
- endif
50
47
51
48
depend dep :
52
49
$(CC ) -MM $(CFLAGS ) * .c > depend
Original file line number Diff line number Diff line change 6
6
# Copyright (c) 1994, Regents of the University of California
7
7
#
8
8
# IDENTIFICATION
9
- # $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.48 1999/10/11 17:47:01 momjian Exp $
9
+ # $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.49 1999/10/13 11:38:37 momjian Exp $
10
10
#
11
11
# -------------------------------------------------------------------------
12
12
@@ -88,9 +88,6 @@ install-headers: libpq-fe.h libpq-int.h
88
88
clean : clean-shlib
89
89
rm -f lib$(NAME ) .a $(OBJS )
90
90
rm -f dllist.c common.c wchar.c conv.c big5.c
91
- ifeq ($(PORTNAME ) , win)
92
- rm -f pq.def
93
- endif
94
91
95
92
depend dep :
96
93
$(CC ) -MM $(CFLAGS ) * .c > depend
Original file line number Diff line number Diff line change 4
4
# Makefile for the plpgsql shared object
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.17 1999/06/30 23:57:31 tgl Exp $
7
+ # $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.18 1999/10/13 11:38:40 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -82,6 +82,3 @@ clean: clean-shlib
82
82
rm -f * .o pl.tab.h pl_gram.c pl_scan.c
83
83
# And the garbage that might have been left behind by partial build:
84
84
rm -f y.tab.c y.tab.h lex.yy.c
85
- ifeq ($(PORTNAME ) , win)
86
- rm -f $(NAME).def
87
- endif
Original file line number Diff line number Diff line change 1
1
AROPT:crs
2
- CFLAGS:-O2 -g
2
+ CFLAGS:-O2
3
3
SHARED_LIB:
4
4
ALL:
5
5
SRCH_INC:/usr/local/include
You can’t perform that action at this time.
0 commit comments