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

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

code merge

Line 
1#############################################################################
2# Makefile for building: preprocessor
3# Generated by qmake (1.07a) (Qt 3.3.2) on: Tue Sep 06 13:46:00 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                Polygon3.h \
233                Containers.h \
234                AxisAlignedBox3.h \
235                Rectangle3.h \
236                Matrix4x4.h \
237                Vector3.h \
238                Plane3.h \
239                common.h \
240                Ray.h \
241                Pvs.h \
242                Preprocessor.h \
243                Mesh.h \
244                ViewCellBsp.h \
245                Intersectable.h \
246                Material.h \
247                Exporter.h \
248               
249
250ExactPreprocessor.obj: ExactPreprocessor.cpp  \
251                ExactPreprocessor.h \
252                Preprocessor.h \
253                Containers.h \
254                Mesh.h \
255                KdTree.h \
256                ViewCellBsp.h \
257                Intersectable.h \
258                Plane3.h \
259                Matrix4x4.h \
260                AxisAlignedBox3.h \
261                Material.h \
262                Pvs.h \
263                Rectangle3.h \
264                Vector3.h \
265                common.h \
266                Ray.h \
267               
268
269KdTree.obj: KdTree.cpp  \
270                Environment.h \
271                Mesh.h \
272                KdTree.h \
273                common.h \
274                Intersectable.h \
275                Plane3.h \
276                Matrix4x4.h \
277                AxisAlignedBox3.h \
278                Material.h \
279                Pvs.h \
280                Rectangle3.h \
281                Vector3.h \
282                Containers.h \
283                Ray.h \
284               
285
286Environment.obj: Environment.cpp  \
287                gzstream.h \
288                common.h \
289                Environment.h \
290                Vector3.h \
291               
292
293gzstream.obj: gzstream.cpp  \
294                gzstream.h \
295               
296
297common.obj: common.cpp  \
298                common.h \
299               
300
301UnigraphicsParser.obj: UnigraphicsParser.cpp  \
302                Vector3.h \
303                Mesh.h \
304                SceneGraph.h \
305                UnigraphicsParser.h \
306                Material.h \
307                Environment.h \
308                common.h \
309                Intersectable.h \
310                Plane3.h \
311                Matrix4x4.h \
312                AxisAlignedBox3.h \
313                Pvs.h \
314                Rectangle3.h \
315                Containers.h \
316                Parser.h \
317               
318
319X3dExporter.obj: X3dExporter.cpp  \
320                common.h \
321                SceneGraph.h \
322                X3dExporter.h \
323                Mesh.h \
324                KdTree.h \
325                ViewCellBsp.h \
326                ViewCell.h \
327                Polygon3.h \
328                Containers.h \
329                AxisAlignedBox3.h \
330                Rectangle3.h \
331                Matrix4x4.h \
332                Vector3.h \
333                Plane3.h \
334                Exporter.h \
335                Material.h \
336                Intersectable.h \
337                Pvs.h \
338                Ray.h \
339               
340
341SceneGraph.obj: SceneGraph.cpp  \
342                SceneGraph.h \
343                X3dExporter.h \
344                Containers.h \
345                AxisAlignedBox3.h \
346                Rectangle3.h \
347                Matrix4x4.h \
348                Vector3.h \
349                Plane3.h \
350                common.h \
351                Exporter.h \
352                Material.h \
353               
354
355Material.obj: Material.cpp  \
356                common.h \
357                Material.h \
358               
359
360Matrix4x4.obj: Matrix4x4.cpp  \
361                Matrix4x4.h \
362                Vector3.h \
363                common.h \
364               
365
366Vector3.obj: Vector3.cpp  \
367                Matrix4x4.h \
368                Vector3.h \
369                common.h \
370               
371
372AxisAlignedBox3.obj: AxisAlignedBox3.cpp  \
373                AxisAlignedBox3.h \
374                Ray.h \
375                Rectangle3.h \
376                Matrix4x4.h \
377                Vector3.h \
378                Plane3.h \
379                common.h \
380               
381
382Ray.obj: Ray.cpp  \
383                Ray.h \
384                Matrix4x4.h \
385                Vector3.h \
386                common.h \
387               
388
389main.obj: main.cpp  \
390                SamplingPreprocessor.h \
391                ExactPreprocessor.h \
392                Parser.h \
393                UnigraphicsParser.h \
394                X3dParser.h \
395                Environment.h \
396                Camera.h \
397                MeshKdTree.h \
398                Preprocessor.h \
399                Containers.h \
400                Mesh.h \
401                KdTree.h \
402                ViewCellBsp.h \
403                Intersectable.h \
404                Plane3.h \
405                Matrix4x4.h \
406                AxisAlignedBox3.h \
407                Material.h \
408                Pvs.h \
409                Rectangle3.h \
410                Vector3.h \
411                common.h \
412                Ray.h \
413               
414
415Mesh.obj: Mesh.cpp  \
416                Ray.h \
417                Mesh.h \
418                MeshKdTree.h \
419                Triangle3.h \
420                Matrix4x4.h \
421                Vector3.h \
422                common.h \
423                Intersectable.h \
424                Plane3.h \
425                AxisAlignedBox3.h \
426                Material.h \
427                Pvs.h \
428                Rectangle3.h \
429                Containers.h \
430               
431
432Exporter.obj: Exporter.cpp  \
433                X3dExporter.h \
434                Exporter.h \
435                Material.h \
436               
437
438Camera.obj: Camera.cpp  \
439                Camera.h \
440                Ray.h \
441                KdTree.h \
442                Mesh.h \
443                Exporter.h \
444                Vector3.h \
445                AxisAlignedBox3.h \
446                common.h \
447                Rectangle3.h \
448                Matrix4x4.h \
449                Plane3.h \
450                Containers.h \
451                Pvs.h \
452                Intersectable.h \
453                Material.h \
454               
455
456X3dParser.obj: X3dParser.cpp  \
457                X3dParser.h \
458                X3dParserXerces.h \
459                Mesh.h \
460                SceneGraph.h \
461                Parser.h \
462                Intersectable.h \
463                Plane3.h \
464                Matrix4x4.h \
465                AxisAlignedBox3.h \
466                Material.h \
467                Pvs.h \
468                Rectangle3.h \
469                Vector3.h \
470                common.h \
471                Containers.h \
472               
473
474MeshKdTree.obj: MeshKdTree.cpp  \
475                Environment.h \
476                Mesh.h \
477                MeshKdTree.h \
478                common.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                Containers.h \
488                Ray.h \
489               
490
491Pvs.obj: Pvs.cpp  \
492                Pvs.h \
493               
494
495MutualVisibility.obj: MutualVisibility.cpp  \
496                KdTree.h \
497                AxisAlignedBox3.h \
498                Ray.h \
499                MutualVisibility.h \
500                Exporter.h \
501                Mesh.h \
502                Triangle3.h \
503                SceneGraph.h \
504                Containers.h \
505                Pvs.h \
506                Rectangle3.h \
507                Matrix4x4.h \
508                Vector3.h \
509                Plane3.h \
510                common.h \
511                Material.h \
512                Intersectable.h \
513               
514
515Triangle3.obj: Triangle3.cpp  \
516                Triangle3.h \
517                Vector3.h \
518                common.h \
519               
520
521Rectangle3.obj: Rectangle3.cpp  \
522                Rectangle3.h \
523                Vector3.h \
524                common.h \
525               
526
527Plane3.obj: Plane3.cpp  \
528                Plane3.h \
529                Matrix4x4.h \
530                Vector3.h \
531                common.h \
532               
533
534Polygon3.obj: Polygon3.cpp  \
535                Polygon3.h \
536                Mesh.h \
537                Containers.h \
538                Intersectable.h \
539                Plane3.h \
540                Matrix4x4.h \
541                AxisAlignedBox3.h \
542                Material.h \
543                Pvs.h \
544                Rectangle3.h \
545                Vector3.h \
546                common.h \
547               
548
549ViewCell.obj: ViewCell.cpp  \
550                ViewCell.h \
551                Mesh.h \
552                MeshKdTree.h \
553                Triangle3.h \
554                Intersectable.h \
555                Containers.h \
556                AxisAlignedBox3.h \
557                Pvs.h \
558                Rectangle3.h \
559                Matrix4x4.h \
560                Vector3.h \
561                Plane3.h \
562                common.h \
563                Material.h \
564                Ray.h \
565               
566
567ViewCellBsp.obj: ViewCellBsp.cpp  \
568                Plane3.h \
569                ViewCellBsp.h \
570                Mesh.h \
571                common.h \
572                ViewCell.h \
573                Environment.h \
574                Polygon3.h \
575                Ray.h \
576                AxisAlignedBox3.h \
577                Vector3.h \
578                Containers.h \
579                Intersectable.h \
580                Matrix4x4.h \
581                Material.h \
582                Pvs.h \
583                Rectangle3.h \
584               
585
586####### Install
587
588install: 
589
590uninstall: 
591
Note: See TracBrowser for help on using the repository browser.