summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile16
1 files changed, 14 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0342b47..5e14ccd 100755
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ CFLAGS = -Wall -Os
12## use this line when you've got an readline before 4.(x|2) 12## use this line when you've got an readline before 4.(x|2)
13#CFLAGS += -DOLDREADLINE 13#CFLAGS += -DOLDREADLINE
14 14
15CFLAGS += $(OLDREADLINE) 15CFLAGS += $(OLDREADLINE) $(EXPERIMENTAL_IPV6)
16 16
17## you might need one or more of these: 17## you might need one or more of these:
18#CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib 18#CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib
@@ -39,6 +39,19 @@ OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.
39 39
40 40
41all: vchat-client #vchat-client.1 41all: vchat-client #vchat-client.1
42 @echo " ***************************************"
43 @echo " ** **"
44 @echo " ** W A R N I N G **"
45 @echo " ** **"
46 @echo " ** Internal representation of server **"
47 @echo " ** port has changed. If you have got **"
48 @echo " ** a ~/.vchat/formats laying around, **"
49 @echo " ** please verify, that FS_CONNECTED **"
50 @echo " ** and FS_CONSOLE both don't contain **"
51 @echo " ** '%d' and, if they do, please **"
52 @echo " ** change those '%d' to '%s'. **"
53 @echo " ** **"
54 @echo " ***************************************"
42 55
43install: vchat-client vchat-keygen vchatrc.ex 56install: vchat-client vchat-keygen vchatrc.ex
44 install -d $(DESTDIR)/etc 57 install -d $(DESTDIR)/etc
@@ -49,7 +62,6 @@ install: vchat-client vchat-keygen vchatrc.ex
49# install -m 0644 ./vchat-client.1 $(DESTDIR)$(PREFIX)/share/man/man1 62# install -m 0644 ./vchat-client.1 $(DESTDIR)$(PREFIX)/share/man/man1
50 install -m 0644 ./vchatrc.ex $(DESTDIR)/etc/vchatrc 63 install -m 0644 ./vchatrc.ex $(DESTDIR)/etc/vchatrc
51 64
52
53uninstall: 65uninstall:
54 rm -f $(DESTDIR)$(PREFIX)/bin/vchat-client 66 rm -f $(DESTDIR)$(PREFIX)/bin/vchat-client
55 rm -f $(DESTDIR)$(PREFIX)/bin/vchat-keygen 67 rm -f $(DESTDIR)$(PREFIX)/bin/vchat-keygen