|
Revision 37582, 436 bytes
(checked in by saturday06, 3 years ago)
|
|
libobjijci
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | i3_test_exe : i3_test$(EXEEXT) |
|---|
| 2 | |
|---|
| 3 | i3_test_SOURCES = $(i3_SOURCES_NO_MAIN) \ |
|---|
| 4 | src/mil/src/test/Main.cc \ |
|---|
| 5 | src/tests/Tester.cc \ |
|---|
| 6 | src/tests/TestNLS.cc \ |
|---|
| 7 | src/tests/TestConfigFile.cc \ |
|---|
| 8 | src/tests/TestEvent.cc \ |
|---|
| 9 | src/$(OS_DIR)/tests/TestOs.cc \ |
|---|
| 10 | src/$(GUI_DIR)/tests/TestGui.cc |
|---|
| 11 | |
|---|
| 12 | i3_test_CXXFLAGS = |
|---|
| 13 | i3_test_CPPFLAGS = -Isrc/tests |
|---|
| 14 | i3_test_LDFLAGS = |
|---|
| 15 | i3_test_LDADD = |
|---|
| 16 | |
|---|
| 17 | #if WITH_GUI_COCOA |
|---|
| 18 | #i3_test_LDADD += libmilobjcexceptionfilter.a |
|---|
| 19 | #endif |
|---|