-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
executable file
·13 lines (11 loc) · 1.09 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
# Attempt to load a config.make file.
# If none is found, project defaults in config.project.make will be used.
ifneq ($(wildcard config.make),)
include config.make
endif
# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OF_ROOT=$(realpath ../../of_v0.11.1_osx_release/../TOOL/of_v0.11.0_osx_release/../TOOL/of_v0.11.0_osx_release/../TOOL/of_v0.11.0_osx_release/../TOOL/of_v0.11.0_osx_release/../TOOL/of_v0.11.0_osx_release/../../of_v0.11.1_osx_release/../TOOL/of_v0.11.0_osx_release/../TOOL/of_v0.11.0_osx_release/../TOOL/of_v0.11.0_osx_release/../TOOL/of_v0.11.0_osx_release/../TOOL/of_v0.11.0_osx_release/../../of_v0.11.1_osx_release/../TOOL/of_v0.11.0_osx_release/../TOOL/of_v0.11.0_osx_release/../TOOL/of_v0.11.0_osx_release/../TOOL/of_v0.11.0_osx_release/../TOOL/of_v0.11.0_osx_release/../../of_v0.11.1_osx_release/../TOOL/of_v0.11.0_osx_release/../TOOL/of_v0.11.0_osx_release/../TOOL/of_v0.11.0_osx_release/../TOOL/of_v0.11.0_osx_release/../TOOL/of_v0.11.0_osx_release/..)
endif
# call the project makefile!
include $(OF_ROOT)/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk