Changes in Makefile [cdb92c5:f73b969]
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rcdb92c5 rf73b969 11 11 # Program variables 12 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 13 headers = 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.h14 13 subdirs = protocols 15 14 … … 21 20 $(MAKE) -C doc 22 21 23 uninstall: uninstall-bin uninstall-doc 22 uninstall: uninstall-bin uninstall-doc 24 23 @echo -e '\nmake uninstall does not remove files in '$(DESTDIR)$(ETCDIR)', you can use make uninstall-etc to do that.\n' 25 24 … … 57 56 uninstall-bin: 58 57 rm -f $(DESTDIR)$(BINDIR)/$(OUTFILE) 59 60 install-dev:61 mkdir -p $(DESTDIR)$(INCLUDEDIR)62 install -m 0644 $(headers) $(DESTDIR)$(INCLUDEDIR)63 mkdir -p $(DESTDIR)$(PCDIR)64 install -m 0644 bitlbee.pc $(DESTDIR)$(PCDIR)65 66 uninstall-dev:67 rm -f $(foreach hdr,$(headers),$(DESTDIR)$(INCLUDEDIR)/$(hdr))68 -rmdir $(DESTDIR)$(INCLUDEDIR)69 rm -f $(DESTDIR)$(PCDIR)/bitlbee.pc70 58 71 59 install-etc:
Note: See TracChangeset
for help on using the changeset viewer.