Ignore:
Timestamp:
08/03/05 11:15:30 (19 years ago)
Author:
bittner
Message:

basic sampling strategies

File:
1 edited

Legend:

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

    r181 r191  
    11############################################################################# 
    22# Makefile for building: preprocessor 
    3 # Generated by qmake (1.07a) (Qt 3.3.2) on: Mon Jul 18 20:55:14 2005 
     3# Generated by qmake (1.07a) (Qt 3.3.2) on: Tue Aug 02 22:47:09 2005 
    44# Project:  preprocessor.pro 
    55# Template: app 
     
    1313LEX             = flex 
    1414YACC            = byacc 
    15 CFLAGS  =       -nologo -Zm200 -W0 -MDd -Zi -GX  -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT 
    16 CXXFLAGS        =       -nologo -Zm200 -W0 -MDd -Zi -GX  -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT 
     15CFLAGS  =       -nologo -Zm200 -W0 -MD -O2 -GX  -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG 
     16CXXFLAGS        =       -nologo -Zm200 -W0 -MD -O2 -GX  -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG 
    1717LEXFLAGS        = 
    1818YACCFLAGS       =-d 
    19 INCPATH =        -I"..\src" -I"..\support\xerces\include" -I"..\support\zlib\include" -I"..\support\boost" -I"$(QTDIR)\include" -I"d:\gametools\svn\trunk\VUT\GtpVisibilityPreprocessor\src" -I"C:\Qt\3.3.2\mkspecs\win32-msvc" 
     19INCPATH =        -I"..\src" -I"..\support\xerces\include" -I"..\support\zlib\include" -I"..\support\boost" -I"..\support\devil\include" -I"$(QTDIR)\include" -I"d:\gametools\svn\trunk\VUT\GtpVisibilityPreprocessor\src" -I"C:\Qt\3.3.2\mkspecs\win32-msvc" 
    2020LINK    =       link 
    21 LFLAGS  =       /NOLOGO /DEBUG /SUBSYSTEM:console /LIBPATH:"../support/xerces/lib" /LIBPATH:"$(QTDIR)\lib" 
    22 LIBS    =        "qt-mt332.lib" "qtmain.lib" "kernel32.lib" "user32.lib" "gdi32.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "imm32.lib" "winmm.lib" "wsock32.lib" "winspool.lib" "xerces-c_2.lib" "opengl32.lib" "glu32.lib" "delayimp.lib" 
     21LFLAGS  =       /NOLOGO delayimp.lib /DELAYLOAD:comdlg32.dll /DELAYLOAD:oleaut32.dll /DELAYLOAD:winmm.dll /DELAYLOAD:wsock32.dll /DELAYLOAD:winspool.dll /SUBSYSTEM:console /LIBPATH:"../support/xerces/lib" /LIBPATH:"../support/devil/lib" /LIBPATH:"$(QTDIR)\lib" 
     22LIBS    =        "qt-mt332.lib" "qtmain.lib" "kernel32.lib" "user32.lib" "gdi32.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "imm32.lib" "winmm.lib" "wsock32.lib" "winspool.lib" "xerces-c_2.lib" "devil.lib" "ilu.lib" "ilut.lib" "opengl32.lib" "glu32.lib" "delayimp.lib" 
    2323MOC             =       $(QTDIR)\bin\moc.exe 
    2424UIC             =       $(QTDIR)\bin\uic.exe 
     
    6161                X3dParser.cpp \ 
    6262                MeshKdTree.cpp \ 
    63                 Pvs.cpp 
     63                Pvs.cpp \ 
     64                MutualVisibility.cpp \ 
     65                Triangle3.cpp 
    6466OBJECTS =       Preprocessor.obj \ 
    6567                SamplingPreprocessor.obj \ 
     
    8385                X3dParser.obj \ 
    8486                MeshKdTree.obj \ 
    85                 Pvs.obj 
     87                Pvs.obj \ 
     88                MutualVisibility.obj \ 
     89                Triangle3.obj 
    8690FORMS =  
    8791UICDECLS =       
     
    167171        -$(DEL_FILE) MeshKdTree.obj 
    168172        -$(DEL_FILE) Pvs.obj 
    169         -$(DEL_FILE) preprocessor.pdb 
    170         -$(DEL_FILE) preprocessor.ilk 
    171         -$(DEL_FILE) vc*.pdb 
    172         -$(DEL_FILE) vc*.idb 
    173  
     173        -$(DEL_FILE) MutualVisibility.obj 
     174        -$(DEL_FILE) Triangle3.obj 
    174175 
    175176 
     
    190191                Containers.h \ 
    191192                AxisAlignedBox3.h \ 
     193                Rectangle3.h \ 
    192194                Matrix4x4.h \ 
    193195                Vector3.h \ 
     
    210212                X3dExporter.h \ 
    211213                Environment.h \ 
    212                 Containers.h \ 
    213                 AxisAlignedBox3.h \ 
     214                MutualVisibility.h \ 
     215                Containers.h \ 
     216                AxisAlignedBox3.h \ 
     217                Rectangle3.h \ 
    214218                Matrix4x4.h \ 
    215219                Vector3.h \ 
     
    239243                Material.h \ 
    240244                Pvs.h \ 
     245                Rectangle3.h \ 
    241246                Vector3.h \ 
    242247                common.h \ 
     
    255260                Material.h \ 
    256261                Pvs.h \ 
     262                Rectangle3.h \ 
    257263                Vector3.h \ 
    258264                Containers.h \ 
     
    288294                AxisAlignedBox3.h \ 
    289295                Pvs.h \ 
     296                Rectangle3.h \ 
    290297                Containers.h \ 
    291298                Parser.h \ 
     
    300307                Containers.h \ 
    301308                AxisAlignedBox3.h \ 
     309                Rectangle3.h \ 
    302310                Matrix4x4.h \ 
    303311                Vector3.h \ 
     
    315323                Containers.h \ 
    316324                AxisAlignedBox3.h \ 
     325                Rectangle3.h \ 
    317326                Matrix4x4.h \ 
    318327                Vector3.h \ 
     
    343352                AxisAlignedBox3.h \ 
    344353                Ray.h \ 
     354                Rectangle3.h \ 
    345355                Matrix4x4.h \ 
    346356                Vector3.h \ 
     
    376386                Material.h \ 
    377387                Pvs.h \ 
     388                Rectangle3.h \ 
    378389                Vector3.h \ 
    379390                common.h \ 
     
    393404                Material.h \ 
    394405                Pvs.h \ 
     406                Rectangle3.h \ 
    395407                Containers.h \ 
    396408                 
     
    411423                AxisAlignedBox3.h \ 
    412424                common.h \ 
     425                Rectangle3.h \ 
    413426                Matrix4x4.h \ 
    414427                Plane3.h \ 
     
    431444                Material.h \ 
    432445                Pvs.h \ 
     446                Rectangle3.h \ 
    433447                Vector3.h \ 
    434448                common.h \ 
     
    447461                Material.h \ 
    448462                Pvs.h \ 
     463                Rectangle3.h \ 
    449464                Vector3.h \ 
    450465                Containers.h \ 
     
    456471                 
    457472 
     473MutualVisibility.obj: MutualVisibility.cpp  \ 
     474                KdTree.h \ 
     475                AxisAlignedBox3.h \ 
     476                Ray.h \ 
     477                MutualVisibility.h \ 
     478                Containers.h \ 
     479                Rectangle3.h \ 
     480                Matrix4x4.h \ 
     481                Vector3.h \ 
     482                Plane3.h \ 
     483                common.h \ 
     484                 
     485 
     486Triangle3.obj: Triangle3.cpp  \ 
     487                Triangle3.h \ 
     488                Vector3.h \ 
     489                common.h \ 
     490                 
     491 
    458492####### Install 
    459493 
Note: See TracChangeset for help on using the changeset viewer.