Changeset 789

Show
Ignore:
Timestamp:
02/27/07 13:52:09
Author:
robert
Message:

Added VisualStudio? directory and main directory GNUmakefile and NEWS, README and LICENSE files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • osgProducer/trunk/Make/makedirdefs

    r788 r789  
    66    applications 
    77 
    8 ifeq ($(COMPILE_EXAMPLES),yes) 
    9 TOP_LEVEL_DIRS += examples 
    10 endif 
    11  
    128 
    139################################################################ 
    1410# Directories traversed in the TOPDIR/src directory 
    1511SRC_DIRS = \ 
    16         osg \ 
    17         osgUtil \ 
    18         osgDB \ 
    19         osgGA \ 
    20         osgText \ 
    21         osgViewer \ 
    22         osgParticle \ 
    23         osgFX \ 
    24         osgShadow \ 
    25         osgSim \ 
    26         osgManipulator 
     12        osgProducer 
    2713         
    28 ifeq ($(PRODUCER_INSTALLED),yes) 
    29 SRC_DIRS += osgProducer 
    30 endif 
    31  
    32 ifeq ($(GDAL_INSTALLED),yes) 
    33 SRC_DIRS += osgTerrain 
    34 endif 
    35  
    36 ifeq ($(COMPILE_INTROSPECTION),yes) 
    37 SRC_DIRS += \ 
    38         osgIntrospection \ 
    39         osgWrappers 
    40 endif 
    41  
    42 SRC_DIRS += \ 
    43         osgPlugins \ 
    44          
    45  
    46 WRAPPER_DIRS = \ 
    47         osg \ 
    48         osgDB \ 
    49         osgFX \ 
    50         osgGA \ 
    51         osgManipulator \ 
    52         osgParticle \ 
    53         osgShadow \ 
    54         osgSim \ 
    55         osgText \ 
    56         osgUtil \ 
    57         osgViewer \ 
    58          
    59  
    60 ifeq ($(PRODUCER_INSTALLED),yes) 
    61     WRAPPER_DIRS += osgProducer 
    62 endif    
    63  
    64 ifeq ($(GDAL_INSTALLED),yes) 
    65     WRAPPER_DIRS += osgTerrain 
    66 endif 
    67  
    68  
    6914################################################################ 
    7015# Directories traversed in the TOPDIR/src/osgPlugins directory 
    7116 
    7217PLUGIN_DIRS = \ 
    73         3dc \ 
    74         ac3d \ 
    75         bmp \ 
    76         bsp \ 
    77         dds \ 
    78         directx \ 
    79         dw \ 
    80         dxf \ 
    81         ESRIShape \ 
    82         flt \ 
    83         hdr \ 
    84         ive \ 
    85         lib3ds \ 
    86         logo \ 
    87         lwo \ 
    88         lws \ 
    89         md2 \ 
    90         net \ 
    91         normals \ 
    92         obj \ 
    93         OpenFlight \ 
    94         osg \ 
    95         osga \ 
    96         osgFX \ 
    97         osgParticle \ 
    98         osgSim \ 
    99         osgText \ 
    100         osgViewer \ 
    101         osgtgz \ 
    102         pic \ 
    103         pnm \ 
    104         rgb \ 
    105         rot \ 
    106         scale \ 
    107         stl \ 
    108         tga \ 
    109         tgz \ 
    110         trans \ 
    111         txf \ 
    112         txp \ 
    113         zip \ 
    114  
    115  
    116 ifeq ($(GDAL_INSTALLED),yes) 
    117     PLUGIN_DIRS += gdal 
    118 endif 
    119  
    120 ifeq ($(COLLADA_INSTALLED),yes) 
    121     PLUGIN_DIRS += dae 
    122 endif 
    123  
    124 ifeq ($(XINE_INSTALLED),yes) 
    125     PLUGIN_DIRS += xine 
    126 endif 
    127  
    128 ifeq ($(JASPER_INSTALLED),yes) 
    129     PLUGIN_DIRS += jp2 
    130 endif 
    131  
    132 ifeq ($(FREETYPE_INSTALLED),yes) 
    133     PLUGIN_DIRS += freetype 
    134 endif 
    135  
    136  
    137 ifeq ($(QUICKTIME_INSTALLED),yes) 
    138   PLUGIN_DIRS += quicktime 
    139 endif 
    140    
    141 ifeq ($(LIBJPEG_INSTALLED),yes) 
    142   PLUGIN_DIRS += jpeg 
    143 endif 
    144  
    145 ifeq ($(LIBUNGIF_INSTALLED),yes) 
    146   PLUGIN_DIRS += gif 
    147 endif 
    148  
    149 ifeq ($(LIBTIFF_INSTALLED),yes) 
    150   PLUGIN_DIRS += tiff 
    151 endif 
    152  
    153 ifeq ($(LIBPNG_INSTALLED),yes) 
    154   PLUGIN_DIRS += png 
    155 endif 
    156  
    157 ifeq ($(COIN_INSTALLED),yes) 
    158     PLUGIN_DIRS += Inventor 
    159 else 
    160     ifeq ($(INVENTOR_INSTALLED),yes) 
    161         PLUGIN_DIRS += Inventor 
    162     endif 
    163 endif 
    164  
    165 ifeq ($(LIBVRML_INSTALLED),yes) 
    166     PLUGIN_DIRS += vrml 
    167 endif 
    168  
    169  
    170 ifeq ($(PERFORMER_INSTALLED),yes) 
    171     PLUGIN_DIRS += pfb 
    172 endif 
    173  
    174  
    175 # Geo plugin breaks Darwin build and doens't handle BigEndian issue. 
    176 ifneq ($(OS),Darwin) 
    177 ifneq ($(OS),SunOS) 
    178 ifneq ($(OS),IRIX) 
    179  
    180   PLUGIN_DIRS += geo 
    181  
    182 endif 
    183 endif 
    184 endif 
    185  
    18618 
    18719################################################################ 
     
    18921 
    19022APPLICATION_DIRS = \ 
    191     osgversion 
    192  
    193 APPLICATION_DIRS += osgarchive \ 
    194     osgconv \ 
    195     osgviewer \ 
    196  
    197 ifeq ($(GDAL_INSTALLED),yes) 
    198     APPLICATION_DIRS += osgdem 
    199 endif 
    200  
    201 ifeq ($(PRODUCER_INSTALLED),yes) 
    202  
    203     APPLICATION_DIRS += osgproducerviewer 
    204  
    205 endif 
     23        osgproducerviewer 
    20624 
    20725EXAMPLE_DIRS = \ 
    208         osganimate \ 
    209         osgautotransform \ 
    210         osgbillboard \ 
    211         osgblendequation \ 
    212         osgcallback \ 
    213         osgcamera \ 
    214         osgcatch \ 
    215         osgclip \ 
    216         osgcluster \ 
    217         osgcopy \ 
    218         osgcubemap \ 
    219         osgdelaunay \ 
    220         osgdepthpartition \ 
    221         osgdepthshadow \ 
    222         osgdistortion \ 
    223         osgforest \ 
    224         osgfxbrowser \ 
    225         osggeodemo \ 
    226         osggeometry \ 
    227         osghangglide \ 
    228         osghud \ 
    229         osgimpostor \ 
    230         osgintersection \ 
    231         osgkeyboard \ 
    232         osgkeyboardmouse \ 
    233         osglauncher \ 
    234         osglight \ 
    235         osglightpoint \ 
    236         osglogicop \ 
    237         osglogo \ 
    238         osgmotionblur \ 
    239         osgmovie \ 
    240         osgmultiplecameras \ 
    241         osgmultitexture \ 
    242         osgoccluder \ 
    243         osgpagedlod \ 
    244         osgparametric \ 
    245         osgparticle \ 
    246         osgparticleeffects \ 
    247         osgpick \ 
    248         osgplanets \ 
    249         osgpoints \ 
    250         osgpointsprite \ 
    251         osgprecipitation \ 
    252         osgprerender \ 
    253         osgprerendercubemap \ 
    254         osgreflect \ 
    255         osgscalarbar \ 
    256         osgscribe \ 
    257         osgsequence \ 
    258         osgshaders \ 
    259         osgshaderterrain \ 
    260         osgshadow \ 
    261         osgshadowtexture \ 
    262         osgshape \ 
    263         osgsimple \ 
    264         osgsimplifier \ 
    265         osgslice \ 
    266         osgspacewarp \ 
    267         osgspheresegment \ 
    268         osgspotlight \ 
    269         osgstereoimage \ 
    270         osgteapot \ 
    271         osgtessellate \ 
    272         osgtext \ 
    273         osgtexture1D \ 
    274         osgtexture2D \ 
    275         osgtexture3D \ 
    276         osgtexturerectangle \ 
    277         osgunittests \ 
    278         osgvertexprogram \ 
    279         osgvolume \ 
    280         osgwindows \ 
    281         osgmanipulator \ 
    282  
    283  
    284 ifeq ($(COMPILE_INTROSPECTION),yes) 
    285     EXAMPLE_DIRS += osgintrospection 
    286 endif 
    287  
    288 ifeq ($(GDAL_INSTALLED),yes) 
    289     EXAMPLE_DIRS += osgphotoalbum 
    290     EXAMPLE_DIRS += osgbluemarble 
    291     EXAMPLE_DIRS += osgsimulation 
    292     EXAMPLE_DIRS += osgfadetext 
    293 endif 
    294  
    295 ifeq ($(GLUT_INSTALLED),yes) 
    296     EXAMPLE_DIRS += osgGLUTsimple 
    297     EXAMPLE_DIRS += osgGLUTkeyboardmouse 
    298     EXAMPLE_DIRS += osgsimpleviewerGLUT 
    299 endif 
    300  
    301 ifeq ($(QT3_INSTALLED),yes) 
    302     EXAMPLE_DIRS += osgsimpleviewerQT3 
    303 endif 
    304  
    305 ifeq ($(QT4_INSTALLED),yes) 
    306     EXAMPLE_DIRS += osgsimpleviewerQT4 
    307 endif 
    308  
    309 ifeq ($(SDL_INSTALLED),yes) 
    310     EXAMPLE_DIRS += osgsimpleviewerSDL 
    311 endif 
    312  
    313 ifeq ($(FLTK_INSTALLED),yes) 
    314     EXAMPLE_DIRS += osgsimpleviewerFLTK 
    315 endif