Changeset 17980
- Timestamp:
- 10/07/14 15:22:33 (10 years ago)
- Location:
- trunk/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/Makefile
r17977 r17980 87 87 endif 88 88 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). 93 LIBNOVA_INCLUDE_PATH := 94 89 95 #LIBRARIES = $(SUBDIRS:%=lib/lib%.a) 90 96 LIBRARIES := $(SUBDIRS:=.a) -
trunk/Mars/Makefile.rules
r17306 r17980 39 39 @echo " - Generating dictionary $(CINT)Cint.cc" 40 40 rootcint -f $(CINT)Cint.cc \ 41 -c $(INCLUDES) $( DEFINES) $(HEADERS) $(CINT)Incl.h $(CINT)LinkDef.h41 -c $(INCLUDES) $(LIBNOVA_INCLUDE_PATH) $(DEFINES) $(HEADERS) $(CINT)Incl.h $(CINT)LinkDef.h 42 42 43 43 %.d:
Note:
See TracChangeset
for help on using the changeset viewer.