Ignore:
Timestamp:
11/03/05 11:42:45 (19 years ago)
Author:
bittner
Message:

preparation for vss preprocessor. converted all .cpp and .h to dos new line format

File:
1 edited

Legend:

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

    r369 r372  
    11############################################################################# 
    22# Makefile for building: preprocessor 
    3 # Generated by qmake (1.07a) (Qt 3.3.2) on: Wed Nov 02 15:58:09 2005 
     3# Generated by qmake (1.07a) (Qt 3.3.2) on: Thu Nov 03 11:34:08 2005 
    44# Project:  preprocessor.pro 
    55# Template: app 
     
    3939####### Files 
    4040 
    41 HEADERS =       Halton.h 
     41HEADERS =       Halton.h \ 
     42                VssRay.h \ 
     43                VssPreprocessor.h 
    4244SOURCES =       Preprocessor.cpp \ 
    4345                SamplingPreprocessor.cpp \ 
     
    6971                ViewCell.cpp \ 
    7072                ViewCellBsp.cpp \ 
    71                 Halton.cpp 
     73                Halton.cpp \ 
     74                VssRay.cpp \ 
     75                VssTree.cpp \ 
     76                VssPreprocessor.cpp 
    7277OBJECTS =       Preprocessor.obj \ 
    7378                SamplingPreprocessor.obj \ 
     
    99104                ViewCell.obj \ 
    100105                ViewCellBsp.obj \ 
    101                 Halton.obj 
     106                Halton.obj \ 
     107                VssRay.obj \ 
     108                VssTree.obj \ 
     109                VssPreprocessor.obj 
    102110FORMS =  
    103111UICDECLS =       
     
    191199        -$(DEL_FILE) ViewCellBsp.obj 
    192200        -$(DEL_FILE) Halton.obj 
     201        -$(DEL_FILE) VssRay.obj 
     202        -$(DEL_FILE) VssTree.obj 
     203        -$(DEL_FILE) VssPreprocessor.obj 
    193204 
    194205 
     
    614625                 
    615626 
     627VssRay.obj: VssRay.cpp  \ 
     628                VssRay.h \ 
     629                AxisAlignedBox3.h \ 
     630                Vector3.h \ 
     631                common.h \ 
     632                Rectangle3.h \ 
     633                Matrix4x4.h \ 
     634                Plane3.h \ 
     635                 
     636 
     637VssTree.obj: VssTree.cpp  \ 
     638                VssTree.h \ 
     639                Environment.h \ 
     640                VssRay.h \ 
     641                AxisAlignedBox3.h \ 
     642                Statistics.h \ 
     643                Vector3.h \ 
     644                common.h \ 
     645                Rectangle3.h \ 
     646                Matrix4x4.h \ 
     647                Plane3.h \ 
     648                 
     649 
     650VssPreprocessor.obj: VssPreprocessor.cpp  \ 
     651                SceneGraph.h \ 
     652                KdTree.h \ 
     653                VssPreprocessor.h \ 
     654                X3dExporter.h \ 
     655                Environment.h \ 
     656                MutualVisibility.h \ 
     657                Polygon3.h \ 
     658                ViewCell.h \ 
     659                Containers.h \ 
     660                AxisAlignedBox3.h \ 
     661                Rectangle3.h \ 
     662                Matrix4x4.h \ 
     663                Vector3.h \ 
     664                Plane3.h \ 
     665                common.h \ 
     666                Ray.h \ 
     667                Pvs.h \ 
     668                Preprocessor.h \ 
     669                Mesh.h \ 
     670                ViewCellBsp.h \ 
     671                Intersectable.h \ 
     672                Material.h \ 
     673                Exporter.h \ 
     674                 
     675 
    616676####### Install 
    617677 
Note: See TracChangeset for help on using the changeset viewer.