contrib Makefiles - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject contrib Makefiles
Date
Msg-id GNELIHDDFBOCMGBFGEFOEELDCDAA.chriskl@familyhealth.com.au
Whole thread Raw
Responses Re: contrib Makefiles  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Hi guys,

The fulltextindex Makefile looks like this:

subdir = contrib/fulltextindex
top_builddir = ../..
include $(top_builddir)/src/Makefile.global

MODULE_big = fti
OBJS = list.o chtbl.o fti.o
DATA_built = fti.sql
DOCS = README.fti
SCRIPTS = fti.pl

include $(top_srcdir)/contrib/contrib-global.mk

How can I modify it to build two different C files into two different .so's?

I want to have fti.so and fti2.so sort of thing...

Chris



pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Open 7.3 items
Next
From: "Christopher Kings-Lynne"
Date:
Subject: cvs probs