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

Revision 245, 10.9 KB checked in by bittner, 19 years ago (diff)

Merged sources with ViewCellBsp?

Line 
1#############################################################################
2# Makefile for building: preprocessor
3# Generated by qmake (1.07a) (Qt 3.3.2) on: Mon Aug 22 21:02:28 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 -GX  -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG
16CXXFLAGS        =       -nologo -Zm200 -W0 -MD -O2 -GX  -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG
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"
20LINK    =       link
21LFLAGS  =       /NOLOGO delayimp.lib /DELAYLOAD:comdlg32.dll /DELAYLOAD:oleaut32.dll /DELAYLOAD:winmm.dll /DELAYLOAD:wsock32.dll /DELAYLOAD:winspool.dll /SUBSYSTEM:console /LIBPATH:"../support/xerces/lib" /LIBPATH:"../support/devil/lib" /LIBPATH:"$(QTDIR)\lib"
22LIBS    =        "qt-mt332.lib" "qtmain.lib" "kernel32.lib" "user32.lib" "gdi32.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "imm32.lib" "winmm.lib" "wsock32.lib" "winspool.lib" "xerces-c_2.lib" "devil.lib" "ilu.lib" "ilut.lib" "opengl32.lib" "glu32.lib" "delayimp.lib"
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\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
191
192
193FORCE:
194
195distclean: clean
196        -$(DEL_FILE) $(TARGET)
197
198####### Compile
199
200Preprocessor.obj: Preprocessor.cpp  \
201                SceneGraph.h \
202                Exporter.h \
203                UnigraphicsParser.h \
204                X3dParser.h \
205                Preprocessor.h \
206                ViewCell.h \
207                Environment.h \
208                Containers.h \
209                AxisAlignedBox3.h \
210                Rectangle3.h \
211                Matrix4x4.h \
212                Vector3.h \
213                Plane3.h \
214                common.h \
215                Material.h \
216                Parser.h \
217                Mesh.h \
218                KdTree.h \
219                ViewCellBsp.h \
220                Intersectable.h \
221                Pvs.h \
222                Ray.h \
223               
224
225SamplingPreprocessor.obj: SamplingPreprocessor.cpp  \
226                SceneGraph.h \
227                KdTree.h \
228                SamplingPreprocessor.h \
229                X3dExporter.h \
230                Environment.h \
231                MutualVisibility.h \
232                Containers.h \
233                AxisAlignedBox3.h \
234                Rectangle3.h \
235                Matrix4x4.h \
236                Vector3.h \
237                Plane3.h \
238                common.h \
239                Ray.h \
240                Pvs.h \
241                Preprocessor.h \
242                Mesh.h \
243                ViewCellBsp.h \
244                Intersectable.h \
245                Material.h \
246                Exporter.h \
247               
248
249ExactPreprocessor.obj: ExactPreprocessor.cpp  \
250                ExactPreprocessor.h \
251                Preprocessor.h \
252                Containers.h \
253                Mesh.h \
254                KdTree.h \
255                ViewCellBsp.h \
256                Intersectable.h \
257                Plane3.h \
258                Matrix4x4.h \
259                AxisAlignedBox3.h \
260                Material.h \
261                Pvs.h \
262                Rectangle3.h \
263                Vector3.h \
264                common.h \
265                Ray.h \
266               
267
268KdTree.obj: KdTree.cpp  \
269                Environment.h \
270                Mesh.h \
271                KdTree.h \
272                common.h \
273                Intersectable.h \
274                Plane3.h \
275                Matrix4x4.h \
276                AxisAlignedBox3.h \
277                Material.h \
278                Pvs.h \
279                Rectangle3.h \
280                Vector3.h \
281                Containers.h \
282                Ray.h \
283               
284
285Environment.obj: Environment.cpp  \
286                gzstream.h \
287                common.h \
288                Environment.h \
289                Vector3.h \
290               
291
292gzstream.obj: gzstream.cpp  \
293                gzstream.h \
294               
295
296common.obj: common.cpp  \
297                common.h \
298               
299
300UnigraphicsParser.obj: UnigraphicsParser.cpp  \
301                Vector3.h \
302                Mesh.h \
303                SceneGraph.h \
304                UnigraphicsParser.h \
305                Material.h \
306                Environment.h \
307                common.h \
308                Intersectable.h \
309                Plane3.h \
310                Matrix4x4.h \
311                AxisAlignedBox3.h \
312                Pvs.h \
313                Rectangle3.h \
314                Containers.h \
315                Parser.h \
316               
317
318X3dExporter.obj: X3dExporter.cpp  \
319                common.h \
320                SceneGraph.h \
321                X3dExporter.h \
322                Mesh.h \
323                KdTree.h \
324                ViewCellBsp.h \
325                ViewCell.h \
326                Polygon3.h \
327                Containers.h \
328                AxisAlignedBox3.h \
329                Rectangle3.h \
330                Matrix4x4.h \
331                Vector3.h \
332                Plane3.h \
333                Exporter.h \
334                Material.h \
335                Intersectable.h \
336                Pvs.h \
337                Ray.h \
338               
339
340SceneGraph.obj: SceneGraph.cpp  \
341                SceneGraph.h \
342                X3dExporter.h \
343                Containers.h \
344                AxisAlignedBox3.h \
345                Rectangle3.h \
346                Matrix4x4.h \
347                Vector3.h \
348                Plane3.h \
349                common.h \
350                Exporter.h \
351                Material.h \
352               
353
354Material.obj: Material.cpp  \
355                common.h \
356                Material.h \
357               
358
359Matrix4x4.obj: Matrix4x4.cpp  \
360                Matrix4x4.h \
361                Vector3.h \
362                common.h \
363               
364
365Vector3.obj: Vector3.cpp  \
366                Matrix4x4.h \
367                Vector3.h \
368                common.h \
369               
370
371AxisAlignedBox3.obj: AxisAlignedBox3.cpp  \
372                AxisAlignedBox3.h \
373                Ray.h \
374                Rectangle3.h \
375                Matrix4x4.h \
376                Vector3.h \
377                Plane3.h \
378                common.h \
379               
380
381Ray.obj: Ray.cpp  \
382                Ray.h \
383                Matrix4x4.h \
384                Vector3.h \
385                common.h \
386               
387
388main.obj: main.cpp  \
389                SamplingPreprocessor.h \
390                ExactPreprocessor.h \
391                Parser.h \
392                UnigraphicsParser.h \
393                X3dParser.h \
394                Environment.h \
395                Camera.h \
396                MeshKdTree.h \
397                Preprocessor.h \
398                Containers.h \
399                Mesh.h \
400                KdTree.h \
401                ViewCellBsp.h \
402                Intersectable.h \
403                Plane3.h \
404                Matrix4x4.h \
405                AxisAlignedBox3.h \
406                Material.h \
407                Pvs.h \
408                Rectangle3.h \
409                Vector3.h \
410                common.h \
411                Ray.h \
412               
413
414Mesh.obj: Mesh.cpp  \
415                Ray.h \
416                Mesh.h \
417                MeshKdTree.h \
418                Triangle3.h \
419                Matrix4x4.h \
420                Vector3.h \
421                common.h \
422                Intersectable.h \
423                Plane3.h \
424                AxisAlignedBox3.h \
425                Material.h \
426                Pvs.h \
427                Rectangle3.h \
428                Containers.h \
429               
430
431Exporter.obj: Exporter.cpp  \
432                X3dExporter.h \
433                Exporter.h \
434                Material.h \
435               
436
437Camera.obj: Camera.cpp  \
438                Camera.h \
439                Ray.h \
440                KdTree.h \
441                Mesh.h \
442                Exporter.h \
443                Vector3.h \
444                AxisAlignedBox3.h \
445                common.h \
446                Rectangle3.h \
447                Matrix4x4.h \
448                Plane3.h \
449                Containers.h \
450                Pvs.h \
451                Intersectable.h \
452                Material.h \
453               
454
455X3dParser.obj: X3dParser.cpp  \
456                X3dParser.h \
457                X3dParserXerces.h \
458                Mesh.h \
459                SceneGraph.h \
460                Parser.h \
461                Intersectable.h \
462                Plane3.h \
463                Matrix4x4.h \
464                AxisAlignedBox3.h \
465                Material.h \
466                Pvs.h \
467                Rectangle3.h \
468                Vector3.h \
469                common.h \
470                Containers.h \
471               
472
473MeshKdTree.obj: MeshKdTree.cpp  \
474                Environment.h \
475                Mesh.h \
476                MeshKdTree.h \
477                common.h \
478                Intersectable.h \
479                Plane3.h \
480                Matrix4x4.h \
481                AxisAlignedBox3.h \
482                Material.h \
483                Pvs.h \
484                Rectangle3.h \
485                Vector3.h \
486                Containers.h \
487                Ray.h \
488               
489
490Pvs.obj: Pvs.cpp  \
491                Pvs.h \
492               
493
494MutualVisibility.obj: MutualVisibility.cpp  \
495                KdTree.h \
496                AxisAlignedBox3.h \
497                Ray.h \
498                MutualVisibility.h \
499                Exporter.h \
500                Mesh.h \
501                Triangle3.h \
502                SceneGraph.h \
503                Containers.h \
504                Pvs.h \
505                Rectangle3.h \
506                Matrix4x4.h \
507                Vector3.h \
508                Plane3.h \
509                common.h \
510                Material.h \
511                Intersectable.h \
512               
513
514Triangle3.obj: Triangle3.cpp  \
515                Triangle3.h \
516                Vector3.h \
517                common.h \
518               
519
520Rectangle3.obj: Rectangle3.cpp  \
521                Rectangle3.h \
522                Vector3.h \
523                common.h \
524               
525
526Plane3.obj: Plane3.cpp  \
527                Plane3.h \
528                Matrix4x4.h \
529                Vector3.h \
530                common.h \
531               
532
533Polygon3.obj: Polygon3.cpp  \
534                Polygon3.h \
535                Mesh.h \
536                Containers.h \
537                Intersectable.h \
538                Plane3.h \
539                Matrix4x4.h \
540                AxisAlignedBox3.h \
541                Material.h \
542                Pvs.h \
543                Rectangle3.h \
544                Vector3.h \
545                common.h \
546               
547
548ViewCell.obj: ViewCell.cpp  \
549                ViewCell.h \
550                Mesh.h \
551                MeshKdTree.h \
552                Triangle3.h \
553                Intersectable.h \
554                Containers.h \
555                AxisAlignedBox3.h \
556                Pvs.h \
557                Rectangle3.h \
558                Matrix4x4.h \
559                Vector3.h \
560                Plane3.h \
561                common.h \
562                Material.h \
563                Ray.h \
564               
565
566ViewCellBsp.obj: ViewCellBsp.cpp  \
567                Plane3.h \
568                ViewCellBsp.h \
569                Mesh.h \
570                common.h \
571                ViewCell.h \
572                Environment.h \
573                Polygon3.h \
574                Ray.h \
575                AxisAlignedBox3.h \
576                Vector3.h \
577                Containers.h \
578                Intersectable.h \
579                Matrix4x4.h \
580                Material.h \
581                Pvs.h \
582                Rectangle3.h \
583               
584
585####### Install
586
587install: 
588
589uninstall: 
590
Note: See TracBrowser for help on using the repository browser.