star-build

Automation tool for project installation
git clone git://git.meso-star.com/star-build.git
Log | Files | Refs | README | LICENSE

build.profile.in (693B)


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