]> andersk Git - moira.git/commitdiff
Added install target; turned off debug flag
authormar <mar>
Sun, 7 Aug 1988 19:46:35 +0000 (19:46 +0000)
committermar <mar>
Sun, 7 Aug 1988 19:46:35 +0000 (19:46 +0000)
clients/moira/Makefile

index b9fcf8d6339d4247eca2262f8b4d5651b6c7ab44..4fd911113540851e19c59e3ee275b5b7dd711922 100644 (file)
@@ -16,7 +16,7 @@
 # 
 
 DESTDIR=
-CFLAGS = -I/mit/smsdev/include -g -DDEBUG
+CFLAGS = -I/mit/smsdev/include -O
 LDFLAGS =  -L/mit/smsdev/lib
 CONFDIR = ${DESTDIR}/usr/athena
 BINDIR = ${DESTDIR}/bin
@@ -38,6 +38,13 @@ sms:         ${OBJS}
 lint:
        lint -I../../include *.c
 
+install: sms
+       install -s sms ${DESTDIR}/usr/athena/sms
+       rm -f ${DESTDIR}/usr/athena/usermaint
+       rm -f ${DESTDIR}/usr/athena/listmaint
+       ln -s /usr/athena/sms ${DESTDIR}/usr/athena/usermaint
+       ln -s /usr/athena/sms ${DESTDIR}/usr/athena/listmaint
+
 clean: 
        rm -f *.o *~
        rm -f sms
This page took 0.041663 seconds and 5 git commands to generate.