@@ -20,11 +20,6 @@ OBJS += src/healpix.o src/moc.o src/process_moc.o \
20
20
endif
21
21
22
22
DATA_built = $(RELEASE_SQL ) \
23
- pg_sphere--1.0--1.0_gavo.sql \
24
- pg_sphere--1.0_gavo--1.1.5beta0gavo.sql \
25
- pg_sphere--1.1.5beta0gavo--1.1.5beta2gavo.sql \
26
- pg_sphere--1.1.5beta2gavo--1.1.5beta4gavo.sql \
27
- pg_sphere--1.1.5beta4gavo--1.2.0.sql \
28
23
pg_sphere--1.2.0--1.2.1.sql \
29
24
pg_sphere--1.2.1--1.2.2.sql \
30
25
pg_sphere--1.2.2--1.2.3.sql \
@@ -118,55 +113,13 @@ pg_sphere.test.sql: $(RELEASE_SQL) $(shlib)
118
113
$(RELEASE_SQL ) : $(addsuffix .in, $(RELEASE_SQL ) $(PGS_SQL ) )
119
114
cat $^ > $@
120
115
121
- # default 1.0 (after 2016-02-07) -> 1.1.5
122
- UPGRADE_1_0_PRE_xxxxxx = contains-ops-fixes-2.sql
123
- # '1.1.5_from_2015-08-31'
124
- AUGMENT_1_0_PRE_AAF2D5 = pgs_contains_ops.sql gnomo.sql
125
- UPGRADE_1_0_PRE_AAF2D5 = contains-ops-fixes-1.sql pgs_gist_drop_spoint2.sql.in \
126
- pgs_gist_contains_ops.sql
127
-
128
- # add new HEALPix functions and experimental spoint3
129
- ifneq ($(USE_HEALPIX ) ,0)
130
- AUGMENT_FROM_GAVO = healpix.sql
131
- endif
132
- AUGMENT_FROM_GAVO += pgs_gist_spoint3.sql
133
-
134
- AUGMENT_1_0_115B0G = $(AUGMENT_FROM_GAVO )
135
- UPGRADE_1_0_115B0G = contains-ops-fixes-2.sql pgs_gist_drop_spoint2.sql
136
-
137
- # test installation B (generic)
138
- pg_sphere--1.0--1.0_gavo.sql : # dummy upgrade to allow for descriptive names
139
- cat upgrade_scripts/$@ .in > $@
140
- pg_sphere--1.0_gavo--1.1.5beta0gavo.sql : $(addsuffix .in, \
141
- $(AUGMENT_1_0_115B0G ) \
142
- $(addprefix upgrade_scripts/, $(UPGRADE_1_0_115B0G ) ) )
143
- cat upgrade_scripts/$@ .in $^ > $@
144
-
145
116
ifneq ($(USE_HEALPIX ) ,0)
146
- pg_sphere--1.1.5beta0gavo--1.1.5beta2gavo.sql : pgs_moc_type.sql.in
147
- cat upgrade_scripts/$@ .in $^ > $@
148
-
149
- pg_sphere--1.1.5beta2gavo--1.1.5beta4gavo.sql : pgs_moc_compat.sql.in
150
- cat upgrade_scripts/$@ .in $^ > $@
151
-
152
- pg_sphere--1.1.5beta4gavo--1.2.0.sql : pgs_moc_ops.sql.in
153
- cat upgrade_scripts/$@ .in $^ > $@
154
-
155
117
pg_sphere--1.2.0--1.2.1.sql : pgs_moc_geo_casts.sql.in pgs_epochprop.sql.in
156
118
cat upgrade_scripts/$@ .in $^ > $@
157
119
158
120
pg_sphere--1.2.1--1.2.2.sql : upgrade_scripts/pg_sphere--1.2.1--1.2.2-healpix.sql.in
159
121
cat upgrade_scripts/$@ .in $^ > $@
160
122
else
161
- pg_sphere--1.1.5beta0gavo--1.1.5beta2gavo.sql :
162
- cat upgrade_scripts/$@ .in > $@
163
-
164
- pg_sphere--1.1.5beta2gavo--1.1.5beta4gavo.sql :
165
- cat upgrade_scripts/$@ .in > $@
166
-
167
- pg_sphere--1.1.5beta4gavo--1.2.0.sql :
168
- cat upgrade_scripts/$@ .in > $@
169
-
170
123
pg_sphere--1.2.0--1.2.1.sql : pgs_epochprop.sql.in
171
124
cat upgrade_scripts/$@ .in $^ > $@
172
125
0 commit comments