chiark / gitweb /
Install with cp -b.
[userv-utils.git] / ipif / Makefile
index 2bcea8cf5a7fdba4d39b3b0b69551250e5bf58b6..9445e0824a02f5a769defdc7499c180c7eba693f 100644 (file)
@@ -1,6 +1,26 @@
 #
 
+OPTIMISE=      -O2
 CFLAGS=                -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith \
-               -Wwrite-strings -g -D_GNU_SOURCE
+               -Wwrite-strings -g $(OPTIMISE) -D_GNU_SOURCE
 
-all:           service
+etcdir=                /etc
+prefix=                /usr/local
+bindir=                $(prefix)/bin
+
+libdir=                $(prefix)/lib
+libuserv=      $(libdir)/userv
+
+etcuserv=      $(etcdir)/userv
+services=      $(etcuserv)/services.d
+
+TARGETS=       service
+
+all:           $(TARGETS)
+
+install:       all
+               mkdir -p $(libuserv) $(services)
+               cp -b service $(libuserv)/ipif
+               cp ipif $(services)/ipif:new
+               cp -b udptunnel $(bindir)/.
+               set -e; cd $(services); test -f ipif || mv ipif:new ipif