Ignore:
Timestamp:
08/07/05 20:16:30 (19 years ago)
Author:
bittner
Message:

data added

File:
1 edited

Legend:

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

    r191 r209  
    11############################################################################# 
    22# Makefile for building: preprocessor 
    3 # Generated by qmake (1.07a) (Qt 3.3.2) on: Tue Aug 02 22:47:09 2005 
     3# Generated by qmake (1.07a) (Qt 3.3.2) on: Thu Aug 04 20:06:06 2005 
    44# Project:  preprocessor.pro 
    55# Template: app 
     
    6363                Pvs.cpp \ 
    6464                MutualVisibility.cpp \ 
    65                 Triangle3.cpp 
     65                Triangle3.cpp \ 
     66                Rectangle3.cpp \ 
     67                Plane3.cpp 
    6668OBJECTS =       Preprocessor.obj \ 
    6769                SamplingPreprocessor.obj \ 
     
    8789                Pvs.obj \ 
    8890                MutualVisibility.obj \ 
    89                 Triangle3.obj 
     91                Triangle3.obj \ 
     92                Rectangle3.obj \ 
     93                Plane3.obj 
    9094FORMS =  
    9195UICDECLS =       
     
    173177        -$(DEL_FILE) MutualVisibility.obj 
    174178        -$(DEL_FILE) Triangle3.obj 
     179        -$(DEL_FILE) Rectangle3.obj 
     180        -$(DEL_FILE) Plane3.obj 
    175181 
    176182 
     
    221227                common.h \ 
    222228                Ray.h \ 
     229                Pvs.h \ 
    223230                Preprocessor.h \ 
    224231                Mesh.h \ 
     
    226233                Intersectable.h \ 
    227234                Material.h \ 
    228                 Pvs.h \ 
    229235                Exporter.h \ 
    230236                 
     
    396402                Mesh.h \ 
    397403                MeshKdTree.h \ 
     404                Triangle3.h \ 
    398405                Matrix4x4.h \ 
    399406                Vector3.h \ 
     
    427434                Plane3.h \ 
    428435                Containers.h \ 
    429                 Intersectable.h \ 
    430                 Material.h \ 
    431                 Pvs.h \ 
     436                Pvs.h \ 
     437                Intersectable.h \ 
     438                Material.h \ 
    432439                 
    433440 
     
    476483                Ray.h \ 
    477484                MutualVisibility.h \ 
    478                 Containers.h \ 
    479                 Rectangle3.h \ 
    480                 Matrix4x4.h \ 
    481                 Vector3.h \ 
    482                 Plane3.h \ 
    483                 common.h \ 
     485                Exporter.h \ 
     486                Mesh.h \ 
     487                Triangle3.h \ 
     488                Containers.h \ 
     489                Pvs.h \ 
     490                Rectangle3.h \ 
     491                Matrix4x4.h \ 
     492                Vector3.h \ 
     493                Plane3.h \ 
     494                common.h \ 
     495                Material.h \ 
     496                Intersectable.h \ 
    484497                 
    485498 
     
    490503                 
    491504 
     505Rectangle3.obj: Rectangle3.cpp  \ 
     506                Rectangle3.h \ 
     507                Vector3.h \ 
     508                common.h \ 
     509                 
     510 
     511Plane3.obj: Plane3.cpp  \ 
     512                Plane3.h \ 
     513                Vector3.h \ 
     514                common.h \ 
     515                 
     516 
    492517####### Install 
    493518 
Note: See TracChangeset for help on using the changeset viewer.