summaryrefslogtreecommitdiff
path: root/frontends/beos/Makefile.tools
blob: 0324a282558e487cb569d7feb75ab7cd9633dd9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- mode: makefile-gmake -*-
##
## BeOS target tool setup
##

# Building for BeOS/Haiku
#ifeq ($(HOST),beos)
  # Build for BeOS on BeOS
  GCCSDK_INSTALL_ENV := /boot/develop
  CC := gcc
  CXX := g++
  EXEEXT :=
  PKG_CONFIG := pkg-config
#endif