Allow elements out of context in GOM.
[gedcom-parse.git] / gom / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # $Id$
3 # $Name$
4
5 INCLUDES = -I$(srcdir)/../intl -I$(srcdir)/../include -I$(srcdir)/../utf8
6 CFLAGS   = -O2 -W -Wall -pedantic -Wno-long-long @EXTRA_CFLAGS@
7
8 lib_LTLIBRARIES = libgedcom_gom.la
9 libgedcom_gom_la_SOURCES = gom.c \
10                            header.c \
11                            submission.c \
12                            submitter.c \
13                            family.c \
14                            individual.c \
15                            multimedia.c \
16                            note.c \
17                            repository.c \
18                            source.c \
19                            address.c \
20                            event.c \
21                            place.c \
22                            source_citation.c \
23                            note_sub.c \
24                            multimedia_link.c \
25                            lds_event.c \
26                            user_ref.c \
27                            change_date.c \
28                            personal_name.c \
29                            family_link.c \
30                            association.c \
31                            source_event.c \
32                            source_description.c \
33                            user_rec.c \
34                            gom_modify.c \
35                            gom_internal.c
36 noinst_HEADERS = header.h \
37                  submission.h \
38                  submitter.h \
39                  family.h \
40                  individual.h \
41                  multimedia.h \
42                  note.h \
43                  repository.h \
44                  source.h \
45                  address.h \
46                  event.h \
47                  place.h \
48                  source_citation.h \
49                  note_sub.h \
50                  multimedia_link.h \
51                  lds_event.h \
52                  user_ref.h \
53                  change_date.h \
54                  personal_name.h \
55                  family_link.h \
56                  association.h \
57                  source_event.h \
58                  source_description.h \
59                  user_rec.h \
60                  gom_internal.h \
61                  func_template.h
62
63 libgedcom_gom_la_LDFLAGS = -export-dynamic -version-info $(LIBVERSION) \
64                            -L../utf8/.libs
65 libgedcom_gom_la_LIBADD  = -lutf8tools