build.profile.in (656B)
1 #!/bin/sh 2 3 # Copyright (C) 2023-2025 |Méso|Star> (contact@meso-star.com) 4 # 5 # Copying and distribution of this file, with or without modification, are 6 # permitted in any medium without royalty provided the copyright notice and 7 # this notice are preserved. This file is offered as-is, without any warranty. 8 9 export CPATH="@PREFIX@/include:${CPATH}" 10 export LD_LIBRARY_PATH="@PREFIX@/lib:${LD_LIBRARY_PATH}" 11 export LIBRARY_PATH="@PREFIX@/lib:${LIBRARY_PATH}" 12 export MANPATH="@PREFIX@/share/man:${MANPATH}" 13 export PATH="@PREFIX@/bin:${PATH}" 14 export PKG_CONFIG_PATH="@PREFIX@/lib/pkgconfig:${PKG_CONFIG_PATH}" 15 export TEXINPUTS="@PREFIX@/share/tex:${TEXINPUTS}"