30 lines
772 B
Plaintext
30 lines
772 B
Plaintext
# standard variables
|
|
prefix=@FINAL_LOCATION@
|
|
exec_prefix=${prefix}
|
|
bindir=${prefix}/bin/@ARCH@
|
|
libdir=${prefix}/lib/@ARCH@
|
|
|
|
# non-standard variables
|
|
|
|
# EPICS Base install location
|
|
FINAL_LOCATION=${prefix}
|
|
ARCH=@ARCH@
|
|
OS_CLASS=@OS_CLASS@
|
|
CMPLR_CLASS=@CMPLR_CLASS@
|
|
|
|
# Directories
|
|
|
|
includedir_osi=${prefix}/include
|
|
includedir_osd=${prefix}/include/os/@OS_CLASS@
|
|
includedir_comp=${prefix}/include/compiler/@CMPLR_CLASS@
|
|
|
|
includedirs=${includedir_osi} ${includedir_osd} ${includedir_comp}
|
|
|
|
dbddir=${prefix}/dbd
|
|
dbdir=${prefix}/db
|
|
|
|
Name: epics-base
|
|
Version: @EPICS_VERSION@.@EPICS_REVISION@.@EPICS_MODIFICATION@.@EPICS_PATCH_LEVEL@
|
|
Description: EPICS Base for the host arch
|
|
Requires: epics-base-@ARCH@ = @EPICS_VERSION@.@EPICS_REVISION@.@EPICS_MODIFICATION@.@EPICS_PATCH_LEVEL@
|