# # Copyright (C) 1997-2005, R3vis Corporation. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Library General Public License for more details. # # You should have received a copy of the GNU Library General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA, or visit http://www.gnu.org/copyleft/lgpl.html. # # Original Contributor: # Wes Bethel, R3vis Corporation, Marin County, California # Additional Contributor(s): # # The OpenRM project is located at http://openrm.sourceforge.net/. # # # $Id: Make.sources,v 1.6 2005/06/15 02:10:40 wes Exp $ # Version: $Name: OpenRM-1-6-0-RC5 $ # $Revision: 1.6 $ # $Log: Make.sources,v $ # Revision 1.6 2005/06/15 02:10:40 wes # Added initial support for application-settable defaults. Apps # will use rmSetEnum/rmGetEnum to set or get defaults that are RMenums. # The first round of variables that can be set/get by apps are # RMnode traversal masks assigned to new scene graph nodes by rmNodeNew. # # Revision 1.5 2005/02/19 16:22:50 wes # Distro sync and consolidation. # # Revision 1.4 2004/01/16 16:42:38 wes # Updated copyright line for 2004. # # Revision 1.3 2003/11/05 15:06:15 wes # Added rmtime.c # # Revision 1.2 2003/02/02 02:07:15 wes # Updated copyright to 2003. # # Revision 1.1.1.1 2003/01/28 02:15:23 wes # Manual rebuild of rm150 repository. # # Revision 1.7 2002/12/31 00:52:30 wes # Added rmcr to build list. # # Revision 1.6 2001/10/14 23:54:12 wes # Added rmglu.c. # # Revision 1.5 2001/03/31 17:12:24 wes # v1.4.0-alpha-2 checkin. # # Revision 1.4 2000/12/03 22:32:28 wes # Added rmcmpmgr.c, rmthread.c # # Revision 1.3 2000/08/17 17:58:58 wes # Added EOF tag. # # Revision 1.2 2000/04/20 16:28:00 wes # Added -Y flag to makedepend. The result is a depend file that # includes dependencies ONLY from OpenRM source and header files, # so the depend file will be completely platform independent. We # lose dependencies upon system files, but this is viewed as an # acceptable loss (system files don't change that often). # # Revision 1.1.1.1 2000/02/28 21:29:40 wes # OpenRM 1.2 Checkin # # Revision 1.1.1.1 2000/02/28 17:18:48 wes # Initial entry - pre-RM120 release, source base for OpenRM 1.2. # # SOURCES = \ rmarray.c \ rmbitmap.c \ rmcamera.c \ rmclip.c \ rmcmpmgr.c \ rmcr.c \ rmdefaults.c \ rmdraw1.c \ rmdraw2.c \ rmerror.c \ rmfog.c \ rmframe.c \ rmglobal.c \ rmglu.c \ rmimage.c \ rminit.c \ rmlinpk.c \ rmlites.c \ rmmalloc.c \ rmmatrix.c \ rmmtdraw.c \ rmmtview.c \ rmnode.c \ rmogl.c \ rmomesh.c \ rmpick.c \ rmpipe.c \ rmprim.c \ rmps.c \ rmpssort.c \ rmqdrix.c \ rmrstate.c \ rmscene.c \ rmserial.c \ rmstats.c \ rmtext.c \ rmthread.c \ rmtime.c \ rmtxture.c \ rmutil.c \ rmversion.c \ rmvmap.c \ rmwin.c \ rmwtext.c \ rmx.c \ rmxtext.c \ barrier.c # EOF