Skip to content

Commit bf919ed

Browse files
committed
cleanup of pgeasy.
1 parent 05309c3 commit bf919ed

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

src/interfaces/libpgeasy/Makefile.in

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for pgeasy library
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/interfaces/libpgeasy/Attic/Makefile.in,v 1.1 1999/10/11 18:03:00 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/libpgeasy/Attic/Makefile.in,v 1.2 1999/10/11 18:16:06 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -53,37 +53,3 @@ depend dep:
5353
ifeq (depend,$(wildcard depend))
5454
include depend
5555
endif
56-
57-
58-
59-
PGEASY = pgeasy.o halt.o
60-
TARGET = libpgeasy.a pginsert pgwordcount pgnulltest
61-
CFLAGS = -g -Wall -I. -I../../src/interfaces/libpq -I/usr/local/pgsql/include
62-
LDFLAGS = -L/usr/local/pgsql/lib -lpq
63-
64-
all : $(TARGET)
65-
66-
libpgeasy.a: pgeasy.o halt.o
67-
ar r libpgeasy.a pgeasy.o halt.o
68-
69-
pgeasy.o: pgeasy.c
70-
gcc -c $(CFLAGS) pgeasy.c
71-
72-
halt.o: halt.c
73-
gcc -c $(CFLAGS) halt.c
74-
75-
pginsert: $(PGEASY) pginsert.c
76-
gcc -o $@ $(CFLAGS) $@.c $(PGEASY) $(LDFLAGS)
77-
78-
pgwordcount: $(PGEASY) pgwordcount.c
79-
gcc -o $@ $(CFLAGS) $@.c $(PGEASY) $(LDFLAGS)
80-
81-
pgnulltest: $(PGEASY) pgnulltest.c
82-
gcc -o $@ $(CFLAGS) $@.c $(PGEASY) $(LDFLAGS)
83-
84-
clean:
85-
rm -f *.o $(TARGET) log core
86-
87-
install:
88-
install -s -o bin -g bin $(TARGET) /usr/local/pgsql/bin
89-

0 commit comments

Comments
 (0)