Skip to content

Commit 578f98e

Browse files
author
Vitaly Davydov
committed
Wrapped some lines with more than 80 symbols.
1 parent 1793e40 commit 578f98e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Diff for: Makefile

+11-11
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ PGSPHERE_VERSION = 1.2.1
33
# the base dir name may be changed depending on git clone command
44
SRC_DIR = $(shell basename $(shell pwd))
55

6-
MODULE_big = pg_sphere
7-
OBJS = src/sscan.o src/sparse.o src/sbuffer.o src/vector3d.o src/point.o \
8-
src/euler.o src/circle.o src/line.o src/ellipse.o src/polygon.o \
9-
src/path.o src/box.o src/output.o src/gq_cache.o src/gist.o src/key.o \
10-
src/gnomo.o src/healpix.o src/moc.o src/process_moc.o healpix_bare/healpix_bare.o \
11-
src/epochprop.o
6+
MODULE_big = pg_sphere
7+
OBJS = src/sscan.o src/sparse.o src/sbuffer.o src/vector3d.o src/point.o \
8+
src/euler.o src/circle.o src/line.o src/ellipse.o src/polygon.o \
9+
src/path.o src/box.o src/output.o src/gq_cache.o src/gist.o \
10+
src/key.o src/gnomo.o src/healpix.o src/moc.o src/process_moc.o \
11+
healpix_bare/healpix_bare.o src/epochprop.o
1212

1313
EXTENSION = pg_sphere
1414
RELEASE_SQL = $(EXTENSION)--$(PGSPHERE_VERSION).sql
@@ -28,9 +28,9 @@ REGRESS = init tables points euler circle line ellipse poly path box index \
2828

2929
REGRESS_9_5 = index_9.5 # experimental for spoint3
3030

31-
TESTS = init_test tables points euler circle line ellipse poly path box index \
32-
contains_ops contains_ops_compat bounding_box_gist gnomo healpix \
33-
moc mocautocast epochprop
31+
TESTS = init_test tables points euler circle line ellipse poly path box \
32+
index contains_ops contains_ops_compat bounding_box_gist gnomo \
33+
healpix moc mocautocast epochprop
3434

3535
ifndef CXXFLAGS
3636
# no support for CXXFLAGS in PGXS before v11
@@ -47,8 +47,8 @@ PGS_SQL = pgs_types.sql pgs_point.sql pgs_euler.sql pgs_circle.sql \
4747
pgs_line.sql pgs_ellipse.sql pgs_polygon.sql pgs_path.sql \
4848
pgs_box.sql pgs_contains_ops.sql pgs_contains_ops_compat.sql \
4949
pgs_gist.sql gnomo.sql \
50-
healpix.sql pgs_gist_spoint3.sql pgs_moc_type.sql pgs_moc_compat.sql pgs_moc_ops.sql \
51-
pgs_moc_geo_casts.sql pgs_epochprop.sql
50+
healpix.sql pgs_gist_spoint3.sql pgs_moc_type.sql pgs_moc_compat.sql \
51+
pgs_moc_ops.sql pgs_moc_geo_casts.sql pgs_epochprop.sql
5252
PGS_SQL_9_5 = pgs_9.5.sql # experimental for spoint3
5353

5454
USE_PGXS = 1

0 commit comments

Comments
 (0)