# HG changeset patch # User John W. Eaton # Date 1215701659 14400 # Node ID f805e026c481789a8dad5a6d43ca30c4c5ebae1f # Parent d74e515cb5358ca119591e80316c60f71514db10 octMakefile.in (DIRS_TO_MAKE): update list diff -r d74e515cb535 -r f805e026c481 ChangeLog --- a/ChangeLog Thu Jul 10 10:01:18 2008 -0400 +++ b/ChangeLog Thu Jul 10 10:54:19 2008 -0400 @@ -1,5 +1,11 @@ 2008-07-10 John W. Eaton + * octMakefile.in (DIRS_TO_MAKE): Delete $(localfcnfilepath) and + $(localoctfilepath) from the list. Include $(datadir) + $(localfcnfiledir) $(localapifcnfiledir) $(localverfcnfiledir) + $(localoctfiledir) $(localapioctfiledir) $(localveroctfiledir) + $(imagedir) and $(localapiarchlibdir) in the list. + * configure.in: Look for FTGL/ftgl.h instead of FTGL/FTGL.h. Also look for ftgl.h. diff -r d74e515cb535 -r f805e026c481 octMakefile.in --- a/octMakefile.in Thu Jul 10 10:01:18 2008 -0400 +++ b/octMakefile.in Thu Jul 10 10:54:19 2008 -0400 @@ -64,8 +64,11 @@ # Subdirectories in which to run clean targets. CLEANSUBDIRS = $(DISTSUBDIRS) -DIRS_TO_MAKE = $(bindir) $(libdir) $(octincludedir)/octave $(fcnfiledir) \ - $(octfiledir) $(archlibdir) $(localarchlibdir) $(localverarchlibdir) \ +DIRS_TO_MAKE = $(bindir) $(datadir) $(libdir) $(octincludedir)/octave \ + $(fcnfiledir) $(localfcnfiledir) $(localapifcnfiledir) \ + $(localverfcnfiledir) $(octfiledir) $(localoctfiledir) \ + $(localapioctfiledir) $(localveroctfiledir) $(archlibdir) \ + $(localarchlibdir) $(localverarchlibdir) \ $(shell echo $(localfcnfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}') \ $(shell echo $(localoctfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}')