@@ -15,24 +15,25 @@ override CFLAGS+= -mieee
15
15
endif
16
16
endif
17
17
18
+ # keep this list arranged alphabetically or it gets to be a mess
18
19
OBJS = acl.o arrayfuncs.o array_selfuncs.o array_typanalyze.o\
19
- array_userfuncs.o arrayutils.o bool.o\
20
- cash.o char.o date.o datetime.o datum.o domains.o\
21
- enum.o float.o format_type.o\
22
- geo_ops.o geo_selfuncs.oint .oint8 .ojson.o jsonfuncs.o like .o\
23
- lockfuncs .omisc .onabstime .oname.o numeric.o numutils .o\
24
- oid .ooracle_compat .oorderedsetaggs .o\
25
- pseudotypes .orangetypes .orangetypes_gist .o\
26
- rowtypes .oregexp .oregproc.o ruleutils.o selfuncs .o\
27
- tid .otimestamp .ovarbit .ovarchar.o varlena.o version.o xid .o\
28
- network .omac .oinet_cidr_ntop.o inet_net_pton .o\
29
- ri_triggers .opg_lzcompress .opg_locale .oformatting .o\
30
- ascii .oquote .opgstatfuncs.o encode.o dbsize.o genfile .o trigfuncs.o\
20
+ array_userfuncs.o arrayutils.oascii.o bool.o\
21
+ cash.o char.o date.o datetime.o datum.odbsize.o domains.o\
22
+ encode.o enum.o float.o format_type.o formatting.o genfile .o\
23
+ geo_ops.o geo_selfuncs.oinet_cidr_ntop .oinet_net_pton .oint .o\
24
+ int8 .ojson .ojsonfuncs .olike .o\
25
+ lockfuncs .omac .omisc.o nabstime.o name.o network.o numeric .o\
26
+ numutils .ooid .ooracle_compat.o orderedsetaggs .o\
27
+ pg_lzcompress .opg_locale .opgstatfuncs .o\
28
+ pseudotypes .oquote .orangetypes .orangetypes_gist .o\
29
+ rangetypes_selfuncs .orangetypes_spgist .orangetypes_typanalyze .o\
30
+ regexp .oregproc .ori_triggers .orowtypes.o ruleutils .o\
31
+ selfuncs .otid .otimestamp .o trigfuncs.o\
31
32
tsginidx.o tsgistidx.o tsquery.o tsquery_cleanup.o tsquery_gist.o\
32
33
tsquery_op.o tsquery_rewrite.o tsquery_util.o tsrank.o\
33
34
tsvector.o tsvector_op.o tsvector_parser.o\
34
- txid.o uuid.owindowfuncs .oxml .orangetypes_spgist .o\
35
- rangetypes_typanalyze .orangetypes_selfuncs .o
35
+ txid.o uuid.ovarbit .ovarchar .ovarlena.o version .o\
36
+ windowfuncs .oxid.o xml .o
36
37
37
38
like.o : like.c like_match.c
38
39