Changeset a3a3778 for tests/Makefile


Ignore:
Timestamp:
2006-12-22T17:17:08Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5c5a586, 9225e08
Parents:
55078f5 (diff), bd28e6a (diff), a51be64 (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.
Message:

Merging trees.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile

    r55078f5 ra3a3778  
    33LFLAGS +=-lcheck
    44
    5 all: check
    6         ./check
     5all: check 
     6        ./check $(CHECKFLAGS)
    77
    8 main_objs = 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 url.o user.o util.o
     8clean:
     9        rm -f check *.o
    910
    10 check: check.o check_util.o check_nick.o $(addprefix ../, $(main_objs)) ../protocols/protocols.o
     11main_objs = 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_xml.o storage_text.o user.o
     12
     13test_objs = check.o check_util.o check_nick.o check_md5.o check_irc.o
     14
     15check: $(test_objs) $(addprefix ../, $(main_objs)) ../protocols/protocols.o ../lib/lib.o
    1116        @echo '*' Linking $@
    1217        @$(CC) $(CFLAGS) -o $@ $^ $(LFLAGS) $(EFLAGS)
Note: See TracChangeset for help on using the changeset viewer.