tools/Makefile

changeset 558
66656231c084
parent 551
3721f9c08843
child 559
2bcccc6976f9
equal deleted inserted replaced
557:ae17042a6d39 558:66656231c084
19 19
20 clean: 20 clean:
21 rm -f ${TARGET} *.o *.h~ *.c~ core filelist Makefile.bak 21 rm -f ${TARGET} *.o *.h~ *.c~ core filelist Makefile.bak
22 22
23 install: 23 install:
24 # ${INSTALL} -c -s -g root -o root -m 0755 thermferm.init /etc/init.d/thermferm 24 ${INSTALL} -c -s -g root -o root -m 0755 thermferm.init /etc/init.d/thermferm
25 25
26 filelist: Makefile 26 filelist: Makefile
27 BASE=`pwd`; \ 27 BASE=`pwd`; \
28 BASE=`basename $${BASE}`; \ 28 BASE=`basename $${BASE}`; \
29 (for f in ${SRCS} ${HDRS} ${OTHER} ;do echo ${PACKAGE}-${VERSION}/$${BASE}/$$f; done) >filelist 29 (for f in ${SRCS} ${HDRS} ${OTHER} ;do echo ${PACKAGE}-${VERSION}/$${BASE}/$$f; done) >filelist

mercurial