Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r66b9e86e rb3c467b  
    1010
    1111# Program variables
    12 objects = account.o bitlbee.o conf.o crypting.o help.o ini.o ipc.o irc.o irc_commands.o log.o nick.o query.o root_commands.o set.o storage.o storage_text.o unix.o url.o user.o util.o
     12objects = account.o bitlbee.o conf.o crypting.o help.o ipc.o irc.o irc_commands.o log.o nick.o query.o root_commands.o set.o storage.o $(STORAGE_OBJS) unix.o user.o
    1313headers = account.h bitlbee.h commands.h conf.h config.h crypting.h help.h ini.h ipc.h irc.h log.h nick.h query.h set.h sock.h storage.h url.h user.h protocols/http_client.h protocols/md5.h protocols/nogaim.h protocols/proxy.h protocols/sha.h protocols/ssl_client.h
    14 subdirs = protocols
     14subdirs = protocols lib
    1515
    1616# Expansion of variables
     
    4040clean: $(subdirs)
    4141        rm -f *.o $(OUTFILE) core utils/bitlbeed encode decode
    42         $(MAKE) -C tests clean
    4342
    4443distclean: clean $(subdirs)
    45         rm -f Makefile.settings config.h
     44        rm -f Makefile.settings config.h bitlbee.pc
    4645        find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \;
    47         $(MAKE) -C test distclean
    4846
    49 check: all
     47check:
    5048        $(MAKE) -C tests
    51 
    52 gcov: check
    53         gcov *.c
    5449
    5550install-doc:
Note: See TracChangeset for help on using the changeset viewer.