I realized in several files, only those certain demos were mentioned. For example, in configure.ac, I saw the following:
AC_CONFIG_FILES([bullet.pc Makefile Demos/Makefile Demos/SoftDemo/Makefile Demos/AllBulletDemos/Makefile Demos/MultiThreadedDemo/Makefile Demos/OpenGL/Makefile Demos/BasicDemo/Makefile Demos/CcdPhysicsDemo/Makefile Demos/VehicleDemo/Makefile Demos/TerrainDemo/Makefile src/Makefile Extras/Makefile])
Why are only select demos listed? I am trying to run the Ragdoll demo and I cannot get it to generate an executable

Thanks!!