source: trunk/VUT/GtpVisibilityPreprocessor/src/Makefile @ 459

Revision 459, 16.1 KB checked in by bittner, 19 years ago (diff)

merge

Line 
1#############################################################################
2# Makefile for building: preprocessor
3# Generated by qmake (1.07a) (Qt 3.3.2) on: Mon Dec 05 10:27:34 2005
4# Project:  preprocessor.pro
5# Template: app
6# Command: $(QMAKE) -o Makefile preprocessor.pro
7#############################################################################
8
9####### Compiler, tools and options
10
11CC              =       cl
12CXX             =       cl
13LEX             = flex
14YACC            = byacc
15CFLAGS  =       -nologo -Zm200 -W0 -MD -O2 -G7 -GX  -DUNICODE -DWIN32 -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG
16CXXFLAGS        =       -nologo -Zm200 -W0 -MD -O2 -G7 -GX  -DUNICODE -DWIN32 -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG
17LEXFLAGS        =
18YACCFLAGS       =-d
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.net"
20LINK    =       "c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\link.exe"
21LFLAGS  =       /NOLOGO /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" "delayimp.lib" "xerces-c_2.lib" "devil.lib" "ilu.lib" "ilut.lib" "opengl32.lib" "glu32.lib"
23MOC             =       $(QTDIR)\bin\moc.exe
24UIC             =       $(QTDIR)\bin\uic.exe
25QMAKE           =       qmake
26IDC             =       $(QTDIR)\bin\idc.exe
27IDL             =       midl
28ZIP             =       zip -r -9
29COPY_FILE       =       copy
30COPY_DIR        =       copy
31DEL_FILE        =       del
32DEL_DIR =       rmdir
33MOVE            =       move
34CHK_DIR_EXISTS =        if not exist
35MKDIR           =       mkdir
36INSTALL_FILE= $(COPY_FILE)
37INSTALL_DIR = $(COPY_DIR)
38
39####### Files
40
41HEADERS =       Halton.h \
42                VssRay.h \
43                VssPreprocessor.h \
44                RssTree.h
45SOURCES =       Preprocessor.cpp \
46                SamplingPreprocessor.cpp \
47                ExactPreprocessor.cpp \
48                KdTree.cpp \
49                Environment.cpp \
50                gzstream.cpp \
51                common.cpp \
52                UnigraphicsParser.cpp \
53                X3dExporter.cpp \
54                SceneGraph.cpp \
55                Material.cpp \
56                Matrix4x4.cpp \
57                Vector3.cpp \
58                AxisAlignedBox3.cpp \
59                Ray.cpp \
60                main.cpp \
61                Mesh.cpp \
62                Exporter.cpp \
63                Camera.cpp \
64                X3dParser.cpp \
65                MeshKdTree.cpp \
66                Pvs.cpp \
67                MutualVisibility.cpp \
68                Triangle3.cpp \
69                Rectangle3.cpp \
70                Plane3.cpp \
71                Polygon3.cpp \
72                ViewCell.cpp \
73                ViewCellBsp.cpp \
74                Halton.cpp \
75                VssRay.cpp \
76                VssTree.cpp \
77                VssPreprocessor.cpp \
78                RenderSimulator.cpp \
79                VspKdTree.cpp \
80                RayInfo.cpp \
81                RssTree.cpp \
82                RssPreprocessor.cpp \
83                ViewCellsManager.cpp \
84                VspBspTree.cpp
85OBJECTS =       Preprocessor.obj \
86                SamplingPreprocessor.obj \
87                ExactPreprocessor.obj \
88                KdTree.obj \
89                Environment.obj \
90                gzstream.obj \
91                common.obj \
92                UnigraphicsParser.obj \
93                X3dExporter.obj \
94                SceneGraph.obj \
95                Material.obj \
96                Matrix4x4.obj \
97                Vector3.obj \
98                AxisAlignedBox3.obj \
99                Ray.obj \
100                main.obj \
101                Mesh.obj \
102                Exporter.obj \
103                Camera.obj \
104                X3dParser.obj \
105                MeshKdTree.obj \
106                Pvs.obj \
107                MutualVisibility.obj \
108                Triangle3.obj \
109                Rectangle3.obj \
110                Plane3.obj \
111                Polygon3.obj \
112                ViewCell.obj \
113                ViewCellBsp.obj \
114                Halton.obj \
115                VssRay.obj \
116                VssTree.obj \
117                VssPreprocessor.obj \
118                RenderSimulator.obj \
119                VspKdTree.obj \
120                RayInfo.obj \
121                RssTree.obj \
122                RssPreprocessor.obj \
123                ViewCellsManager.obj \
124                VspBspTree.obj
125FORMS =
126UICDECLS =     
127UICIMPLS =     
128SRCMOC  =       
129OBJMOC  =       
130DIST    =       
131TARGET  =       preprocessor.exe
132
133####### Implicit rules
134
135.SUFFIXES: .c .cpp .cc .cxx .C
136
137{.}.cpp{}.obj::
138        $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo @<<
139        $<
140<<
141
142{.}.cc{}.obj::
143        $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo @<<
144        $<
145<<
146
147{.}.cxx{}.obj::
148        $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo @<<
149        $<
150<<
151
152{.}.C{}.obj::
153        $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo @<<
154        $<
155<<
156
157{.}.c{}.obj::
158        $(CC) -c $(CFLAGS) $(INCPATH) -Fo @<<
159        $<
160<<
161
162####### Build rules
163
164all: Makefile $(TARGET)
165
166$(TARGET):  $(UICDECLS) $(OBJECTS) $(OBJMOC)
167        $(LINK) $(LFLAGS) /OUT:$(TARGET) @<<
168          $(OBJECTS) $(OBJMOC) $(LIBS)
169<<
170
171
172mocables: $(SRCMOC)
173uicables: $(UICIMPLS) $(UICDECLS)
174
175Makefile: preprocessor.pro  C:\Qt\3.3.2\mkspecs\win32-msvc.net\qmake.conf C:\Qt\3.3.2\lib\qtmain.prl
176        $(QMAKE) -o Makefile preprocessor.pro
177qmake:
178        @$(QMAKE) -o Makefile preprocessor.pro
179
180dist:
181        $(ZIP) preprocessor.zip $(SOURCES) $(HEADERS) $(DIST) $(FORMS) d:/gametools/svn/trunk/VUT/GtpVisibilityPreprocessor/src/preprocessor.pro C:\Qt\3.3.2\lib\qtmain.prl 
182
183uiclean:
184mocclean:
185clean: uiclean mocclean
186        -$(DEL_FILE) Preprocessor.obj
187        -$(DEL_FILE) SamplingPreprocessor.obj
188        -$(DEL_FILE) ExactPreprocessor.obj
189        -$(DEL_FILE) KdTree.obj
190        -$(DEL_FILE) Environment.obj
191        -$(DEL_FILE) gzstream.obj
192        -$(DEL_FILE) common.obj
193        -$(DEL_FILE) UnigraphicsParser.obj
194        -$(DEL_FILE) X3dExporter.obj
195        -$(DEL_FILE) SceneGraph.obj
196        -$(DEL_FILE) Material.obj
197        -$(DEL_FILE) Matrix4x4.obj
198        -$(DEL_FILE) Vector3.obj
199        -$(DEL_FILE) AxisAlignedBox3.obj
200        -$(DEL_FILE) Ray.obj
201        -$(DEL_FILE) main.obj
202        -$(DEL_FILE) Mesh.obj
203        -$(DEL_FILE) Exporter.obj
204        -$(DEL_FILE) Camera.obj
205        -$(DEL_FILE) X3dParser.obj
206        -$(DEL_FILE) MeshKdTree.obj
207        -$(DEL_FILE) Pvs.obj
208        -$(DEL_FILE) MutualVisibility.obj
209        -$(DEL_FILE) Triangle3.obj
210        -$(DEL_FILE) Rectangle3.obj
211        -$(DEL_FILE) Plane3.obj
212        -$(DEL_FILE) Polygon3.obj
213        -$(DEL_FILE) ViewCell.obj
214        -$(DEL_FILE) ViewCellBsp.obj
215        -$(DEL_FILE) Halton.obj
216        -$(DEL_FILE) VssRay.obj
217        -$(DEL_FILE) VssTree.obj
218        -$(DEL_FILE) VssPreprocessor.obj
219        -$(DEL_FILE) RenderSimulator.obj
220        -$(DEL_FILE) VspKdTree.obj
221        -$(DEL_FILE) RayInfo.obj
222        -$(DEL_FILE) RssTree.obj
223        -$(DEL_FILE) RssPreprocessor.obj
224        -$(DEL_FILE) ViewCellsManager.obj
225        -$(DEL_FILE) VspBspTree.obj
226
227
228
229FORCE:
230
231distclean: clean
232        -$(DEL_FILE) $(TARGET)
233
234####### Compile
235
236Preprocessor.obj: Preprocessor.cpp  \
237                SceneGraph.h \
238                Exporter.h \
239                UnigraphicsParser.h \
240                X3dParser.h \
241                Preprocessor.h \
242                ViewCell.h \
243                Environment.h \
244                ViewCellsManager.h \
245                ViewCellBsp.h \
246                VspBspTree.h \
247                VspKdTree.h \
248                Containers.h \
249                AxisAlignedBox3.h \
250                Rectangle3.h \
251                Matrix4x4.h \
252                Vector3.h \
253                Plane3.h \
254                common.h \
255                Material.h \
256                VssRay.h \
257                Ray.h \
258                Parser.h \
259                Mesh.h \
260                KdTree.h \
261                Intersectable.h \
262                Pvs.h \
263                Polygon3.h \
264                Statistics.h \
265                RayInfo.h \
266               
267
268SamplingPreprocessor.obj: SamplingPreprocessor.cpp  \
269                SceneGraph.h \
270                KdTree.h \
271                SamplingPreprocessor.h \
272                X3dExporter.h \
273                Environment.h \
274                MutualVisibility.h \
275                Polygon3.h \
276                ViewCell.h \
277                ViewCellsManager.h \
278                RenderSimulator.h \
279                Containers.h \
280                AxisAlignedBox3.h \
281                Rectangle3.h \
282                Matrix4x4.h \
283                Vector3.h \
284                Plane3.h \
285                common.h \
286                Ray.h \
287                Pvs.h \
288                Preprocessor.h \
289                VssRay.h \
290                Mesh.h \
291                Intersectable.h \
292                Material.h \
293                Exporter.h \
294                Statistics.h \
295               
296
297ExactPreprocessor.obj: ExactPreprocessor.cpp  \
298                ExactPreprocessor.h \
299                Preprocessor.h \
300                Containers.h \
301                Mesh.h \
302                KdTree.h \
303                Intersectable.h \
304                Plane3.h \
305                Matrix4x4.h \
306                AxisAlignedBox3.h \
307                Material.h \
308                Pvs.h \
309                Rectangle3.h \
310                Vector3.h \
311                common.h \
312                Ray.h \
313               
314
315KdTree.obj: KdTree.cpp  \
316                Environment.h \
317                Mesh.h \
318                KdTree.h \
319                common.h \
320                Intersectable.h \
321                Plane3.h \
322                Matrix4x4.h \
323                AxisAlignedBox3.h \
324                Material.h \
325                Pvs.h \
326                Rectangle3.h \
327                Vector3.h \
328                Containers.h \
329                Ray.h \
330               
331
332Environment.obj: Environment.cpp  \
333                gzstream.h \
334                common.h \
335                Environment.h \
336                Vector3.h \
337               
338
339gzstream.obj: gzstream.cpp  \
340                gzstream.h \
341               
342
343common.obj: common.cpp  \
344                common.h \
345               
346
347UnigraphicsParser.obj: UnigraphicsParser.cpp  \
348                Vector3.h \
349                Mesh.h \
350                SceneGraph.h \
351                UnigraphicsParser.h \
352                Material.h \
353                Environment.h \
354                common.h \
355                Intersectable.h \
356                Plane3.h \
357                Matrix4x4.h \
358                AxisAlignedBox3.h \
359                Pvs.h \
360                Rectangle3.h \
361                Containers.h \
362                Parser.h \
363               
364
365X3dExporter.obj: X3dExporter.cpp  \
366                common.h \
367                SceneGraph.h \
368                X3dExporter.h \
369                Mesh.h \
370                KdTree.h \
371                ViewCellBsp.h \
372                ViewCell.h \
373                Polygon3.h \
374                VssRay.h \
375                VspKdTree.h \
376                VssTree.h \
377                VspBspTree.h \
378                RssTree.h \
379                Containers.h \
380                AxisAlignedBox3.h \
381                Rectangle3.h \
382                Matrix4x4.h \
383                Vector3.h \
384                Plane3.h \
385                Exporter.h \
386                Material.h \
387                Ray.h \
388                Intersectable.h \
389                Pvs.h \
390                Statistics.h \
391                RayInfo.h \
392               
393
394SceneGraph.obj: SceneGraph.cpp  \
395                SceneGraph.h \
396                X3dExporter.h \
397                Intersectable.h \
398                Containers.h \
399                AxisAlignedBox3.h \
400                Rectangle3.h \
401                Matrix4x4.h \
402                Vector3.h \
403                Plane3.h \
404                common.h \
405                Exporter.h \
406                VssRay.h \
407                Material.h \
408                Ray.h \
409                Pvs.h \
410               
411
412Material.obj: Material.cpp  \
413                common.h \
414                Material.h \
415               
416
417Matrix4x4.obj: Matrix4x4.cpp  \
418                Matrix4x4.h \
419                Vector3.h \
420                common.h \
421               
422
423Vector3.obj: Vector3.cpp  \
424                Matrix4x4.h \
425                Vector3.h \
426                Halton.h \
427                common.h \
428               
429
430AxisAlignedBox3.obj: AxisAlignedBox3.cpp  \
431                AxisAlignedBox3.h \
432                Ray.h \
433                Polygon3.h \
434                Rectangle3.h \
435                Matrix4x4.h \
436                Vector3.h \
437                Plane3.h \
438                common.h \
439                Containers.h \
440                Mesh.h \
441                Intersectable.h \
442                Material.h \
443                Pvs.h \
444               
445
446Ray.obj: Ray.cpp  \
447                Ray.h \
448                Plane3.h \
449                VssRay.h \
450                Matrix4x4.h \
451                Vector3.h \
452                common.h \
453               
454
455main.obj: main.cpp  \
456                SamplingPreprocessor.h \
457                VssPreprocessor.h \
458                RssPreprocessor.h \
459                ExactPreprocessor.h \
460                Parser.h \
461                UnigraphicsParser.h \
462                X3dParser.h \
463                Environment.h \
464                Camera.h \
465                MeshKdTree.h \
466                Exporter.h \
467                X3dExporter.h \
468                ViewCell.h \
469                SceneGraph.h \
470                Preprocessor.h \
471                VssRay.h \
472                Containers.h \
473                Mesh.h \
474                KdTree.h \
475                Intersectable.h \
476                Plane3.h \
477                Matrix4x4.h \
478                AxisAlignedBox3.h \
479                Material.h \
480                Pvs.h \
481                Rectangle3.h \
482                Vector3.h \
483                common.h \
484                Ray.h \
485               
486
487Mesh.obj: Mesh.cpp  \
488                Ray.h \
489                Mesh.h \
490                MeshKdTree.h \
491                Triangle3.h \
492                Matrix4x4.h \
493                Vector3.h \
494                common.h \
495                Intersectable.h \
496                Plane3.h \
497                AxisAlignedBox3.h \
498                Material.h \
499                Pvs.h \
500                Rectangle3.h \
501                Containers.h \
502               
503
504Exporter.obj: Exporter.cpp  \
505                X3dExporter.h \
506                Exporter.h \
507                Containers.h \
508                VssRay.h \
509                Material.h \
510                Vector3.h \
511                Ray.h \
512                common.h \
513                Matrix4x4.h \
514               
515
516Camera.obj: Camera.cpp  \
517                Camera.h \
518                Ray.h \
519                KdTree.h \
520                Mesh.h \
521                Exporter.h \
522                Vector3.h \
523                AxisAlignedBox3.h \
524                common.h \
525                Rectangle3.h \
526                Matrix4x4.h \
527                Plane3.h \
528                Containers.h \
529                Pvs.h \
530                Intersectable.h \
531                Material.h \
532                VssRay.h \
533               
534
535X3dParser.obj: X3dParser.cpp  \
536                X3dParser.h \
537                X3dParserXerces.h \
538                Mesh.h \
539                SceneGraph.h \
540                Triangle3.h \
541                ViewCellsManager.h \
542                Parser.h \
543                Containers.h \
544                Intersectable.h \
545                Plane3.h \
546                Matrix4x4.h \
547                AxisAlignedBox3.h \
548                Material.h \
549                Pvs.h \
550                Rectangle3.h \
551                Vector3.h \
552                common.h \
553                Ray.h \
554                VssRay.h \
555               
556
557MeshKdTree.obj: MeshKdTree.cpp  \
558                Environment.h \
559                Mesh.h \
560                MeshKdTree.h \
561                common.h \
562                Intersectable.h \
563                Plane3.h \
564                Matrix4x4.h \
565                AxisAlignedBox3.h \
566                Material.h \
567                Pvs.h \
568                Rectangle3.h \
569                Vector3.h \
570                Containers.h \
571                Ray.h \
572               
573
574Pvs.obj: Pvs.cpp  \
575                Pvs.h \
576               
577
578MutualVisibility.obj: MutualVisibility.cpp  \
579                KdTree.h \
580                AxisAlignedBox3.h \
581                Ray.h \
582                MutualVisibility.h \
583                Exporter.h \
584                Mesh.h \
585                Triangle3.h \
586                SceneGraph.h \
587                Containers.h \
588                Pvs.h \
589                Rectangle3.h \
590                Matrix4x4.h \
591                Vector3.h \
592                Plane3.h \
593                common.h \
594                Material.h \
595                VssRay.h \
596                Intersectable.h \
597               
598
599Triangle3.obj: Triangle3.cpp  \
600                Triangle3.h \
601                Vector3.h \
602                common.h \
603               
604
605Rectangle3.obj: Rectangle3.cpp  \
606                Rectangle3.h \
607                Vector3.h \
608                common.h \
609               
610
611Plane3.obj: Plane3.cpp  \
612                Plane3.h \
613                Matrix4x4.h \
614                Vector3.h \
615                common.h \
616               
617
618Polygon3.obj: Polygon3.cpp  \
619                Polygon3.h \
620                Mesh.h \
621                ViewCellBsp.h \
622                AxisAlignedBox3.h \
623                Ray.h \
624                Containers.h \
625                Intersectable.h \
626                Plane3.h \
627                Matrix4x4.h \
628                Material.h \
629                Pvs.h \
630                Rectangle3.h \
631                Vector3.h \
632                common.h \
633                Statistics.h \
634                VssRay.h \
635               
636
637ViewCell.obj: ViewCell.cpp  \
638                ViewCell.h \
639                Mesh.h \
640                Intersectable.h \
641                MeshKdTree.h \
642                Triangle3.h \
643                Containers.h \
644                Ray.h \
645                Plane3.h \
646                Matrix4x4.h \
647                AxisAlignedBox3.h \
648                Material.h \
649                Pvs.h \
650                Rectangle3.h \
651                Vector3.h \
652                common.h \
653               
654
655ViewCellBsp.obj: ViewCellBsp.cpp  \
656                Plane3.h \
657                ViewCellBsp.h \
658                Mesh.h \
659                common.h \
660                ViewCell.h \
661                Environment.h \
662                Polygon3.h \
663                Ray.h \
664                AxisAlignedBox3.h \
665                Exporter.h \
666                Vector3.h \
667                Containers.h \
668                Statistics.h \
669                VssRay.h \
670                Intersectable.h \
671                Matrix4x4.h \
672                Material.h \
673                Pvs.h \
674                Rectangle3.h \
675               
676
677Halton.obj: Halton.cpp  \
678                Halton.h \
679               
680
681VssRay.obj: VssRay.cpp  \
682                VssRay.h \
683                AxisAlignedBox3.h \
684                Vector3.h \
685                Ray.h \
686                common.h \
687                Matrix4x4.h \
688                Rectangle3.h \
689                Plane3.h \
690               
691
692VssTree.obj: VssTree.cpp  \
693                VssTree.h \
694                Environment.h \
695                VssRay.h \
696                Intersectable.h \
697                Ray.h \
698                AxisAlignedBox3.h \
699                Statistics.h \
700                Vector3.h \
701                common.h \
702                Matrix4x4.h \
703                Rectangle3.h \
704                Plane3.h \
705                Pvs.h \
706               
707
708VssPreprocessor.obj: VssPreprocessor.cpp  \
709                SceneGraph.h \
710                KdTree.h \
711                VssPreprocessor.h \
712                X3dExporter.h \
713                Environment.h \
714                MutualVisibility.h \
715                Polygon3.h \
716                ViewCell.h \
717                VssRay.h \
718                VssTree.h \
719                ViewCellsManager.h \
720                Containers.h \
721                AxisAlignedBox3.h \
722                Rectangle3.h \
723                Matrix4x4.h \
724                Vector3.h \
725                Plane3.h \
726                common.h \
727                Ray.h \
728                Pvs.h \
729                Preprocessor.h \
730                Mesh.h \
731                Intersectable.h \
732                Material.h \
733                Exporter.h \
734                Statistics.h \
735               
736
737RenderSimulator.obj: RenderSimulator.cpp  \
738                RenderSimulator.h \
739                KdTree.h \
740                ViewCellBsp.h \
741                ViewCell.h \
742                VspBspTree.h \
743                VspKdTree.h \
744                common.h \
745                Statistics.h \
746                Containers.h \
747                AxisAlignedBox3.h \
748                Ray.h \
749                Pvs.h \
750                Rectangle3.h \
751                Matrix4x4.h \
752                Vector3.h \
753                Plane3.h \
754                Mesh.h \
755                Polygon3.h \
756                VssRay.h \
757                Intersectable.h \
758                Material.h \
759                RayInfo.h \
760               
761
762VspKdTree.obj: VspKdTree.cpp  \
763                VspKdTree.h \
764                Environment.h \
765                VssRay.h \
766                Intersectable.h \
767                Ray.h \
768                RayInfo.h \
769                AxisAlignedBox3.h \
770                Statistics.h \
771                Containers.h \
772                Vector3.h \
773                common.h \
774                Matrix4x4.h \
775                Rectangle3.h \
776                Plane3.h \
777                Pvs.h \
778               
779
780RayInfo.obj: RayInfo.cpp  \
781                RayInfo.h \
782                Ray.h \
783                VssRay.h \
784                Plane3.h \
785                Matrix4x4.h \
786                Vector3.h \
787                common.h \
788               
789
790RssTree.obj: RssTree.cpp  \
791                RssTree.h \
792                Environment.h \
793                VssRay.h \
794                Intersectable.h \
795                Ray.h \
796                Containers.h \
797                AxisAlignedBox3.h \
798                Statistics.h \
799                Vector3.h \
800                common.h \
801                Matrix4x4.h \
802                Rectangle3.h \
803                Plane3.h \
804                Pvs.h \
805               
806
807RssPreprocessor.obj: RssPreprocessor.cpp  \
808                SceneGraph.h \
809                KdTree.h \
810                RssPreprocessor.h \
811                X3dExporter.h \
812                Environment.h \
813                MutualVisibility.h \
814                Polygon3.h \
815                ViewCell.h \
816                VssRay.h \
817                RssTree.h \
818                ViewCellBsp.h \
819                Containers.h \
820                AxisAlignedBox3.h \
821                Rectangle3.h \
822                Matrix4x4.h \
823                Vector3.h \
824                Plane3.h \
825                common.h \
826                Ray.h \
827                Pvs.h \
828                Preprocessor.h \
829                Mesh.h \
830                Intersectable.h \
831                Material.h \
832                Exporter.h \
833                Statistics.h \
834               
835
836ViewCellsManager.obj: ViewCellsManager.cpp  \
837                ViewCellsManager.h \
838                RenderSimulator.h \
839                Mesh.h \
840                Triangle3.h \
841                ViewCell.h \
842                Environment.h \
843                X3dParser.h \
844                ViewCellBsp.h \
845                KdTree.h \
846                VspKdTree.h \
847                Exporter.h \
848                VspBspTree.h \
849                Ray.h \
850                VssRay.h \
851                Containers.h \
852                Matrix4x4.h \
853                Vector3.h \
854                common.h \
855                Statistics.h \
856                Intersectable.h \
857                Plane3.h \
858                AxisAlignedBox3.h \
859                Material.h \
860                Pvs.h \
861                Rectangle3.h \
862                Parser.h \
863                Polygon3.h \
864                RayInfo.h \
865               
866
867VspBspTree.obj: VspBspTree.cpp  \
868                Plane3.h \
869                VspBspTree.h \
870                Mesh.h \
871                common.h \
872                ViewCell.h \
873                Environment.h \
874                Polygon3.h \
875                Ray.h \
876                AxisAlignedBox3.h \
877                Exporter.h \
878                ViewCellBsp.h \
879                Vector3.h \
880                Containers.h \
881                Statistics.h \
882                VssRay.h \
883                RayInfo.h \
884                Intersectable.h \
885                Matrix4x4.h \
886                Material.h \
887                Pvs.h \
888                Rectangle3.h \
889               
890
891####### Install
892
893install: 
894
895uninstall: 
896
Note: See TracBrowser for help on using the repository browser.