-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
856 lines (809 loc) · 57.2 KB
/
Makefile
File metadata and controls
856 lines (809 loc) · 57.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
#############################################################################
# Makefile for building: libTriangleComponent.1.0.0.dylib
# Generated by qmake (3.0) (Qt 5.7.0)
# Project: TriangleComponent.pro
# Template: lib
# Command: /Users/calebbuahin/Qt5.7.0/5.7/clang_64/bin/qmake -spec macx-clang CONFIG+=debug CONFIG+=x86_64 -o Makefile TriangleComponent.pro
#############################################################################
MAKEFILE = Makefile
####### Compiler, tools and options
CC = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
CXX = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
DEFINES = -DTRIANGLECOMPONENT_LIBRARY -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB
CFLAGS = -pipe -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.8 -Wall -W -fPIC $(DEFINES)
CXXFLAGS = -pipe -stdlib=libc++ -g -std=gnu++11 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.8 -Wall -W -fPIC $(DEFINES)
INCPATH = -I. -I. -Iinclude -I../HydroCouple/include -I../HydroCoupleSDK/include -I/usr/local -isystem /usr/local/include -I../../../../Qt5.7.0/5.7/clang_64/lib/QtGui.framework/Headers -I../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers -I../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers -Ibuild/debug/.moc -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/AGL.framework/Headers -I../../../../Qt5.7.0/5.7/clang_64/mkspecs/macx-clang -F/Users/calebbuahin/Qt5.7.0/5.7/clang_64/lib
QMAKE = /Users/calebbuahin/Qt5.7.0/5.7/clang_64/bin/qmake
DEL_FILE = rm -f
CHK_DIR_EXISTS= test -d
MKDIR = mkdir -p
COPY = cp -f
COPY_FILE = cp -f
COPY_DIR = cp -f -R
INSTALL_FILE = install -m 644 -p
INSTALL_PROGRAM = install -m 755 -p
INSTALL_DIR = cp -f -R
DEL_FILE = rm -f
SYMLINK = ln -f -s
DEL_DIR = rmdir
MOVE = mv -f
TAR = tar -cf
COMPRESS = gzip -9f
DISTNAME = TriangleComponent1.0.0.0
DISTDIR = /Users/calebbuahin/Documents/Projects/HydroCouple/TriangleComponent/build/debug/.obj/TriangleComponent1.0.0.0
LINK = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
LFLAGS = -headerpad_max_install_names -stdlib=libc++ -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.8 -Wl,-rpath,/Users/calebbuahin/Qt5.7.0/5.7/clang_64/lib -single_module -dynamiclib -compatibility_version 1.0 -current_version 1.0.0 -install_name libTriangleComponent.1.dylib
LIBS = $(SUBLIBS) -F/Users/calebbuahin/Qt5.7.0/5.7/clang_64/lib -L./../HydroCoupleSDK/build/debug -lHydroCoupleSDK -framework QtGui -framework QtCore -framework DiskArbitration -framework IOKit -framework QtConcurrent -framework OpenGL -framework AGL
AR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar cq
RANLIB = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib -s
SED = sed
STRIP = strip
####### Output directory
OBJECTS_DIR = build/debug/.obj/
####### Files
SOURCES = src/stdafx.cpp \
src/core/triangle.c \
src/core/tricall.c \
src/component/trianglecomponent.cpp \
src/component/trianglecomponentinfo.cpp \
src/main.cpp build/debug/.moc/moc_trianglecomponent.cpp \
build/debug/.moc/moc_trianglecomponentinfo.cpp
OBJECTS = build/debug/.obj/stdafx.o \
build/debug/.obj/triangle.o \
build/debug/.obj/tricall.o \
build/debug/.obj/trianglecomponent.o \
build/debug/.obj/trianglecomponentinfo.o \
build/debug/.obj/main.o \
build/debug/.obj/moc_trianglecomponent.o \
build/debug/.obj/moc_trianglecomponentinfo.o
DIST = ../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/spec_pre.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/qdevice.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/device_config.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/unix.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/mac.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/macx.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/sanitize.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/gcc-base.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/gcc-base-mac.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/clang.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/clang-mac.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/qconfig.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dcore.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dcore_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dextras.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dextras_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dinput.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dinput_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dlogic.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dlogic_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquick.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquick_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickextras.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickextras_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickinput.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickinput_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickrender.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickrender_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3drender.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3drender_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_bluetooth.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_charts.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_charts_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_clucene_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_concurrent.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_core.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_core_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_datavisualization.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_datavisualization_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_dbus.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_dbus_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_designer.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_designer_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_gamepad.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_gamepad_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_gui.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_gui_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_help.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_help_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_location.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_location_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_macextras.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_macextras_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_multimedia.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_network.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_network_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_nfc.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_nfc_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_opengl.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_opengl_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_openglextensions.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_packetprotocol_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_platformsupport_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_positioning.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_positioning_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_printsupport.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_purchasing.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_purchasing_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qml.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qml_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qmldebug_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qmltest.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quick.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quick_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quickcontrols2.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_script.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_script_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_scripttools.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_scripttools_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_scxml.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_scxml_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_sensors.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_sensors_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_serialbus.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_serialbus_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_serialport.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_serialport_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_sql.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_sql_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_svg.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_svg_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_testlib.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_testlib_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_uiplugin.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_uitools.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_uitools_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webchannel.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webengine.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webengine_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webenginecore.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_websockets.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_websockets_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webview.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webview_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_widgets.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_widgets_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_xml.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_xml_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/qt_functions.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/qt_config.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/macx-clang/qmake.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/spec_post.prf \
.qmake.stash \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/exclusive_builds.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/default_pre.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/mac/default_pre.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/resolve_config.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/default_post.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/mac/sdk.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/mac/default_post.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/mac/objective_c.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/warn_on.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/qt.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/resources.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/moc.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/unix/opengl.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/unix/thread.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/file_copies.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/mac/rez.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/testcase_targets.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/exceptions.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/yacc.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/lex.prf \
TriangleComponent.pro include/stdafx.h \
include/trianglecomponent_global.h \
include/core/triangle.h \
include/component/trianglecomponent.h \
include/component/trianglecomponentinfo.h src/stdafx.cpp \
src/core/triangle.c \
src/core/tricall.c \
src/component/trianglecomponent.cpp \
src/component/trianglecomponentinfo.cpp \
src/main.cpp
QMAKE_TARGET = TriangleComponent
DESTDIR = build/debug/
TARGET = libTriangleComponent.1.0.0.dylib
TARGETA = build/debug/libTriangleComponent.a
TARGET0 = libTriangleComponent.dylib
TARGETD = libTriangleComponent.1.0.0.dylib
TARGET1 = libTriangleComponent.1.dylib
TARGET2 = libTriangleComponent.1.0.dylib
first: all
####### Build rules
build/debug/$(TARGET): $(OBJECTS) $(SUBLIBS) $(OBJCOMP)
@test -d build/debug/ || mkdir -p build/debug/
-$(DEL_FILE) $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2)
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(OBJCOMP)
-ln -s $(TARGET) $(TARGET0)
-ln -s $(TARGET) $(TARGET1)
-ln -s $(TARGET) $(TARGET2)
-$(DEL_FILE) build/debug/$(TARGET)
-$(MOVE) $(TARGET) build/debug/
-$(DEL_FILE) build/debug/$(TARGET0)
-$(DEL_FILE) build/debug/$(TARGET1)
-$(DEL_FILE) build/debug/$(TARGET2)
-$(MOVE) $(TARGET0) build/debug/
-$(MOVE) $(TARGET1) build/debug/
-$(MOVE) $(TARGET2) build/debug/
staticlib: $(TARGETA)
$(TARGETA): $(OBJECTS) $(OBJCOMP)
-$(DEL_FILE) $(TARGETA)
$(AR) $(TARGETA) $(OBJECTS)
$(RANLIB) $(TARGETA)
Makefile: TriangleComponent.pro ../../../../Qt5.7.0/5.7/clang_64/mkspecs/macx-clang/qmake.conf ../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/spec_pre.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/qdevice.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/device_config.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/unix.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/mac.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/macx.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/sanitize.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/gcc-base.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/gcc-base-mac.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/clang.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/clang-mac.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/qconfig.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dcore.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dcore_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dextras.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dextras_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dinput.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dinput_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dlogic.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dlogic_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquick.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquick_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickextras.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickextras_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickinput.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickinput_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickrender.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickrender_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3drender.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3drender_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_bluetooth.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_charts.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_charts_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_clucene_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_concurrent.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_core.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_core_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_datavisualization.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_datavisualization_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_dbus.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_dbus_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_designer.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_designer_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_gamepad.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_gamepad_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_gui.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_gui_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_help.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_help_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_location.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_location_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_macextras.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_macextras_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_multimedia.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_network.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_network_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_nfc.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_nfc_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_opengl.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_opengl_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_openglextensions.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_packetprotocol_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_platformsupport_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_positioning.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_positioning_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_printsupport.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_purchasing.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_purchasing_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qml.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qml_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qmldebug_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qmltest.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quick.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quick_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quickcontrols2.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_script.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_script_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_scripttools.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_scripttools_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_scxml.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_scxml_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_sensors.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_sensors_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_serialbus.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_serialbus_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_serialport.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_serialport_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_sql.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_sql_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_svg.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_svg_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_testlib.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_testlib_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_uiplugin.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_uitools.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_uitools_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webchannel.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webengine.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webengine_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webenginecore.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_websockets.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_websockets_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webview.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webview_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_widgets.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_widgets_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_xml.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_xml_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/qt_functions.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/qt_config.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/macx-clang/qmake.conf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/spec_post.prf \
.qmake.stash \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/exclusive_builds.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/default_pre.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/mac/default_pre.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/resolve_config.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/default_post.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/mac/sdk.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/mac/default_post.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/mac/objective_c.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/warn_on.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/qt.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/resources.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/moc.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/unix/opengl.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/unix/thread.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/file_copies.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/mac/rez.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/testcase_targets.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/exceptions.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/yacc.prf \
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/lex.prf \
TriangleComponent.pro \
../../../../Qt5.7.0/5.7/clang_64/lib/QtGui.framework/QtGui.prl \
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/QtConcurrent.prl \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/QtCore.prl
$(QMAKE) -spec macx-clang CONFIG+=debug CONFIG+=x86_64 -o Makefile TriangleComponent.pro
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/spec_pre.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/qdevice.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/device_config.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/unix.conf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/mac.conf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/macx.conf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/sanitize.conf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/gcc-base.conf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/gcc-base-mac.conf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/clang.conf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/common/clang-mac.conf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/qconfig.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dcore.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dcore_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dextras.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dextras_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dinput.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dinput_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dlogic.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dlogic_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquick.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquick_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickextras.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickextras_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickinput.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickinput_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickrender.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3dquickrender_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3drender.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_3drender_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_bluetooth.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_charts.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_charts_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_clucene_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_concurrent.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_core.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_core_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_datavisualization.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_datavisualization_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_dbus.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_dbus_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_designer.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_designer_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_gamepad.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_gamepad_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_gui.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_gui_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_help.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_help_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_location.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_location_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_macextras.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_macextras_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_multimedia.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_network.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_network_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_nfc.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_nfc_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_opengl.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_opengl_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_openglextensions.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_packetprotocol_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_platformsupport_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_positioning.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_positioning_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_printsupport.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_purchasing.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_purchasing_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qml.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qml_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qmldebug_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qmltest.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quick.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quick_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quickcontrols2.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_script.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_script_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_scripttools.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_scripttools_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_scxml.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_scxml_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_sensors.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_sensors_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_serialbus.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_serialbus_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_serialport.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_serialport_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_sql.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_sql_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_svg.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_svg_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_testlib.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_testlib_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_uiplugin.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_uitools.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_uitools_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webchannel.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webengine.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webengine_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webenginecore.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_websockets.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_websockets_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webview.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_webview_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_widgets.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_widgets_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_xml.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_xml_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/qt_functions.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/qt_config.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/macx-clang/qmake.conf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/spec_post.prf:
.qmake.stash:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/exclusive_builds.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/default_pre.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/mac/default_pre.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/resolve_config.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/default_post.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/mac/sdk.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/mac/default_post.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/mac/objective_c.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/warn_on.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/qt.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/resources.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/moc.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/unix/opengl.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/unix/thread.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/file_copies.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/mac/rez.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/testcase_targets.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/exceptions.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/yacc.prf:
../../../../Qt5.7.0/5.7/clang_64/mkspecs/features/lex.prf:
TriangleComponent.pro:
../../../../Qt5.7.0/5.7/clang_64/lib/QtGui.framework/QtGui.prl:
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/QtConcurrent.prl:
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/QtCore.prl:
qmake: FORCE
@$(QMAKE) -spec macx-clang CONFIG+=debug CONFIG+=x86_64 -o Makefile TriangleComponent.pro
qmake_all: FORCE
all: Makefile build/debug/$(TARGET)
dist: distdir FORCE
(cd `dirname $(DISTDIR)` && $(TAR) $(DISTNAME).tar $(DISTNAME) && $(COMPRESS) $(DISTNAME).tar) && $(MOVE) `dirname $(DISTDIR)`/$(DISTNAME).tar.gz . && $(DEL_FILE) -r $(DISTDIR)
distdir: FORCE
@test -d $(DISTDIR) || mkdir -p $(DISTDIR)
$(COPY_FILE) --parents $(DIST) $(DISTDIR)/
$(COPY_FILE) --parents include/stdafx.h include/trianglecomponent_global.h include/core/triangle.h include/component/trianglecomponent.h include/component/trianglecomponentinfo.h $(DISTDIR)/
$(COPY_FILE) --parents src/stdafx.cpp src/core/triangle.c src/core/tricall.c src/component/trianglecomponent.cpp src/component/trianglecomponentinfo.cpp src/main.cpp $(DISTDIR)/
clean: compiler_clean
-$(DEL_FILE) $(OBJECTS)
-$(DEL_FILE) *~ core *.core
distclean: clean
-$(DEL_FILE) build/debug/$(TARGET)
-$(DEL_FILE) build/debug/$(TARGET0) build/debug/$(TARGET1) build/debug/$(TARGET2) $(TARGETA)
-$(DEL_FILE) .qmake.stash
-$(DEL_FILE) Makefile
####### Sub-libraries
mocclean: compiler_moc_header_clean compiler_moc_source_clean
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
check: first
benchmark: first
compiler_rcc_make_all:
compiler_rcc_clean:
compiler_moc_header_make_all: build/debug/.moc/moc_trianglecomponent.cpp build/debug/.moc/moc_trianglecomponentinfo.cpp
compiler_moc_header_clean:
-$(DEL_FILE) build/debug/.moc/moc_trianglecomponent.cpp build/debug/.moc/moc_trianglecomponentinfo.cpp
build/debug/.moc/moc_trianglecomponent.cpp: include/trianglecomponent_global.h \
../HydroCoupleSDK/include/core/abstractmodelcomponent.h \
../HydroCoupleSDK/include/core/identity.h \
../HydroCoupleSDK/include/core/description.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QObject \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qobject.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QVariant \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qvariant.h \
../HydroCoupleSDK/include/hydrocouplesdk.h \
../HydroCouple/include/hydrocouple.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QSharedPointer \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qsharedpointer.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QUuid \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/quuid.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QMutex \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qmutex.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QDir \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qdir.h \
include/core/triangle.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QFileInfo \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qfileinfo.h \
include/component/trianglecomponent.h \
../../../../Qt5.7.0/5.7/clang_64/bin/moc
/Users/calebbuahin/Qt5.7.0/5.7/clang_64/bin/moc $(DEFINES) -D__APPLE__ -D__GNUC__=4 -D__APPLE_CC__ -I/Users/calebbuahin/Qt5.7.0/5.7/clang_64/mkspecs/macx-clang -I/Users/calebbuahin/Documents/Projects/HydroCouple/TriangleComponent -I/Users/calebbuahin/Documents/Projects/HydroCouple/TriangleComponent -I/Users/calebbuahin/Documents/Projects/HydroCouple/TriangleComponent/include -I/Users/calebbuahin/Documents/Projects/HydroCouple/HydroCouple/include -I/Users/calebbuahin/Documents/Projects/HydroCouple/HydroCoupleSDK/include -I/usr/local -I/usr/local/include -I/Users/calebbuahin/Qt5.7.0/5.7/clang_64/lib/QtGui.framework/Headers -I/Users/calebbuahin/Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers -I/Users/calebbuahin/Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.3.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/usr/include -I'/System/Library/Frameworks (framework directory)' -I'/Library/Frameworks (framework directory)' -F/Users/calebbuahin/Qt5.7.0/5.7/clang_64/lib include/component/trianglecomponent.h -o build/debug/.moc/moc_trianglecomponent.cpp
build/debug/.moc/moc_trianglecomponentinfo.cpp: include/trianglecomponent_global.h \
../HydroCoupleSDK/include/core/modelcomponentinfo.h \
../HydroCoupleSDK/include/hydrocouplesdk.h \
../HydroCoupleSDK/include/core/componentinfo.h \
../HydroCoupleSDK/include/core/identity.h \
../HydroCoupleSDK/include/core/description.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QObject \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qobject.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QVariant \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qvariant.h \
../HydroCouple/include/hydrocouple.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QSharedPointer \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qsharedpointer.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QUuid \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/quuid.h \
include/component/trianglecomponentinfo.h \
../../../../Qt5.7.0/5.7/clang_64/bin/moc
/Users/calebbuahin/Qt5.7.0/5.7/clang_64/bin/moc $(DEFINES) -D__APPLE__ -D__GNUC__=4 -D__APPLE_CC__ -I/Users/calebbuahin/Qt5.7.0/5.7/clang_64/mkspecs/macx-clang -I/Users/calebbuahin/Documents/Projects/HydroCouple/TriangleComponent -I/Users/calebbuahin/Documents/Projects/HydroCouple/TriangleComponent -I/Users/calebbuahin/Documents/Projects/HydroCouple/TriangleComponent/include -I/Users/calebbuahin/Documents/Projects/HydroCouple/HydroCouple/include -I/Users/calebbuahin/Documents/Projects/HydroCouple/HydroCoupleSDK/include -I/usr/local -I/usr/local/include -I/Users/calebbuahin/Qt5.7.0/5.7/clang_64/lib/QtGui.framework/Headers -I/Users/calebbuahin/Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers -I/Users/calebbuahin/Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.3.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/usr/include -I'/System/Library/Frameworks (framework directory)' -I'/Library/Frameworks (framework directory)' -F/Users/calebbuahin/Qt5.7.0/5.7/clang_64/lib include/component/trianglecomponentinfo.h -o build/debug/.moc/moc_trianglecomponentinfo.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_rez_source_make_all:
compiler_rez_source_clean:
compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_moc_header_clean
####### Compile
build/debug/.obj/stdafx.o: src/stdafx.cpp include/stdafx.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/debug/.obj/stdafx.o src/stdafx.cpp
build/debug/.obj/triangle.o: src/core/triangle.c include/core/triangle.h
$(CC) -c $(CFLAGS) $(INCPATH) -o build/debug/.obj/triangle.o src/core/triangle.c
build/debug/.obj/tricall.o: src/core/tricall.c include/core/triangle.h
$(CC) -c $(CFLAGS) $(INCPATH) -o build/debug/.obj/tricall.o src/core/tricall.c
build/debug/.obj/trianglecomponent.o: src/component/trianglecomponent.cpp include/stdafx.h \
include/component/trianglecomponent.h \
include/trianglecomponent_global.h \
../HydroCoupleSDK/include/core/abstractmodelcomponent.h \
../HydroCoupleSDK/include/core/identity.h \
../HydroCoupleSDK/include/core/description.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QObject \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qobject.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QVariant \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qvariant.h \
../HydroCoupleSDK/include/hydrocouplesdk.h \
../HydroCouple/include/hydrocouple.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QSharedPointer \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qsharedpointer.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QUuid \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/quuid.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QMutex \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qmutex.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QDir \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qdir.h \
include/core/triangle.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QFileInfo \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qfileinfo.h \
../HydroCoupleSDK/include/core/dimension.h \
../HydroCoupleSDK/include/core/valuedefinition.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QXmlStreamReader \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qxmlstream.h \
../HydroCoupleSDK/include/core/idbasedargument.h \
../HydroCoupleSDK/include/core/abstractargument.h \
../HydroCoupleSDK/include/core/abstractcomponentdataitem.h \
../HydroCoupleSDK/include/core/idbasedexchangeitems.h \
../HydroCoupleSDK/include/core/exchangeitems1d.h \
../HydroCoupleSDK/include/core/abstractinput.h \
../HydroCoupleSDK/include/core/abstractexchangeitem.h \
../HydroCoupleSDK/include/core/argument1d.h \
../HydroCoupleSDK/include/spatial/geometryargument.h \
../HydroCouple/include/hydrocouplespatial.h \
../HydroCoupleSDK/include/spatial/point.h \
../HydroCoupleSDK/include/spatial/geometry.h \
../HydroCoupleSDK/include/spatial/polyhedralsurface.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QVector \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qvector.h \
../HydroCoupleSDK/include/spatial/polyhedralsurfaceexchangeitem.h \
../HydroCoupleSDK/include/core/abstractoutput.h \
../HydroCoupleSDK/include/spatial/polygon.h \
../HydroCoupleSDK/include/spatial/linestring.h \
../HydroCoupleSDK/include/spatial/edge.h \
../HydroCoupleSDK/include/spatial/geometryfactory.h \
../HydroCoupleSDK/include/spatial/spatialreferencesystem.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QString \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qstring.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QDebug \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qdebug.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers/QtConcurrent \
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers/qtconcurrentcompilertest.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers/qtconcurrentexception.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers/qtconcurrentfilter.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers/qtconcurrentfilterkernel.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers/qtconcurrentfunctionwrappers.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers/qtconcurrentiteratekernel.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers/qtconcurrentmap.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers/qtconcurrentmapkernel.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers/qtconcurrentmedian.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers/qtconcurrentreducekernel.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers/qtconcurrentrun.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers/qtconcurrentrunbase.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers/qtconcurrentstoredfunctioncall.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers/qtconcurrentthreadengine.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtConcurrent.framework/Headers/qtconcurrentversion.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/debug/.obj/trianglecomponent.o src/component/trianglecomponent.cpp
build/debug/.obj/trianglecomponentinfo.o: src/component/trianglecomponentinfo.cpp include/stdafx.h \
include/component/trianglecomponentinfo.h \
include/trianglecomponent_global.h \
../HydroCoupleSDK/include/core/modelcomponentinfo.h \
../HydroCoupleSDK/include/hydrocouplesdk.h \
../HydroCoupleSDK/include/core/componentinfo.h \
../HydroCoupleSDK/include/core/identity.h \
../HydroCoupleSDK/include/core/description.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QObject \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qobject.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QVariant \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qvariant.h \
../HydroCouple/include/hydrocouple.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QSharedPointer \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qsharedpointer.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QUuid \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/quuid.h \
include/component/trianglecomponent.h \
../HydroCoupleSDK/include/core/abstractmodelcomponent.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QMutex \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qmutex.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QDir \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qdir.h \
include/core/triangle.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QFileInfo \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qfileinfo.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/debug/.obj/trianglecomponentinfo.o src/component/trianglecomponentinfo.cpp
build/debug/.obj/main.o: src/main.cpp include/stdafx.h \
include/component/trianglecomponent.h \
include/trianglecomponent_global.h \
../HydroCoupleSDK/include/core/abstractmodelcomponent.h \
../HydroCoupleSDK/include/core/identity.h \
../HydroCoupleSDK/include/core/description.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QObject \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qobject.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QVariant \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qvariant.h \
../HydroCoupleSDK/include/hydrocouplesdk.h \
../HydroCouple/include/hydrocouple.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QSharedPointer \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qsharedpointer.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QUuid \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/quuid.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QMutex \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qmutex.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QDir \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qdir.h \
include/core/triangle.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QFileInfo \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qfileinfo.h \
../HydroCoupleSDK/include/core/argument1d.h \
../HydroCoupleSDK/include/core/abstractargument.h \
../HydroCoupleSDK/include/core/abstractcomponentdataitem.h \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/QXmlStreamReader \
../../../../Qt5.7.0/5.7/clang_64/lib/QtCore.framework/Headers/qxmlstream.h \
../HydroCoupleSDK/include/core/exchangeitems1d.h \
../HydroCoupleSDK/include/core/abstractinput.h \
../HydroCoupleSDK/include/core/abstractexchangeitem.h \
../HydroCoupleSDK/include/spatial/geometryargument.h \
../HydroCouple/include/hydrocouplespatial.h \
../HydroCoupleSDK/include/spatial/geometryfactory.h \
../HydroCoupleSDK/include/core/idbasedargument.h \
../HydroCoupleSDK/include/core/idbasedexchangeitems.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/debug/.obj/main.o src/main.cpp
build/debug/.obj/moc_trianglecomponent.o: build/debug/.moc/moc_trianglecomponent.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/debug/.obj/moc_trianglecomponent.o build/debug/.moc/moc_trianglecomponent.cpp
build/debug/.obj/moc_trianglecomponentinfo.o: build/debug/.moc/moc_trianglecomponentinfo.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/debug/.obj/moc_trianglecomponentinfo.o build/debug/.moc/moc_trianglecomponentinfo.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE: