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

Revision 446, 15.1 KB checked in by bittner, 19 years ago (diff)

non-functional merged version

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