1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

README for refint.c and example of using.

This commit is contained in:
Vadim B. Mikheev
1997-09-12 02:41:15 +00:00
parent c853ca05a4
commit f1861395f3
3 changed files with 121 additions and 1 deletions

View File

@ -14,6 +14,7 @@ TARGETS= refint$(DLSUFFIX) refint.sql
CLEANFILES+= $(TARGETS)
all:: $(TARGETS)
rm -f *.obj *.pic
%.sql: %.source
rm -f $@; \
@ -22,4 +23,4 @@ all:: $(TARGETS)
-e "s:_DLSUFFIX_:$(DLSUFFIX):g" < $< > $@
clean:
rm -f $(TARGETS) refint.o
rm -f $(TARGETS) *.[op]*