Skip to content

Commit

Permalink
Makefile: prepare for external ofx repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Jan 12, 2016
1 parent e04ec66 commit a272ec5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Makefile.master
@@ -1,8 +1,12 @@
PATHTOROOT = $(TOP_SRCDIR)/openfx/Support
# these may be changed to $(TOP_SRCDIR)/../openfx and $(TOP_SRCDIR)/../openfx-supportext in the future
OFXPATH ?= $(TOP_SRCDIR)/openfx
OFXSEXTPATH ?= $(TOP_SRCDIR)/SupportExt

PATHTOROOT = $(OFXPATH)/Support

include $(PATHTOROOT)/Plugins/Makefile.master

CXXFLAGS += -DOFX_EXTENSIONS_VEGAS -DOFX_EXTENSIONS_NUKE -DOFX_EXTENSIONS_NATRON -DOFX_EXTENSIONS_TUTTLE -DOFX_SUPPORTS_OPENGLRENDER

CXXFLAGS += -I$(TOP_SRCDIR)/Misc -I$(TOP_SRCDIR)/SupportExt
VPATH += $(TOP_SRCDIR)/Misc $(TOP_SRCDIR)/SupportExt
CXXFLAGS += -I$(TOP_SRCDIR)/Misc -I$(OFXSEXTPATH)
VPATH += $(TOP_SRCDIR)/Misc $(OFXSEXTPATH)

0 comments on commit a272ec5

Please sign in to comment.