-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.in.diff
More file actions
52 lines (46 loc) · 2.03 KB
/
Makefile.in.diff
File metadata and controls
52 lines (46 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
--- Makefile.in 2016-10-11 03:58:06.000000000 +0100
+++ /tmp/Makefile.in 2021-09-02 19:33:26.060556243 +0100
@@ -86,6 +86,7 @@
$(HACK_SRC)/fps.o
SRCS = xscreensaver-gl-helper.c normals.c fps-gl.c \
+ commander.c \
atlantis.c b_draw.c b_lockglue.c b_sphere.c bubble3d.c \
buildlwo.c cage.c dolphin.c gears.c lament.c lament_model.c \
moebius.c morph3d.c pipeobjs.c pipes.c rubik.c s1_1.c s1_2.c \
@@ -131,6 +132,7 @@
hexstrut.c
OBJS = xscreensaver-gl-helper.o normals.o fps-gl.o \
+ commander.o \
atlantis.o b_draw.o b_lockglue.o b_sphere.o bubble3d.o \
buildlwo.o cage.o dolphin.o gears.o lament.o lament_model.o \
moebius.o morph3d.o pipeobjs.o pipes.o rubik.o s1_1.o s1_2.o \
@@ -176,6 +178,7 @@
hexstrut.o
GL_EXES = cage gears moebius pipes sproingies stairs superquadrics \
+ commander \
morph3d rubik atlantis lament bubble3d glplanet pulsar \
sierpinski3d gflux stonerview starwars gltext molecule \
dangerball circuit menger engine flipscreen3d glsnake boxed \
@@ -220,6 +223,7 @@
$(UTILS_BIN)/utf8wc.o
HDRS = atlantis.h bubble3d.h buildlwo.h e_textures.h xpm-ximage.h \
+ commander.h \
grab-ximage.h tube.h sphere.h boxed.h \
stonerview.h stonerview-move.h stonerview-osc.h \
glutstroke.h glut_roman.h marching.h rotator.h trackball.h \
@@ -230,6 +234,7 @@
involute.h teapot.h sonar.h dropshadow.h starwars.h \
teapot2.h dnapizza.h curlicue.h
GL_MEN = atlantis.man boxed.man bubble3d.man cage.man circuit.man \
+ commander.man \
cubenetic.man dangerball.man engine.man extrusion.man \
flipscreen3d.man gears.man gflux.man \
glplanet.man glsnake.man gltext.man lament.man lavalite.man \
@@ -918,6 +923,9 @@
geodesicgears: geodesicgears.o $(GEARS_OBJS)
$(CC_HACK) -o $@ $@.o $(GEARS_OBJS) $(HACK_LIBS)
+commander: commander.o normals.o $(HACK_TRACK_OBJS)
+ $(CC_HACK) -o $@ $@.o normals.o $(HACK_TRACK_OBJS) $(HACK_LIBS)
+
cityflow: cityflow.o $(HACK_TRACK_OBJS)
$(CC_HACK) -o $@ $@.o $(HACK_TRACK_OBJS) $(HACK_LIBS)