X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2FMakefile;h=3fdd066e5dd5c67e35762d85e2c7529204303828;hb=HEAD;hp=5203ea493f2d66a778b3b492b7559178432948aa;hpb=7628b96d87b3d5993bc17b7fa265679bbdbdb17d;p=citadel.git diff --git a/textclient/Makefile b/textclient/Makefile index 5203ea493..7e3ac3d1c 100644 --- a/textclient/Makefile +++ b/textclient/Makefile @@ -1,17 +1,19 @@ # MAKEFILE FOR CITADEL TEXT CLIENT # This file is part of "conf-IG-ure" -# Copyright (C) 2016-2018 by Art Cancro -# Distributed under the terms of the GNU General Public License v3 with the following special exceptions: -# 1. By using this software you agree that it's called "Linux", not "GNU/Linux" -# 2. By using this software you agree that it's called "open source", not "free software" -# 3. By using this software you agree that GNU Autotools are crap, which is why conf-IG-ure exists -# 4. By using this software you agree that Richard Stallman is a communist. -# 5. By reading these special exceptions you have already agreed to them. +# Copyright (C) 2016-2022 by Art Cancro +# +# This program is open source software. Use, duplication, and/or +# disclosure are subject to the GNU General Purpose License version 3. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # config.mk is generated by ./configure include config.mk -OBJS := citadel.o citadel_ipc.o client_chat.o client_passwords.o commands.o ipc_c_tcp.o md5.o messages.o rooms.o routines2.o routines.o screen.o tuiconfig.o +OBJS := citadel.o citadel_ipc.o client_chat.o client_passwords.o commands.o ipc_c_tcp.o messages.o rooms.o routines2.o routines.o screen.o tuiconfig.o # link @@ -35,8 +37,9 @@ clean: distclean: clean rm -f config.mk -install: citadel +install: citadel citadel.rc install citadel $(BINDIR)/citadel + install citadel.rc $(ETCDIR)/citadel.rc uninstall: rm -vf $(BINDIR)/citadel