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

Revision 339, 11.3 KB checked in by bittner, 19 years ago (diff)

changed mailbox naming convention, added intersectable ids

Line 
1#############################################################################
2# Makefile for building: preprocessor
3# Generated by qmake (1.07a) (Qt 3.3.2) on: Tue Oct 18 11:00:55 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 =       
42SOURCES =       Preprocessor.cpp \
43                SamplingPreprocessor.cpp \
44                ExactPreprocessor.cpp \
45                KdTree.cpp \
46                Environment.cpp \
47                gzstream.cpp \
48                common.cpp \
49                UnigraphicsParser.cpp \
50                X3dExporter.cpp \
51                SceneGraph.cpp \
52                Material.cpp \
53                Matrix4x4.cpp \
54                Vector3.cpp \
55                AxisAlignedBox3.cpp \
56                Ray.cpp \
57                main.cpp \
58                Mesh.cpp \
59                Exporter.cpp \
60                Camera.cpp \
61                X3dParser.cpp \
62                MeshKdTree.cpp \
63                Pvs.cpp \
64                MutualVisibility.cpp \
65                Triangle3.cpp \
66                Rectangle3.cpp \
67                Plane3.cpp \
68                Polygon3.cpp \
69                ViewCell.cpp \
70                ViewCellBsp.cpp
71OBJECTS =       Preprocessor.obj \
72                SamplingPreprocessor.obj \
73                ExactPreprocessor.obj \
74                KdTree.obj \
75                Environment.obj \
76                gzstream.obj \
77                common.obj \
78                UnigraphicsParser.obj \
79                X3dExporter.obj \
80                SceneGraph.obj \
81                Material.obj \
82                Matrix4x4.obj \
83                Vector3.obj \
84                AxisAlignedBox3.obj \
85                Ray.obj \
86                main.obj \
87                Mesh.obj \
88                Exporter.obj \
89                Camera.obj \
90                X3dParser.obj \
91                MeshKdTree.obj \
92                Pvs.obj \
93                MutualVisibility.obj \
94                Triangle3.obj \
95                Rectangle3.obj \
96                Plane3.obj \
97                Polygon3.obj \
98                ViewCell.obj \
99                ViewCellBsp.obj
100FORMS =
101UICDECLS =     
102UICIMPLS =     
103SRCMOC  =       
104OBJMOC  =       
105DIST    =       
106TARGET  =       preprocessor.exe
107
108####### Implicit rules
109
110.SUFFIXES: .c .cpp .cc .cxx .C
111
112{.}.cpp{}.obj::
113        $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo @<<
114        $<
115<<
116
117{.}.cc{}.obj::
118        $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo @<<
119        $<
120<<
121
122{.}.cxx{}.obj::
123        $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo @<<
124        $<
125<<
126
127{.}.C{}.obj::
128        $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo @<<
129        $<
130<<
131
132{.}.c{}.obj::
133        $(CC) -c $(CFLAGS) $(INCPATH) -Fo @<<
134        $<
135<<
136
137####### Build rules
138
139all: Makefile $(TARGET)
140
141$(TARGET):  $(UICDECLS) $(OBJECTS) $(OBJMOC)
142        $(LINK) $(LFLAGS) /OUT:$(TARGET) @<<
143          $(OBJECTS) $(OBJMOC) $(LIBS)
144<<
145
146
147mocables: $(SRCMOC)
148uicables: $(UICIMPLS) $(UICDECLS)
149
150Makefile: preprocessor.pro  C:\Qt\3.3.2\mkspecs\win32-msvc.net\qmake.conf C:\Qt\3.3.2\lib\qtmain.prl
151        $(QMAKE) -o Makefile preprocessor.pro
152qmake:
153        @$(QMAKE) -o Makefile preprocessor.pro
154
155dist:
156        $(ZIP) preprocessor.zip $(SOURCES) $(HEADERS) $(DIST) $(FORMS) d:/gametools/svn/trunk/VUT/GtpVisibilityPreprocessor/src/preprocessor.pro C:\Qt\3.3.2\lib\qtmain.prl 
157
158uiclean:
159mocclean:
160clean: uiclean mocclean
161        -$(DEL_FILE) Preprocessor.obj
162        -$(DEL_FILE) SamplingPreprocessor.obj
163        -$(DEL_FILE) ExactPreprocessor.obj
164        -$(DEL_FILE) KdTree.obj
165        -$(DEL_FILE) Environment.obj
166        -$(DEL_FILE) gzstream.obj
167        -$(DEL_FILE) common.obj
168        -$(DEL_FILE) UnigraphicsParser.obj
169        -$(DEL_FILE) X3dExporter.obj
170        -$(DEL_FILE) SceneGraph.obj
171        -$(DEL_FILE) Material.obj
172        -$(DEL_FILE) Matrix4x4.obj
173        -$(DEL_FILE) Vector3.obj
174        -$(DEL_FILE) AxisAlignedBox3.obj
175        -$(DEL_FILE) Ray.obj
176        -$(DEL_FILE) main.obj
177        -$(DEL_FILE) Mesh.obj
178        -$(DEL_FILE) Exporter.obj
179        -$(DEL_FILE) Camera.obj
180        -$(DEL_FILE) X3dParser.obj
181        -$(DEL_FILE) MeshKdTree.obj
182        -$(DEL_FILE) Pvs.obj
183        -$(DEL_FILE) MutualVisibility.obj
184        -$(DEL_FILE) Triangle3.obj
185        -$(DEL_FILE) Rectangle3.obj
186        -$(DEL_FILE) Plane3.obj
187        -$(DEL_FILE) Polygon3.obj
188        -$(DEL_FILE) ViewCell.obj
189        -$(DEL_FILE) ViewCellBsp.obj
190        -$(DEL_FILE) preprocessor.pdb
191        -$(DEL_FILE) preprocessor.ilk
192        -$(DEL_FILE) vc*.pdb
193        -$(DEL_FILE) vc*.idb
194
195
196
197
198FORCE:
199
200distclean: clean
201        -$(DEL_FILE) $(TARGET)
202
203####### Compile
204
205Preprocessor.obj: Preprocessor.cpp  \
206                SceneGraph.h \
207                Exporter.h \
208                UnigraphicsParser.h \
209                X3dParser.h \
210                Preprocessor.h \
211                ViewCell.h \
212                Environment.h \
213                Containers.h \
214                AxisAlignedBox3.h \
215                Rectangle3.h \
216                Matrix4x4.h \
217                Vector3.h \
218                Plane3.h \
219                common.h \
220                Material.h \
221                Parser.h \
222                Mesh.h \
223                KdTree.h \
224                ViewCellBsp.h \
225                Intersectable.h \
226                Pvs.h \
227                Ray.h \
228               
229
230SamplingPreprocessor.obj: SamplingPreprocessor.cpp  \
231                SceneGraph.h \
232                KdTree.h \
233                SamplingPreprocessor.h \
234                X3dExporter.h \
235                Environment.h \
236                MutualVisibility.h \
237                Polygon3.h \
238                ViewCell.h \
239                Containers.h \
240                AxisAlignedBox3.h \
241                Rectangle3.h \
242                Matrix4x4.h \
243                Vector3.h \
244                Plane3.h \
245                common.h \
246                Ray.h \
247                Pvs.h \
248                Preprocessor.h \
249                Mesh.h \
250                ViewCellBsp.h \
251                Intersectable.h \
252                Material.h \
253                Exporter.h \
254               
255
256ExactPreprocessor.obj: ExactPreprocessor.cpp  \
257                ExactPreprocessor.h \
258                Preprocessor.h \
259                Containers.h \
260                Mesh.h \
261                KdTree.h \
262                ViewCellBsp.h \
263                ViewCell.h \
264                Intersectable.h \
265                Plane3.h \
266                Matrix4x4.h \
267                AxisAlignedBox3.h \
268                Material.h \
269                Pvs.h \
270                Rectangle3.h \
271                Vector3.h \
272                common.h \
273                Ray.h \
274               
275
276KdTree.obj: KdTree.cpp  \
277                Environment.h \
278                Mesh.h \
279                KdTree.h \
280                common.h \
281                Intersectable.h \
282                Plane3.h \
283                Matrix4x4.h \
284                AxisAlignedBox3.h \
285                Material.h \
286                Pvs.h \
287                Rectangle3.h \
288                Vector3.h \
289                Containers.h \
290                Ray.h \
291               
292
293Environment.obj: Environment.cpp  \
294                gzstream.h \
295                common.h \
296                Environment.h \
297                Vector3.h \
298               
299
300gzstream.obj: gzstream.cpp  \
301                gzstream.h \
302               
303
304common.obj: common.cpp  \
305                common.h \
306               
307
308UnigraphicsParser.obj: UnigraphicsParser.cpp  \
309                Vector3.h \
310                Mesh.h \
311                SceneGraph.h \
312                UnigraphicsParser.h \
313                Material.h \
314                Environment.h \
315                common.h \
316                Intersectable.h \
317                Plane3.h \
318                Matrix4x4.h \
319                AxisAlignedBox3.h \
320                Pvs.h \
321                Rectangle3.h \
322                Containers.h \
323                Parser.h \
324               
325
326X3dExporter.obj: X3dExporter.cpp  \
327                common.h \
328                SceneGraph.h \
329                X3dExporter.h \
330                Mesh.h \
331                KdTree.h \
332                ViewCellBsp.h \
333                ViewCell.h \
334                Polygon3.h \
335                Containers.h \
336                AxisAlignedBox3.h \
337                Rectangle3.h \
338                Matrix4x4.h \
339                Vector3.h \
340                Plane3.h \
341                Exporter.h \
342                Material.h \
343                Intersectable.h \
344                Pvs.h \
345                Ray.h \
346               
347
348SceneGraph.obj: SceneGraph.cpp  \
349                SceneGraph.h \
350                X3dExporter.h \
351                Containers.h \
352                AxisAlignedBox3.h \
353                Rectangle3.h \
354                Matrix4x4.h \
355                Vector3.h \
356                Plane3.h \
357                common.h \
358                Exporter.h \
359                Material.h \
360               
361
362Material.obj: Material.cpp  \
363                common.h \
364                Material.h \
365               
366
367Matrix4x4.obj: Matrix4x4.cpp  \
368                Matrix4x4.h \
369                Vector3.h \
370                common.h \
371               
372
373Vector3.obj: Vector3.cpp  \
374                Matrix4x4.h \
375                Vector3.h \
376                common.h \
377               
378
379AxisAlignedBox3.obj: AxisAlignedBox3.cpp  \
380                AxisAlignedBox3.h \
381                Ray.h \
382                Polygon3.h \
383                Rectangle3.h \
384                Matrix4x4.h \
385                Vector3.h \
386                Plane3.h \
387                common.h \
388                Containers.h \
389                Mesh.h \
390                Intersectable.h \
391                Material.h \
392                Pvs.h \
393               
394
395Ray.obj: Ray.cpp  \
396                Ray.h \
397                Plane3.h \
398                Matrix4x4.h \
399                Vector3.h \
400                common.h \
401               
402
403main.obj: main.cpp  \
404                SamplingPreprocessor.h \
405                ExactPreprocessor.h \
406                Parser.h \
407                UnigraphicsParser.h \
408                X3dParser.h \
409                Environment.h \
410                Camera.h \
411                MeshKdTree.h \
412                Exporter.h \
413                X3dExporter.h \
414                ViewCell.h \
415                SceneGraph.h \
416                Preprocessor.h \
417                Containers.h \
418                Mesh.h \
419                KdTree.h \
420                ViewCellBsp.h \
421                Intersectable.h \
422                Plane3.h \
423                Matrix4x4.h \
424                AxisAlignedBox3.h \
425                Material.h \
426                Pvs.h \
427                Rectangle3.h \
428                Vector3.h \
429                common.h \
430                Ray.h \
431               
432
433Mesh.obj: Mesh.cpp  \
434                Ray.h \
435                Mesh.h \
436                MeshKdTree.h \
437                Triangle3.h \
438                Matrix4x4.h \
439                Vector3.h \
440                common.h \
441                Intersectable.h \
442                Plane3.h \
443                AxisAlignedBox3.h \
444                Material.h \
445                Pvs.h \
446                Rectangle3.h \
447                Containers.h \
448               
449
450Exporter.obj: Exporter.cpp  \
451                X3dExporter.h \
452                Exporter.h \
453                Containers.h \
454                Material.h \
455               
456
457Camera.obj: Camera.cpp  \
458                Camera.h \
459                Ray.h \
460                KdTree.h \
461                Mesh.h \
462                Exporter.h \
463                Vector3.h \
464                AxisAlignedBox3.h \
465                common.h \
466                Rectangle3.h \
467                Matrix4x4.h \
468                Plane3.h \
469                Containers.h \
470                Pvs.h \
471                Intersectable.h \
472                Material.h \
473               
474
475X3dParser.obj: X3dParser.cpp  \
476                X3dParser.h \
477                X3dParserXerces.h \
478                Mesh.h \
479                SceneGraph.h \
480                Triangle3.h \
481                ViewCell.h \
482                Parser.h \
483                Containers.h \
484                Intersectable.h \
485                Plane3.h \
486                Matrix4x4.h \
487                AxisAlignedBox3.h \
488                Material.h \
489                Pvs.h \
490                Rectangle3.h \
491                Vector3.h \
492                common.h \
493                Ray.h \
494               
495
496MeshKdTree.obj: MeshKdTree.cpp  \
497                Environment.h \
498                Mesh.h \
499                MeshKdTree.h \
500                common.h \
501                Intersectable.h \
502                Plane3.h \
503                Matrix4x4.h \
504                AxisAlignedBox3.h \
505                Material.h \
506                Pvs.h \
507                Rectangle3.h \
508                Vector3.h \
509                Containers.h \
510                Ray.h \
511               
512
513Pvs.obj: Pvs.cpp  \
514                Pvs.h \
515               
516
517MutualVisibility.obj: MutualVisibility.cpp  \
518                KdTree.h \
519                AxisAlignedBox3.h \
520                Ray.h \
521                MutualVisibility.h \
522                Exporter.h \
523                Mesh.h \
524                Triangle3.h \
525                SceneGraph.h \
526                Containers.h \
527                Pvs.h \
528                Rectangle3.h \
529                Matrix4x4.h \
530                Vector3.h \
531                Plane3.h \
532                common.h \
533                Material.h \
534                Intersectable.h \
535               
536
537Triangle3.obj: Triangle3.cpp  \
538                Triangle3.h \
539                Vector3.h \
540                common.h \
541               
542
543Rectangle3.obj: Rectangle3.cpp  \
544                Rectangle3.h \
545                Vector3.h \
546                common.h \
547               
548
549Plane3.obj: Plane3.cpp  \
550                Plane3.h \
551                Matrix4x4.h \
552                Vector3.h \
553                common.h \
554               
555
556Polygon3.obj: Polygon3.cpp  \
557                Polygon3.h \
558                Mesh.h \
559                ViewCellBsp.h \
560                AxisAlignedBox3.h \
561                Ray.h \
562                Containers.h \
563                Intersectable.h \
564                Plane3.h \
565                Matrix4x4.h \
566                Material.h \
567                Pvs.h \
568                Rectangle3.h \
569                Vector3.h \
570                common.h \
571               
572
573ViewCell.obj: ViewCell.cpp  \
574                ViewCell.h \
575                Mesh.h \
576                Intersectable.h \
577                MeshKdTree.h \
578                Triangle3.h \
579                Containers.h \
580                Ray.h \
581                Plane3.h \
582                Matrix4x4.h \
583                AxisAlignedBox3.h \
584                Material.h \
585                Pvs.h \
586                Rectangle3.h \
587                Vector3.h \
588                common.h \
589               
590
591ViewCellBsp.obj: ViewCellBsp.cpp  \
592                Plane3.h \
593                ViewCellBsp.h \
594                Mesh.h \
595                common.h \
596                ViewCell.h \
597                Environment.h \
598                Polygon3.h \
599                Ray.h \
600                AxisAlignedBox3.h \
601                Exporter.h \
602                Vector3.h \
603                Containers.h \
604                Intersectable.h \
605                Matrix4x4.h \
606                Material.h \
607                Pvs.h \
608                Rectangle3.h \
609               
610
611####### Install
612
613install: 
614
615uninstall: 
616
Note: See TracBrowser for help on using the repository browser.