Changes in Makefile [355e2ad:d304445]
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r355e2ad rd304445 10 10 11 11 # Program variables 12 objects = bitlbee.o dcc.o help.o ipc.o irc.o irc_im.o irc_c ap.o irc_channel.o irc_commands.o irc_send.o irc_user.o irc_util.o nick.o $(OTR_BI) query.o root_commands.o set.o storage.o $(STORAGE_OBJS) unix.o conf.o log.o12 objects = bitlbee.o dcc.o help.o ipc.o irc.o irc_im.o irc_channel.o irc_commands.o irc_send.o irc_user.o irc_util.o nick.o $(OTR_BI) query.o root_commands.o set.o storage.o $(STORAGE_OBJS) unix.o conf.o log.o 13 13 headers = $(wildcard $(_SRCDIR_)*.h $(_SRCDIR_)lib/*.h $(_SRCDIR_)protocols/*.h) 14 14 subdirs = lib protocols … … 30 30 31 31 install: install-bin install-doc install-plugins 32 @echo33 @echo Installed successfully34 @echo35 32 @if ! [ -d $(DESTDIR)$(CONFIG) ]; then echo -e '\nThe configuration directory $(DESTDIR)$(CONFIG) does not exist yet, don'\''t forget to create it!'; fi 36 33 @if ! [ -e $(DESTDIR)$(ETCDIR)/bitlbee.conf ]; then echo -e '\nNo files are installed in '$(DESTDIR)$(ETCDIR)' by make install. Run make install-etc to do that.'; fi … … 38 35 @echo If you want to start BitlBee using systemd, try \"make install-systemd\". 39 36 endif 40 @echo To be able to compile third party plugins, run \"make install-dev\"41 37 @echo 42 38 43 .PHONY: install install-bin install-etc install-doc install-plugins install-systemd install-dev\44 uninstall uninstall-bin uninstall-etc uninstall-doc uninstall-etc\39 .PHONY: install install-bin install-etc install-doc install-plugins install-systemd \ 40 uninstall uninstall-bin uninstall-etc uninstall-doc \ 45 41 all clean distclean tar $(subdirs) doc 46 42
Note: See TracChangeset
for help on using the changeset viewer.