- Timestamp:
- 2006-07-07T13:33:31Z (18 years ago)
- Branches:
- master
- Children:
- f4aa393
- Parents:
- bf25fa3
- Location:
- protocols
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/Makefile
rbf25fa3 r66b9e86e 26 26 # [SH] Phony targets 27 27 all: protocols.o 28 check: all 29 gcov: 30 gcov *.c 28 31 29 32 .PHONY: all clean distclean $(subdirs) -
protocols/jabber/Makefile
rbf25fa3 r66b9e86e 17 17 # [SH] Phony targets 18 18 all: jabber_mod.o 19 check: all 19 20 20 21 .PHONY: all clean distclean -
protocols/msn/Makefile
rbf25fa3 r66b9e86e 17 17 # [SH] Phony targets 18 18 all: msn_mod.o 19 check: all 20 gcov: 21 gcov *.c 19 22 20 23 .PHONY: all clean distclean -
protocols/oscar/Makefile
rbf25fa3 r66b9e86e 17 17 # [SH] Phony targets 18 18 all: oscar_mod.o 19 check: all 20 gcov: 21 gcov *.c 19 22 20 23 .PHONY: all clean distclean -
protocols/yahoo/Makefile
rbf25fa3 r66b9e86e 17 17 # [SH] Phony targets 18 18 all: yahoo_mod.o 19 check: all 20 gcov: 21 gcov *.c 19 22 20 23 .PHONY: all clean distclean
Note: See TracChangeset
for help on using the changeset viewer.