Changeset ca60550
- Timestamp:
- 2008-02-16T15:58:22Z (17 years ago)
- Branches:
- master
- Children:
- 4eb4c0f, a73e91a
- Parents:
- af97b23 (diff), fc5cf88 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 1 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
raf97b23 rca60550 50 50 $(MAKE) -C tests 51 51 52 lcov:53 52 gcov: check 54 53 gcov *.c -
lib/Makefile
raf97b23 rca60550 18 18 all: lib.o 19 19 check: all 20 lcov: 20 lcov: check 21 21 gcov: 22 22 gcov *.c -
protocols/Makefile
raf97b23 rca60550 27 27 all: protocols.o 28 28 check: all 29 lcov: 29 lcov: check 30 30 gcov: 31 31 gcov *.c -
protocols/jabber/Makefile
raf97b23 rca60550 18 18 all: jabber_mod.o 19 19 check: all 20 lcov: 20 lcov: check 21 21 gcov: 22 22 gcov *.c -
protocols/msn/Makefile
raf97b23 rca60550 18 18 all: msn_mod.o 19 19 check: all 20 lcov: 20 lcov: check 21 21 gcov: 22 22 gcov *.c -
protocols/oscar/Makefile
raf97b23 rca60550 18 18 all: oscar_mod.o 19 19 check: all 20 lcov: 20 lcov: check 21 21 gcov: 22 22 gcov *.c -
protocols/yahoo/Makefile
raf97b23 rca60550 18 18 all: yahoo_mod.o 19 19 check: all 20 lcov: 20 lcov: check 21 21 gcov: 22 22 gcov *.c
Note: See TracChangeset
for help on using the changeset viewer.