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

Revision 181, 8.6 KB checked in by bittner, 19 years ago (diff)

bug with find neighbors fixed

Line 
1#############################################################################
2# Makefile for building: preprocessor
3# Generated by qmake (1.07a) (Qt 3.3.2) on: Mon Jul 18 20:55:14 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 -GX  -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT
16CXXFLAGS        =       -nologo -Zm200 -W0 -MDd -Zi -GX  -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT
17LEXFLAGS        =
18YACCFLAGS       =-d
19INCPATH =        -I"..\src" -I"..\support\xerces\include" -I"..\support\zlib\include" -I"..\support\boost" -I"$(QTDIR)\include" -I"d:\gametools\svn\trunk\VUT\GtpVisibilityPreprocessor\src" -I"C:\Qt\3.3.2\mkspecs\win32-msvc"
20LINK    =       link
21LFLAGS  =       /NOLOGO /DEBUG /SUBSYSTEM:console /LIBPATH:"../support/xerces/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" "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
64OBJECTS =       Preprocessor.obj \
65                SamplingPreprocessor.obj \
66                ExactPreprocessor.obj \
67                KdTree.obj \
68                Environment.obj \
69                gzstream.obj \
70                common.obj \
71                UnigraphicsParser.obj \
72                X3dExporter.obj \
73                SceneGraph.obj \
74                Material.obj \
75                Matrix4x4.obj \
76                Vector3.obj \
77                AxisAlignedBox3.obj \
78                Ray.obj \
79                main.obj \
80                Mesh.obj \
81                Exporter.obj \
82                Camera.obj \
83                X3dParser.obj \
84                MeshKdTree.obj \
85                Pvs.obj
86FORMS =
87UICDECLS =     
88UICIMPLS =     
89SRCMOC  =       
90OBJMOC  =       
91DIST    =       
92TARGET  =       preprocessor.exe
93
94####### Implicit rules
95
96.SUFFIXES: .c .cpp .cc .cxx .C
97
98{.}.cpp{}.obj::
99        $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo @<<
100        $<
101<<
102
103{.}.cc{}.obj::
104        $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo @<<
105        $<
106<<
107
108{.}.cxx{}.obj::
109        $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo @<<
110        $<
111<<
112
113{.}.C{}.obj::
114        $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo @<<
115        $<
116<<
117
118{.}.c{}.obj::
119        $(CC) -c $(CFLAGS) $(INCPATH) -Fo @<<
120        $<
121<<
122
123####### Build rules
124
125all: Makefile $(TARGET)
126
127$(TARGET):  $(UICDECLS) $(OBJECTS) $(OBJMOC)
128        $(LINK) $(LFLAGS) /OUT:$(TARGET) @<<
129          $(OBJECTS) $(OBJMOC) $(LIBS)
130<<
131
132
133mocables: $(SRCMOC)
134uicables: $(UICIMPLS) $(UICDECLS)
135
136Makefile: preprocessor.pro  C:\Qt\3.3.2\mkspecs\win32-msvc\qmake.conf C:\Qt\3.3.2\lib\qtmain.prl
137        $(QMAKE) -o Makefile preprocessor.pro
138qmake:
139        @$(QMAKE) -o Makefile preprocessor.pro
140
141dist:
142        $(ZIP) preprocessor.zip $(SOURCES) $(HEADERS) $(DIST) $(FORMS) d:/gametools/svn/trunk/VUT/GtpVisibilityPreprocessor/src/preprocessor.pro C:\Qt\3.3.2\lib\qtmain.prl 
143
144uiclean:
145mocclean:
146clean: uiclean mocclean
147        -$(DEL_FILE) Preprocessor.obj
148        -$(DEL_FILE) SamplingPreprocessor.obj
149        -$(DEL_FILE) ExactPreprocessor.obj
150        -$(DEL_FILE) KdTree.obj
151        -$(DEL_FILE) Environment.obj
152        -$(DEL_FILE) gzstream.obj
153        -$(DEL_FILE) common.obj
154        -$(DEL_FILE) UnigraphicsParser.obj
155        -$(DEL_FILE) X3dExporter.obj
156        -$(DEL_FILE) SceneGraph.obj
157        -$(DEL_FILE) Material.obj
158        -$(DEL_FILE) Matrix4x4.obj
159        -$(DEL_FILE) Vector3.obj
160        -$(DEL_FILE) AxisAlignedBox3.obj
161        -$(DEL_FILE) Ray.obj
162        -$(DEL_FILE) main.obj
163        -$(DEL_FILE) Mesh.obj
164        -$(DEL_FILE) Exporter.obj
165        -$(DEL_FILE) Camera.obj
166        -$(DEL_FILE) X3dParser.obj
167        -$(DEL_FILE) MeshKdTree.obj
168        -$(DEL_FILE) Pvs.obj
169        -$(DEL_FILE) preprocessor.pdb
170        -$(DEL_FILE) preprocessor.ilk
171        -$(DEL_FILE) vc*.pdb
172        -$(DEL_FILE) vc*.idb
173
174
175
176
177FORCE:
178
179distclean: clean
180        -$(DEL_FILE) $(TARGET)
181
182####### Compile
183
184Preprocessor.obj: Preprocessor.cpp  \
185                SceneGraph.h \
186                Exporter.h \
187                UnigraphicsParser.h \
188                X3dParser.h \
189                Preprocessor.h \
190                Containers.h \
191                AxisAlignedBox3.h \
192                Matrix4x4.h \
193                Vector3.h \
194                Plane3.h \
195                common.h \
196                Material.h \
197                Parser.h \
198                Mesh.h \
199                KdTree.h \
200                ViewCellBsp.h \
201                Intersectable.h \
202                Pvs.h \
203                Ray.h \
204               
205
206SamplingPreprocessor.obj: SamplingPreprocessor.cpp  \
207                SceneGraph.h \
208                KdTree.h \
209                SamplingPreprocessor.h \
210                X3dExporter.h \
211                Environment.h \
212                Containers.h \
213                AxisAlignedBox3.h \
214                Matrix4x4.h \
215                Vector3.h \
216                Plane3.h \
217                common.h \
218                Ray.h \
219                Preprocessor.h \
220                Mesh.h \
221                ViewCellBsp.h \
222                Intersectable.h \
223                Material.h \
224                Pvs.h \
225                Exporter.h \
226               
227
228ExactPreprocessor.obj: ExactPreprocessor.cpp  \
229                ExactPreprocessor.h \
230                Preprocessor.h \
231                Containers.h \
232                Mesh.h \
233                KdTree.h \
234                ViewCellBsp.h \
235                Intersectable.h \
236                Plane3.h \
237                Matrix4x4.h \
238                AxisAlignedBox3.h \
239                Material.h \
240                Pvs.h \
241                Vector3.h \
242                common.h \
243                Ray.h \
244               
245
246KdTree.obj: KdTree.cpp  \
247                Environment.h \
248                Mesh.h \
249                KdTree.h \
250                common.h \
251                Intersectable.h \
252                Plane3.h \
253                Matrix4x4.h \
254                AxisAlignedBox3.h \
255                Material.h \
256                Pvs.h \
257                Vector3.h \
258                Containers.h \
259                Ray.h \
260               
261
262Environment.obj: Environment.cpp  \
263                gzstream.h \
264                common.h \
265                Environment.h \
266                Vector3.h \
267               
268
269gzstream.obj: gzstream.cpp  \
270                gzstream.h \
271               
272
273common.obj: common.cpp  \
274                common.h \
275               
276
277UnigraphicsParser.obj: UnigraphicsParser.cpp  \
278                Vector3.h \
279                Mesh.h \
280                SceneGraph.h \
281                UnigraphicsParser.h \
282                Material.h \
283                Environment.h \
284                common.h \
285                Intersectable.h \
286                Plane3.h \
287                Matrix4x4.h \
288                AxisAlignedBox3.h \
289                Pvs.h \
290                Containers.h \
291                Parser.h \
292               
293
294X3dExporter.obj: X3dExporter.cpp  \
295                common.h \
296                SceneGraph.h \
297                X3dExporter.h \
298                Mesh.h \
299                KdTree.h \
300                Containers.h \
301                AxisAlignedBox3.h \
302                Matrix4x4.h \
303                Vector3.h \
304                Plane3.h \
305                Exporter.h \
306                Material.h \
307                Intersectable.h \
308                Pvs.h \
309                Ray.h \
310               
311
312SceneGraph.obj: SceneGraph.cpp  \
313                SceneGraph.h \
314                X3dExporter.h \
315                Containers.h \
316                AxisAlignedBox3.h \
317                Matrix4x4.h \
318                Vector3.h \
319                Plane3.h \
320                common.h \
321                Exporter.h \
322                Material.h \
323               
324
325Material.obj: Material.cpp  \
326                common.h \
327                Material.h \
328               
329
330Matrix4x4.obj: Matrix4x4.cpp  \
331                Matrix4x4.h \
332                Vector3.h \
333                common.h \
334               
335
336Vector3.obj: Vector3.cpp  \
337                Matrix4x4.h \
338                Vector3.h \
339                common.h \
340               
341
342AxisAlignedBox3.obj: AxisAlignedBox3.cpp  \
343                AxisAlignedBox3.h \
344                Ray.h \
345                Matrix4x4.h \
346                Vector3.h \
347                Plane3.h \
348                common.h \
349               
350
351Ray.obj: Ray.cpp  \
352                Ray.h \
353                Matrix4x4.h \
354                Vector3.h \
355                common.h \
356               
357
358main.obj: main.cpp  \
359                SamplingPreprocessor.h \
360                ExactPreprocessor.h \
361                Parser.h \
362                UnigraphicsParser.h \
363                X3dParser.h \
364                Environment.h \
365                Camera.h \
366                MeshKdTree.h \
367                Preprocessor.h \
368                Containers.h \
369                Mesh.h \
370                KdTree.h \
371                ViewCellBsp.h \
372                Intersectable.h \
373                Plane3.h \
374                Matrix4x4.h \
375                AxisAlignedBox3.h \
376                Material.h \
377                Pvs.h \
378                Vector3.h \
379                common.h \
380                Ray.h \
381               
382
383Mesh.obj: Mesh.cpp  \
384                Ray.h \
385                Mesh.h \
386                MeshKdTree.h \
387                Matrix4x4.h \
388                Vector3.h \
389                common.h \
390                Intersectable.h \
391                Plane3.h \
392                AxisAlignedBox3.h \
393                Material.h \
394                Pvs.h \
395                Containers.h \
396               
397
398Exporter.obj: Exporter.cpp  \
399                X3dExporter.h \
400                Exporter.h \
401                Material.h \
402               
403
404Camera.obj: Camera.cpp  \
405                Camera.h \
406                Ray.h \
407                KdTree.h \
408                Mesh.h \
409                Exporter.h \
410                Vector3.h \
411                AxisAlignedBox3.h \
412                common.h \
413                Matrix4x4.h \
414                Plane3.h \
415                Containers.h \
416                Intersectable.h \
417                Material.h \
418                Pvs.h \
419               
420
421X3dParser.obj: X3dParser.cpp  \
422                X3dParser.h \
423                X3dParserXerces.h \
424                Mesh.h \
425                SceneGraph.h \
426                Parser.h \
427                Intersectable.h \
428                Plane3.h \
429                Matrix4x4.h \
430                AxisAlignedBox3.h \
431                Material.h \
432                Pvs.h \
433                Vector3.h \
434                common.h \
435                Containers.h \
436               
437
438MeshKdTree.obj: MeshKdTree.cpp  \
439                Environment.h \
440                Mesh.h \
441                MeshKdTree.h \
442                common.h \
443                Intersectable.h \
444                Plane3.h \
445                Matrix4x4.h \
446                AxisAlignedBox3.h \
447                Material.h \
448                Pvs.h \
449                Vector3.h \
450                Containers.h \
451                Ray.h \
452               
453
454Pvs.obj: Pvs.cpp  \
455                Pvs.h \
456               
457
458####### Install
459
460install: 
461
462uninstall: 
463
Note: See TracBrowser for help on using the repository browser.