Changes in Makefile [fc5cf88:8961950]
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rfc5cf88 r8961950 10 10 11 11 # Program variables 12 objects = 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.o13 headers = account.h bitlbee.h commands.h conf.h config.h crypting.h help.h ipc.h irc.h log.h nick.h query.h set.h sock.h storage.h user.h lib/events.h lib/http_client.h lib/ini.h lib/md5.h lib/misc.h lib/proxy.h lib/sha1.h lib/ssl_client.h lib/url.h protocols/nogaim.h12 objects = account.o bitlbee.o conf.o crypting.o help.o ipc.o irc.o irc_commands.o log.o nick.o otr.o query.o root_commands.o set.o storage.o $(STORAGE_OBJS) unix.o user.o 13 headers = account.h bitlbee.h commands.h conf.h config.h crypting.h help.h ipc.h irc.h log.h nick.h otr.h query.h set.h sock.h storage.h user.h lib/events.h lib/http_client.h lib/ini.h lib/md5.h lib/misc.h lib/proxy.h lib/sha1.h lib/ssl_client.h lib/url.h protocols/nogaim.h 14 14 subdirs = lib protocols 15 15 … … 50 50 $(MAKE) -C tests 51 51 52 lcov: 52 53 gcov: check 53 54 gcov *.c … … 84 85 mkdir -p $(DESTDIR)$(ETCDIR) 85 86 install -m 0644 motd.txt $(DESTDIR)$(ETCDIR)/motd.txt 87 install -m 0644 welcome.txt $(DESTDIR)$(ETCDIR)/welcome.txt 86 88 install -m 0644 bitlbee.conf $(DESTDIR)$(ETCDIR)/bitlbee.conf 87 89 88 90 uninstall-etc: 89 91 rm -f $(DESTDIR)$(ETCDIR)/motd.txt 92 rm -f $(DESTDIR)$(ETCDIR)/welcome.txt 90 93 rm -f $(DESTDIR)$(ETCDIR)/bitlbee.conf 91 94 -rmdir $(DESTDIR)$(ETCDIR)
Note: See TracChangeset
for help on using the changeset viewer.