- Timestamp:
- 2010-08-28T12:24:37Z (14 years ago)
- Branches:
- master
- Children:
- 02bb9db
- Parents:
- 00374ac (diff), b0a89cc (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. - Location:
- protocols
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/Makefile
r00374ac rfeb1bad 40 40 41 41 distclean: clean $(subdirs) 42 rm -rf .depend 42 43 43 44 $(subdirs): … … 55 56 @echo '*' Compiling $< 56 57 @$(CC) -c $(CFLAGS) $< -o $@ 58 59 -include .depend/*.d -
protocols/jabber/Makefile
r00374ac rfeb1bad 30 30 31 31 distclean: clean 32 rm -rf .depend 32 33 33 34 ### MAIN PROGRAM … … 42 43 @echo '*' Linking jabber_mod.o 43 44 @$(LD) $(LFLAGS) $(objects) -o jabber_mod.o 45 46 -include .depend/*.d -
protocols/msn/Makefile
r00374ac rfeb1bad 30 30 31 31 distclean: clean 32 rm -rf .depend 32 33 33 34 ### MAIN PROGRAM … … 42 43 @echo '*' Linking msn_mod.o 43 44 @$(LD) $(LFLAGS) $(objects) -o msn_mod.o 45 46 -include .depend/*.d -
protocols/oscar/Makefile
r00374ac rfeb1bad 31 31 32 32 distclean: clean 33 rm -rf .depend 33 34 34 35 ### MAIN PROGRAM … … 43 44 @echo '*' Linking oscar_mod.o 44 45 @$(LD) $(LFLAGS) $(objects) -o oscar_mod.o 46 47 -include .depend/*.d -
protocols/purple/Makefile
r00374ac rfeb1bad 31 31 32 32 distclean: clean 33 rm -rf .depend 33 34 34 35 ### MAIN PROGRAM … … 43 44 @echo '*' Linking purple_mod.o 44 45 $(LD) $(LFLAGS) $(objects) -o purple_mod.o 46 47 -include .depend/*.d -
protocols/twitter/Makefile
r00374ac rfeb1bad 30 30 31 31 distclean: clean 32 rm -rf .depend 32 33 33 34 ### MAIN PROGRAM … … 43 44 @$(LD) $(LFLAGS) $(objects) -o twitter_mod.o 44 45 45 46 -include .depend/*.d -
protocols/yahoo/Makefile
r00374ac rfeb1bad 31 31 32 32 distclean: clean 33 rm -rf .depend 33 34 34 35 ### MAIN PROGRAM … … 43 44 @echo '*' Linking yahoo_mod.o 44 45 @$(LD) $(LFLAGS) $(objects) -o yahoo_mod.o 46 47 -include .depend/*.d
Note: See TracChangeset
for help on using the changeset viewer.