Ignore:
Timestamp:
08/22/05 21:07:44 (19 years ago)
Author:
bittner
Message:

Merged sources with ViewCellBsp?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Makefile

    r209 r245  
    11############################################################################# 
    22# Makefile for building: preprocessor 
    3 # Generated by qmake (1.07a) (Qt 3.3.2) on: Thu Aug 04 20:06:06 2005 
     3# Generated by qmake (1.07a) (Qt 3.3.2) on: Mon Aug 22 21:02:28 2005 
    44# Project:  preprocessor.pro 
    55# Template: app 
     
    6565                Triangle3.cpp \ 
    6666                Rectangle3.cpp \ 
    67                 Plane3.cpp 
     67                Plane3.cpp \ 
     68                Polygon3.cpp \ 
     69                ViewCell.cpp \ 
     70                ViewCellBsp.cpp 
    6871OBJECTS =       Preprocessor.obj \ 
    6972                SamplingPreprocessor.obj \ 
     
    9194                Triangle3.obj \ 
    9295                Rectangle3.obj \ 
    93                 Plane3.obj 
     96                Plane3.obj \ 
     97                Polygon3.obj \ 
     98                ViewCell.obj \ 
     99                ViewCellBsp.obj 
    94100FORMS =  
    95101UICDECLS =       
     
    179185        -$(DEL_FILE) Rectangle3.obj 
    180186        -$(DEL_FILE) Plane3.obj 
     187        -$(DEL_FILE) Polygon3.obj 
     188        -$(DEL_FILE) ViewCell.obj 
     189        -$(DEL_FILE) ViewCellBsp.obj 
    181190 
    182191 
     
    195204                X3dParser.h \ 
    196205                Preprocessor.h \ 
     206                ViewCell.h \ 
     207                Environment.h \ 
    197208                Containers.h \ 
    198209                AxisAlignedBox3.h \ 
     
    311322                Mesh.h \ 
    312323                KdTree.h \ 
     324                ViewCellBsp.h \ 
     325                ViewCell.h \ 
     326                Polygon3.h \ 
    313327                Containers.h \ 
    314328                AxisAlignedBox3.h \ 
     
    486500                Mesh.h \ 
    487501                Triangle3.h \ 
     502                SceneGraph.h \ 
    488503                Containers.h \ 
    489504                Pvs.h \ 
     
    511526Plane3.obj: Plane3.cpp  \ 
    512527                Plane3.h \ 
    513                 Vector3.h \ 
    514                 common.h \ 
     528                Matrix4x4.h \ 
     529                Vector3.h \ 
     530                common.h \ 
     531                 
     532 
     533Polygon3.obj: Polygon3.cpp  \ 
     534                Polygon3.h \ 
     535                Mesh.h \ 
     536                Containers.h \ 
     537                Intersectable.h \ 
     538                Plane3.h \ 
     539                Matrix4x4.h \ 
     540                AxisAlignedBox3.h \ 
     541                Material.h \ 
     542                Pvs.h \ 
     543                Rectangle3.h \ 
     544                Vector3.h \ 
     545                common.h \ 
     546                 
     547 
     548ViewCell.obj: ViewCell.cpp  \ 
     549                ViewCell.h \ 
     550                Mesh.h \ 
     551                MeshKdTree.h \ 
     552                Triangle3.h \ 
     553                Intersectable.h \ 
     554                Containers.h \ 
     555                AxisAlignedBox3.h \ 
     556                Pvs.h \ 
     557                Rectangle3.h \ 
     558                Matrix4x4.h \ 
     559                Vector3.h \ 
     560                Plane3.h \ 
     561                common.h \ 
     562                Material.h \ 
     563                Ray.h \ 
     564                 
     565 
     566ViewCellBsp.obj: ViewCellBsp.cpp  \ 
     567                Plane3.h \ 
     568                ViewCellBsp.h \ 
     569                Mesh.h \ 
     570                common.h \ 
     571                ViewCell.h \ 
     572                Environment.h \ 
     573                Polygon3.h \ 
     574                Ray.h \ 
     575                AxisAlignedBox3.h \ 
     576                Vector3.h \ 
     577                Containers.h \ 
     578                Intersectable.h \ 
     579                Matrix4x4.h \ 
     580                Material.h \ 
     581                Pvs.h \ 
     582                Rectangle3.h \ 
    515583                 
    516584 
Note: See TracChangeset for help on using the changeset viewer.