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

Revision 450, 15.9 KB checked in by bittner, 19 years ago (diff)

functional merge

Line 
1#############################################################################
2# Makefile for building: preprocessor
3# Generated by qmake (1.07a) (Qt 3.3.2) on: Mon Dec 05 09:51:45 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 -MDd -Zi -Gm -GX  -DUNICODE -DWIN32 -DQT_DLL -DQT_THREAD_SUPPORT
16CXXFLAGS        =       -nologo -Zm200 -W0 -MDd -Zi -Gm -GX  -DUNICODE -DWIN32 -DQT_DLL -DQT_THREAD_SUPPORT
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 /DEBUG /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        -$(DEL_FILE) preprocessor.pdb
227        -$(DEL_FILE) preprocessor.ilk
228        -$(DEL_FILE) vc*.pdb
229        -$(DEL_FILE) vc*.idb
230
231
232
233
234FORCE:
235
236distclean: clean
237        -$(DEL_FILE) $(TARGET)
238
239####### Compile
240
241Preprocessor.obj: Preprocessor.cpp  \
242                SceneGraph.h \
243                Exporter.h \
244                UnigraphicsParser.h \
245                X3dParser.h \
246                Preprocessor.h \
247                ViewCell.h \
248                Environment.h \
249                ViewCellsManager.h \
250                ViewCellBsp.h \
251                VspBspTree.h \
252                VspKdTree.h \
253                Containers.h \
254                AxisAlignedBox3.h \
255                Rectangle3.h \
256                Matrix4x4.h \
257                Vector3.h \
258                Plane3.h \
259                common.h \
260                Material.h \
261                VssRay.h \
262                Ray.h \
263                Parser.h \
264                Mesh.h \
265                KdTree.h \
266                Intersectable.h \
267                Pvs.h \
268                Polygon3.h \
269                Statistics.h \
270                RayInfo.h \
271               
272
273SamplingPreprocessor.obj: SamplingPreprocessor.cpp  \
274                SceneGraph.h \
275                KdTree.h \
276                SamplingPreprocessor.h \
277                X3dExporter.h \
278                Environment.h \
279                MutualVisibility.h \
280                Polygon3.h \
281                ViewCell.h \
282                ViewCellsManager.h \
283                RenderSimulator.h \
284                Containers.h \
285                AxisAlignedBox3.h \
286                Rectangle3.h \
287                Matrix4x4.h \
288                Vector3.h \
289                Plane3.h \
290                common.h \
291                Ray.h \
292                Pvs.h \
293                Preprocessor.h \
294                VssRay.h \
295                Mesh.h \
296                Intersectable.h \
297                Material.h \
298                Exporter.h \
299                Statistics.h \
300               
301
302ExactPreprocessor.obj: ExactPreprocessor.cpp  \
303                ExactPreprocessor.h \
304                Preprocessor.h \
305                Containers.h \
306                Mesh.h \
307                KdTree.h \
308                Intersectable.h \
309                Plane3.h \
310                Matrix4x4.h \
311                AxisAlignedBox3.h \
312                Material.h \
313                Pvs.h \
314                Rectangle3.h \
315                Vector3.h \
316                common.h \
317                Ray.h \
318               
319
320KdTree.obj: KdTree.cpp  \
321                Environment.h \
322                Mesh.h \
323                KdTree.h \
324                common.h \
325                Intersectable.h \
326                Plane3.h \
327                Matrix4x4.h \
328                AxisAlignedBox3.h \
329                Material.h \
330                Pvs.h \
331                Rectangle3.h \
332                Vector3.h \
333                Containers.h \
334                Ray.h \
335               
336
337Environment.obj: Environment.cpp  \
338                gzstream.h \
339                common.h \
340                Environment.h \
341                Vector3.h \
342               
343
344gzstream.obj: gzstream.cpp  \
345                gzstream.h \
346               
347
348common.obj: common.cpp  \
349                common.h \
350               
351
352UnigraphicsParser.obj: UnigraphicsParser.cpp  \
353                Vector3.h \
354                Mesh.h \
355                SceneGraph.h \
356                UnigraphicsParser.h \
357                Material.h \
358                Environment.h \
359                common.h \
360                Intersectable.h \
361                Plane3.h \
362                Matrix4x4.h \
363                AxisAlignedBox3.h \
364                Pvs.h \
365                Rectangle3.h \
366                Containers.h \
367                Parser.h \
368               
369
370X3dExporter.obj: X3dExporter.cpp  \
371                common.h \
372                SceneGraph.h \
373                X3dExporter.h \
374                Mesh.h \
375                KdTree.h \
376                ViewCellBsp.h \
377                ViewCell.h \
378                Polygon3.h \
379                VssRay.h \
380                VspKdTree.h \
381                VssTree.h \
382                RssTree.h \
383                Containers.h \
384                AxisAlignedBox3.h \
385                Rectangle3.h \
386                Matrix4x4.h \
387                Vector3.h \
388                Plane3.h \
389                Exporter.h \
390                Material.h \
391                Ray.h \
392                Intersectable.h \
393                Pvs.h \
394                Statistics.h \
395                RayInfo.h \
396               
397
398SceneGraph.obj: SceneGraph.cpp  \
399                SceneGraph.h \
400                X3dExporter.h \
401                Intersectable.h \
402                Containers.h \
403                AxisAlignedBox3.h \
404                Rectangle3.h \
405                Matrix4x4.h \
406                Vector3.h \
407                Plane3.h \
408                common.h \
409                Exporter.h \
410                VssRay.h \
411                Material.h \
412                Ray.h \
413                Pvs.h \
414               
415
416Material.obj: Material.cpp  \
417                common.h \
418                Material.h \
419               
420
421Matrix4x4.obj: Matrix4x4.cpp  \
422                Matrix4x4.h \
423                Vector3.h \
424                common.h \
425               
426
427Vector3.obj: Vector3.cpp  \
428                Matrix4x4.h \
429                Vector3.h \
430                Halton.h \
431                common.h \
432               
433
434AxisAlignedBox3.obj: AxisAlignedBox3.cpp  \
435                AxisAlignedBox3.h \
436                Ray.h \
437                Polygon3.h \
438                Rectangle3.h \
439                Matrix4x4.h \
440                Vector3.h \
441                Plane3.h \
442                common.h \
443                Containers.h \
444                Mesh.h \
445                Intersectable.h \
446                Material.h \
447                Pvs.h \
448               
449
450Ray.obj: Ray.cpp  \
451                Ray.h \
452                Plane3.h \
453                VssRay.h \
454                Matrix4x4.h \
455                Vector3.h \
456                common.h \
457               
458
459main.obj: main.cpp  \
460                SamplingPreprocessor.h \
461                VssPreprocessor.h \
462                RssPreprocessor.h \
463                ExactPreprocessor.h \
464                Parser.h \
465                UnigraphicsParser.h \
466                X3dParser.h \
467                Environment.h \
468                Camera.h \
469                MeshKdTree.h \
470                Exporter.h \
471                X3dExporter.h \
472                ViewCell.h \
473                SceneGraph.h \
474                Preprocessor.h \
475                VssRay.h \
476                Containers.h \
477                Mesh.h \
478                KdTree.h \
479                Intersectable.h \
480                Plane3.h \
481                Matrix4x4.h \
482                AxisAlignedBox3.h \
483                Material.h \
484                Pvs.h \
485                Rectangle3.h \
486                Vector3.h \
487                common.h \
488                Ray.h \
489               
490
491Mesh.obj: Mesh.cpp  \
492                Ray.h \
493                Mesh.h \
494                MeshKdTree.h \
495                Triangle3.h \
496                Matrix4x4.h \
497                Vector3.h \
498                common.h \
499                Intersectable.h \
500                Plane3.h \
501                AxisAlignedBox3.h \
502                Material.h \
503                Pvs.h \
504                Rectangle3.h \
505                Containers.h \
506               
507
508Exporter.obj: Exporter.cpp  \
509                X3dExporter.h \
510                Exporter.h \
511                Containers.h \
512                VssRay.h \
513                Material.h \
514                Vector3.h \
515                Ray.h \
516                common.h \
517                Matrix4x4.h \
518               
519
520Camera.obj: Camera.cpp  \
521                Camera.h \
522                Ray.h \
523                KdTree.h \
524                Mesh.h \
525                Exporter.h \
526                Vector3.h \
527                AxisAlignedBox3.h \
528                common.h \
529                Rectangle3.h \
530                Matrix4x4.h \
531                Plane3.h \
532                Containers.h \
533                Pvs.h \
534                Intersectable.h \
535                Material.h \
536                VssRay.h \
537               
538
539X3dParser.obj: X3dParser.cpp  \
540                X3dParser.h \
541                X3dParserXerces.h \
542                Mesh.h \
543                SceneGraph.h \
544                Triangle3.h \
545                ViewCellsManager.h \
546                Parser.h \
547                Containers.h \
548                Intersectable.h \
549                Plane3.h \
550                Matrix4x4.h \
551                AxisAlignedBox3.h \
552                Material.h \
553                Pvs.h \
554                Rectangle3.h \
555                Vector3.h \
556                common.h \
557                Ray.h \
558                VssRay.h \
559               
560
561MeshKdTree.obj: MeshKdTree.cpp  \
562                Environment.h \
563                Mesh.h \
564                MeshKdTree.h \
565                common.h \
566                Intersectable.h \
567                Plane3.h \
568                Matrix4x4.h \
569                AxisAlignedBox3.h \
570                Material.h \
571                Pvs.h \
572                Rectangle3.h \
573                Vector3.h \
574                Containers.h \
575                Ray.h \
576               
577
578Pvs.obj: Pvs.cpp  \
579                Pvs.h \
580               
581
582MutualVisibility.obj: MutualVisibility.cpp  \
583                KdTree.h \
584                AxisAlignedBox3.h \
585                Ray.h \
586                MutualVisibility.h \
587                Exporter.h \
588                Mesh.h \
589                Triangle3.h \
590                SceneGraph.h \
591                Containers.h \
592                Pvs.h \
593                Rectangle3.h \
594                Matrix4x4.h \
595                Vector3.h \
596                Plane3.h \
597                common.h \
598                Material.h \
599                VssRay.h \
600                Intersectable.h \
601               
602
603Triangle3.obj: Triangle3.cpp  \
604                Triangle3.h \
605                Vector3.h \
606                common.h \
607               
608
609Rectangle3.obj: Rectangle3.cpp  \
610                Rectangle3.h \
611                Vector3.h \
612                common.h \
613               
614
615Plane3.obj: Plane3.cpp  \
616                Plane3.h \
617                Matrix4x4.h \
618                Vector3.h \
619                common.h \
620               
621
622Polygon3.obj: Polygon3.cpp  \
623                Polygon3.h \
624                Mesh.h \
625                ViewCellBsp.h \
626                AxisAlignedBox3.h \
627                Ray.h \
628                Containers.h \
629                Intersectable.h \
630                Plane3.h \
631                Matrix4x4.h \
632                Material.h \
633                Pvs.h \
634                Rectangle3.h \
635                Vector3.h \
636                common.h \
637                Statistics.h \
638               
639
640ViewCell.obj: ViewCell.cpp  \
641                ViewCell.h \
642                Mesh.h \
643                Intersectable.h \
644                MeshKdTree.h \
645                Triangle3.h \
646                Containers.h \
647                Ray.h \
648                Plane3.h \
649                Matrix4x4.h \
650                AxisAlignedBox3.h \
651                Material.h \
652                Pvs.h \
653                Rectangle3.h \
654                Vector3.h \
655                common.h \
656               
657
658ViewCellBsp.obj: ViewCellBsp.cpp  \
659                Plane3.h \
660                ViewCellBsp.h \
661                Mesh.h \
662                common.h \
663                ViewCell.h \
664                Environment.h \
665                Polygon3.h \
666                Ray.h \
667                AxisAlignedBox3.h \
668                Exporter.h \
669                Vector3.h \
670                Containers.h \
671                Statistics.h \
672                Intersectable.h \
673                Matrix4x4.h \
674                Material.h \
675                Pvs.h \
676                Rectangle3.h \
677                VssRay.h \
678               
679
680Halton.obj: Halton.cpp  \
681                Halton.h \
682               
683
684VssRay.obj: VssRay.cpp  \
685                VssRay.h \
686                AxisAlignedBox3.h \
687                Vector3.h \
688                Ray.h \
689                common.h \
690                Matrix4x4.h \
691                Rectangle3.h \
692                Plane3.h \
693               
694
695VssTree.obj: VssTree.cpp  \
696                VssTree.h \
697                Environment.h \
698                VssRay.h \
699                Intersectable.h \
700                Ray.h \
701                AxisAlignedBox3.h \
702                Statistics.h \
703                Vector3.h \
704                common.h \
705                Matrix4x4.h \
706                Rectangle3.h \
707                Plane3.h \
708                Pvs.h \
709               
710
711VssPreprocessor.obj: VssPreprocessor.cpp  \
712                SceneGraph.h \
713                KdTree.h \
714                VssPreprocessor.h \
715                X3dExporter.h \
716                Environment.h \
717                MutualVisibility.h \
718                Polygon3.h \
719                ViewCell.h \
720                VssRay.h \
721                VssTree.h \
722                ViewCellsManager.h \
723                Containers.h \
724                AxisAlignedBox3.h \
725                Rectangle3.h \
726                Matrix4x4.h \
727                Vector3.h \
728                Plane3.h \
729                common.h \
730                Ray.h \
731                Pvs.h \
732                Preprocessor.h \
733                Mesh.h \
734                Intersectable.h \
735                Material.h \
736                Exporter.h \
737                Statistics.h \
738               
739
740RenderSimulator.obj: RenderSimulator.cpp  \
741                RenderSimulator.h \
742                KdTree.h \
743                ViewCellBsp.h \
744                ViewCell.h \
745                common.h \
746                Statistics.h \
747                Containers.h \
748                AxisAlignedBox3.h \
749                Ray.h \
750                Pvs.h \
751                Rectangle3.h \
752                Matrix4x4.h \
753                Vector3.h \
754                Plane3.h \
755                Mesh.h \
756                Polygon3.h \
757                Intersectable.h \
758                Material.h \
759               
760
761VspKdTree.obj: VspKdTree.cpp  \
762                VspKdTree.h \
763                Environment.h \
764                VssRay.h \
765                Intersectable.h \
766                Ray.h \
767                RayInfo.h \
768                AxisAlignedBox3.h \
769                Statistics.h \
770                Containers.h \
771                Vector3.h \
772                common.h \
773                Matrix4x4.h \
774                Rectangle3.h \
775                Plane3.h \
776                Pvs.h \
777               
778
779RayInfo.obj: RayInfo.cpp  \
780                RayInfo.h \
781                Ray.h \
782                VssRay.h \
783                Plane3.h \
784                Matrix4x4.h \
785                Vector3.h \
786                common.h \
787               
788
789RssTree.obj: RssTree.cpp  \
790                RssTree.h \
791                Environment.h \
792                VssRay.h \
793                Intersectable.h \
794                Ray.h \
795                Containers.h \
796                AxisAlignedBox3.h \
797                Statistics.h \
798                Vector3.h \
799                common.h \
800                Matrix4x4.h \
801                Rectangle3.h \
802                Plane3.h \
803                Pvs.h \
804               
805
806RssPreprocessor.obj: RssPreprocessor.cpp  \
807                SceneGraph.h \
808                KdTree.h \
809                RssPreprocessor.h \
810                X3dExporter.h \
811                Environment.h \
812                MutualVisibility.h \
813                Polygon3.h \
814                ViewCell.h \
815                VssRay.h \
816                RssTree.h \
817                Containers.h \
818                AxisAlignedBox3.h \
819                Rectangle3.h \
820                Matrix4x4.h \
821                Vector3.h \
822                Plane3.h \
823                common.h \
824                Ray.h \
825                Pvs.h \
826                Preprocessor.h \
827                Mesh.h \
828                Intersectable.h \
829                Material.h \
830                Exporter.h \
831                Statistics.h \
832               
833
834ViewCellsManager.obj: ViewCellsManager.cpp  \
835                ViewCellsManager.h \
836                RenderSimulator.h \
837                Mesh.h \
838                Triangle3.h \
839                ViewCell.h \
840                Environment.h \
841                X3dParser.h \
842                ViewCellBsp.h \
843                KdTree.h \
844                VspKdTree.h \
845                Exporter.h \
846                VspBspTree.h \
847                Ray.h \
848                VssRay.h \
849                Containers.h \
850                Matrix4x4.h \
851                Vector3.h \
852                common.h \
853                Statistics.h \
854                Intersectable.h \
855                Plane3.h \
856                AxisAlignedBox3.h \
857                Material.h \
858                Pvs.h \
859                Rectangle3.h \
860                Parser.h \
861                Polygon3.h \
862                RayInfo.h \
863               
864
865VspBspTree.obj: VspBspTree.cpp  \
866                Plane3.h \
867                VspBspTree.h \
868                Mesh.h \
869                common.h \
870                ViewCell.h \
871                Environment.h \
872                Polygon3.h \
873                Ray.h \
874                AxisAlignedBox3.h \
875                Exporter.h \
876                Vector3.h \
877                Containers.h \
878                Statistics.h \
879                VssRay.h \
880                RayInfo.h \
881                Intersectable.h \
882                Matrix4x4.h \
883                Material.h \
884                Pvs.h \
885                Rectangle3.h \
886               
887
888####### Install
889
890install: 
891
892uninstall: 
893
Note: See TracBrowser for help on using the repository browser.