FreeCalypso > hg > themwi-system-sw
comparison utils/Makefile @ 264:cdc807117841
*/Makefile: change INSTBIN to /opt/themwi/bin (was /usr/local/bin)
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 05 Nov 2023 16:07:14 -0800 |
parents | 54f78df265fe |
children |
comparison
equal
deleted
inserted
replaced
263:1bf989f60aa3 | 264:cdc807117841 |
---|---|
7 themwi-update-numdb | 7 themwi-update-numdb |
8 LIBNUMDB=../libnumdb2/libnumdb.a | 8 LIBNUMDB=../libnumdb2/libnumdb.a |
9 LIBRTPA=../librtpalloc/librtpalloc.a | 9 LIBRTPA=../librtpalloc/librtpalloc.a |
10 LIBSIP= ../libsip/libsip.a | 10 LIBSIP= ../libsip/libsip.a |
11 LIBUTIL=../libutil/libutil.a | 11 LIBUTIL=../libutil/libutil.a |
12 INSTBIN=/usr/local/bin | 12 INSTBIN=/opt/themwi/bin |
13 | 13 |
14 all: ${PROGS} ${NOINST} | 14 all: ${PROGS} ${NOINST} |
15 | 15 |
16 rtp-alloc-test: rtp-alloc-test.o ${LIBRTPA} ${LIBUTIL} | 16 rtp-alloc-test: rtp-alloc-test.o ${LIBRTPA} ${LIBUTIL} |
17 ${CC} ${CFLAGS} -o $@ $@.o ${LIBRTPA} ${LIBUTIL} | 17 ${CC} ${CFLAGS} -o $@ $@.o ${LIBRTPA} ${LIBUTIL} |
54 | 54 |
55 themwi-update-outrt: themwi-update-outrt.o ${LIBUTIL} | 55 themwi-update-outrt: themwi-update-outrt.o ${LIBUTIL} |
56 ${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL} | 56 ${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL} |
57 | 57 |
58 install: | 58 install: |
59 install -c -o bin -g bin -m 755 ${PROGS} ${INSTBIN} | 59 install -c -m 755 ${PROGS} ${INSTBIN} |
60 | 60 |
61 clean: | 61 clean: |
62 rm -f *.o ${PROGS} ${NOINST} errs | 62 rm -f *.o ${PROGS} ${NOINST} errs |