Changeset 17980 for trunk/Mars/Makefile


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
File:
1 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)
Note: See TracChangeset for help on using the changeset viewer.