contrib Makefiles

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема contrib Makefiles
Дата
Msg-id GNELIHDDFBOCMGBFGEFOEELDCDAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответы Re: contrib Makefiles
Список 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 по дате отправления:

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: Open 7.3 items
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: cvs probs