Initial support of Autoconf / Automake build system

Now running ./autogen.sh and ./configure will produce both Makefiles built from Autoconf and Automake 
as well as Jam build files.
This commit is contained in:
john.mccutchan
2008-10-02 22:23:01 +00:00
parent 4e70343a8b
commit e431450620
11 changed files with 18782 additions and 905 deletions

View File

@@ -1 +1,2 @@
SUBDIRS=src Demos/OpenGL Demos/BasicDemo Demos/VehicleDemo Demos/CcdPhysicsDemo
ACLOCAL_AMFLAGS = -I mk/autoconf
SUBDIRS=src Extras Demos/OpenGL Demos/BasicDemo Demos/VehicleDemo Demos/CcdPhysicsDemo Demos/ColladaDemo Demos/MultiThreadedDemo