|
Revision 19991, 410 bytes
(checked in by saturday06, 5 years ago)
|
|
cygwin上でmake distcheckが通るようになる
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | # --------------------------------------- |
|---|
| 2 | # Common |
|---|
| 3 | |
|---|
| 4 | i3_test_debug_exe : i3_test_debug$(EXEEXT) # for IDE |
|---|
| 5 | run.i3_test_debug : gch i3_test_debug_exe |
|---|
| 6 | rm -f gmon.out |
|---|
| 7 | sh scripts/clean_gcov.sh |
|---|
| 8 | ./i3_test_debug |
|---|
| 9 | sh scripts/lcov.sh |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | i3_test_debug_SOURCES = $(i3_test_SOURCES) |
|---|
| 13 | i3_test_debug_CXXFLAGS = $(i3_debug_CXXFLAGS) |
|---|
| 14 | i3_test_debug_LDFLAGS = $(i3_debug_LDFLAGS) |
|---|
| 15 | i3_test_debug_LDADD = $(i3_debug_LDADD) |
|---|