bmsd/Makefile

changeset 5
36387e45a194
parent 0
033898178630
child 194
d202777ebae5
equal deleted inserted replaced
4:1750b6cae48e 5:36387e45a194
21 21
22 clean: 22 clean:
23 rm -f ${TARGET} *.o *.h~ *.c~ core filelist Makefile.bak 23 rm -f ${TARGET} *.o *.h~ *.c~ core filelist Makefile.bak
24 24
25 install: all 25 install: all
26 ${INSTALL} -c -s -g root -o root -m 0755 bmsd ${BINDIR} 26 ${INSTALL} -d -g 314 -o 314 ${PREFIX} ${BINDIR}
27 ${INSTALL} -c -s -g 314 -o 314 -m 0755 bmsd ${BINDIR}
27 28
28 filelist: Makefile 29 filelist: Makefile
29 BASE=`pwd`; \ 30 BASE=`pwd`; \
30 BASE=`basename $${BASE}`; \ 31 BASE=`basename $${BASE}`; \
31 (for f in ${SRCS} ${HDRS} ${OTHER} ;do echo ${PACKAGE}-${VERSION}/$${BASE}/$$f; done) >filelist 32 (for f in ${SRCS} ${HDRS} ${OTHER} ;do echo ${PACKAGE}-${VERSION}/$${BASE}/$$f; done) >filelist

mercurial