Skip to content

Commit c381b95

Browse files
committed
Update Linux build for CD
1 parent 45672e6 commit c381b95

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

share/packaging/ARToolKit5-bin-bom

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ share/artoolkit5-config
3131
share/artoolkit5-setenv
3232
share/artoolkit5-unsetenv
3333

34-
bin/calib_camera
35-
bin/calib_optical
36-
bin/calib_stereo
3734
bin/check_id
3835
bin/mk_patt
3936
bin/genTexData
@@ -73,11 +70,6 @@ lib/SRC/ARUtil/
7370
lib/SRC/Eden/
7471

7572
util/1394/
76-
util/calib_camera/
77-
util/calib_camera_old-v3/
78-
util/calib_optical/
79-
util/calib_stereo/
80-
util/calib_stereo_old-v3/
8173
util/checkResolution/
8274
util/check_id/
8375
util/dispFeatureSet/
@@ -121,7 +113,6 @@ examples/optical
121113
examples/opticalStereo
122114
examples/simpleMovie
123115
examples/simpleOSG
124-
examples/simpleVRML
125116
examples/stereo
126117
examples/nftSimple
127118
examples/nftBook

util/Makefile.in

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,8 @@
3535
#
3636

3737
all:
38-
(cd calib_camera; make -f Makefile)
39-
(cd calib_stereo; make -f Makefile)
4038
(cd mk_patt; make -f Makefile)
4139
(cd 1394; make -f Makefile)
42-
(cd calib_optical; make -f Makefile)
43-
(cd calib_camera_old-v3; make -f Makefile)
44-
(cd calib_stereo_old-v3; make -f Makefile)
4540
(cd check_id; make -f Makefile)
4641
(cd genTexData; make -f Makefile)
4742
(cd genMarkerSet; make -f Makefile)
@@ -50,13 +45,8 @@ all:
5045
(cd checkResolution; make -f Makefile)
5146

5247
clean:
53-
(cd calib_camera; make -f Makefile clean)
54-
(cd calib_stereo; make -f Makefile clean)
5548
(cd mk_patt; make -f Makefile clean)
5649
(cd 1394; make -f Makefile clean)
57-
(cd calib_optical; make -f Makefile clean)
58-
(cd calib_camera_old-v3; make -f Makefile clean)
59-
(cd calib_stereo_old-v3; make -f Makefile clean)
6050
(cd check_id; make -f Makefile clean)
6151
(cd genTexData; make -f Makefile clean)
6252
(cd genMarkerSet; make -f Makefile clean)
@@ -69,9 +59,6 @@ allclean:
6959
(cd calib_stereo; make -f Makefile allclean)
7060
(cd mk_patt; make -f Makefile allclean)
7161
(cd 1394; make -f Makefile allclean)
72-
(cd calib_optical; make -f Makefile allclean)
73-
(cd calib_camera_old-v3; make -f Makefile allclean)
74-
(cd calib_stereo_old-v3; make -f Makefile allclean)
7562
(cd check_id; make -f Makefile allclean)
7663
(cd genTexData; make -f Makefile allclean)
7764
(cd genMarkerSet; make -f Makefile allclean)
@@ -81,13 +68,8 @@ allclean:
8168
rm -f Makefile
8269

8370
distclean:
84-
(cd calib_camera; make -f Makefile distclean)
85-
(cd calib_stereo; make -f Makefile distclean)
8671
(cd mk_patt; make -f Makefile distclean)
8772
(cd 1394; make -f Makefile distclean)
88-
(cd calib_optical; make -f Makefile distclean)
89-
(cd calib_camera_old-v3; make -f Makefile distclean)
90-
(cd calib_stereo_old-v3; make -f Makefile distclean)
9173
(cd check_id; make -f Makefile distclean)
9274
(cd genTexData; make -f Makefile distclean)
9375
(cd genMarkerSet; make -f Makefile distclean)

0 commit comments

Comments
 (0)