Changeset fc5cf88
- Timestamp:
- 2008-02-16T15:45:12Z (17 years ago)
- Branches:
- master
- Children:
- ca60550
- Parents:
- fc82be6
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rfc82be6 rfc5cf88 50 50 $(MAKE) -C tests 51 51 52 lcov:53 52 gcov: check 54 53 gcov *.c -
lib/Makefile
rfc82be6 rfc5cf88 18 18 all: lib.o 19 19 check: all 20 lcov: 20 lcov: check 21 21 gcov: 22 22 gcov *.c -
protocols/Makefile
rfc82be6 rfc5cf88 27 27 all: protocols.o 28 28 check: all 29 lcov: 29 lcov: check 30 30 gcov: 31 31 gcov *.c -
protocols/jabber/Makefile
rfc82be6 rfc5cf88 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
rfc82be6 rfc5cf88 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
rfc82be6 rfc5cf88 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
rfc82be6 rfc5cf88 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.