File: tclcl.pc.cmake

package info (click to toggle)
tclcl 1.20-9.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 968 kB
  • sloc: sh: 3,726; cpp: 2,154; tcl: 1,414; ansic: 264; makefile: 162; perl: 49
file content (11 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
prefix=${CMAKE_INSTALL_PREFIX}
exec_prefix=${BIN_INSTALL_DIR}
libdir=${LIB_INSTALL_DIR}
includedir=${INCLUDE_INSTALL_DIR}/tclcl

Name: tclcl
Description: TclCL - Tcl with classes
Requires: otcl
Version: ${PACKAGE_VERSION}
Libs: -L${LIB_INSTALL_DIR} -ltclcl -L${TCL_LIBRARY} -ltcl -L${TK_LIBRARY} -ltk -L${OTCL_LIBRARY_DIRS} -lotcl
Cflags: -I${INCLUDE_INSTALL_DIR}/tclcl -I${TCL_INCLUDE_PATH} -I${TK_INCLUDE_PATH} -I${OTCL_INCLUDE_DIRS}