File: custom.mk

package info (click to toggle)
openmsx-catapult 19.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,952 kB
  • sloc: cpp: 6,592; python: 458; makefile: 43; sed: 37; sh: 25
file content (19 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file contains user-adjustable settings for the build and installation
# process.

# Directory to install to.
# Catapult is always installed into a single self-contained directory.
# But you can change that directory to for example /usr/local/openMSX-Catapult
# or /usr/games/openMSX-Catapult if you like.
INSTALL_BASE:=/opt/openMSX-Catapult

# Create a symbolic link to the installed binary?
# This link is placed in a location that is typically in a user's path:
# /usr/local/bin for system-wide installs and ~/bin for personal installs.
SYMLINK_FOR_BINARY:=true

# Locations for openMSX binaries and share directory
# these are suggested as initial values when you run catapult
# for the first time
CATAPULT_OPENMSX_BINARY:=/opt/openMSX/bin/openmsx
CATAPULT_OPENMSX_SHARE:=/opt/openMSX/share