Lines Matching refs:PREFIX
17 PREFIX=/usr/local macro
58 mkdir -p $(PREFIX)/share/man/man3 $(PREFIX)/man/man7
59 install -c -m 0644 isalpharune.3 $(PREFIX)/share/man/man3/isalpharune.3
60 install -c -m 0644 utf.7 $(PREFIX)/man/man7/utf.7
61 install -c -m 0644 rune.3 $(PREFIX)/share/man/man3/rune.3
62 install -c -m 0644 runestrcat.3 $(PREFIX)/share/man/man3/runestrcat.3
63 mkdir -p $(PREFIX)/include
64 install -c -m 0644 utf.h $(PREFIX)/include/utf.h
65 mkdir -p $(PREFIX)/lib
66 install -c -m 0644 $(LIB) $(PREFIX)/lib/$(LIB)
74 $(CC) $(CFLAGS) -I../libutf -I../libfmt -I../libbio -I../libregexp -I$(PREFIX)/include $*.c
77 $(CC) $(CFLAGS) -I../libutf -I../libfmt -I../libbio -I../libregexp -I$(PREFIX)/include $*.c