Changeset 17980 for trunk/Mars


Ignore:
Timestamp:
10/07/14 15:22:33 (10 years ago)
Author:
Jens Buss
Message:
added optional Makefile variable for the libnova include path, so we can also build it on phido
Location:
trunk/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/Makefile

    r17977 r17980  
    8787endif
    8888
     89# Insert here "-I" and the path to your libnova installation,
     90# e.g. -ImyFolder/libnova/include.
     91# Leave it empty, if libnova is installed
     92# to the default location (i.e. /usr/include/libnova).
     93LIBNOVA_INCLUDE_PATH :=
     94
    8995#LIBRARIES = $(SUBDIRS:%=lib/lib%.a)
    9096LIBRARIES := $(SUBDIRS:=.a)
  • trunk/Mars/Makefile.rules

    r17306 r17980  
    3939        @echo " - Generating dictionary $(CINT)Cint.cc"
    4040        rootcint -f $(CINT)Cint.cc \
    41         -c $(INCLUDES) $(DEFINES) $(HEADERS) $(CINT)Incl.h $(CINT)LinkDef.h
     41        -c $(INCLUDES) $(LIBNOVA_INCLUDE_PATH) $(DEFINES) $(HEADERS) $(CINT)Incl.h $(CINT)LinkDef.h
    4242
    4343%.d:
Note: See TracChangeset for help on using the changeset viewer.