home *** CD-ROM | disk | FTP | other *** search
/ vis-ftp.cs.umass.edu / vis-ftp.cs.umass.edu.tar / vis-ftp.cs.umass.edu / pub / Software / ASCENDER / ascendMar8.tar / UMass / BuildingFinder / poly.proj~ < prev    next >
Text File  |  1995-04-12  |  1KB  |  49 lines

  1. ;;; RCDE LCI Project File: poly.proj
  2.  
  3. (IN-PACKAGE 'LCI::LCI)
  4. (LCI::SET-CURRENT-PROJECT (LCI::MAKE-PROJECT "Poly"
  5.                 :FILENAME
  6.                 '"poly.proj"
  7.                 :USER-C-FILES
  8.       '("poly2curves.c" "grouping.c" "hypothesize.c" "graph.c"
  9.         "lines.c" "list.c" "math.c" "virtualTours.c" "tours.c" "support.c"
  10.         "tokenSupport.c" "project.c" "drawlines.c" "detect.c" "intersect.c"
  11.         "LineSegColIntercept.c" "LineSegRowIntercept.c" "LineLength.c"
  12.         "PtLinePerpIntercept.c" "PtLinePerpDistance.c" "LineSegTheta.c"
  13.         "CheckPtParlLineSeg.c" "NRroutines.c" "computeIntersections.c"
  14.         "I_utils.c" "I_fileIO.c" "I_math_utils.c" "getParametricPoint.c" 
  15.     "process.c")
  16.                 :USER-C++-FILES
  17.                     'NIL
  18.                 :USER-C-LIBRARIES
  19.                 '("nr" "m")
  20.                 :USER-LISP-FILES 
  21.                 'NIL
  22.                 :TIGHTLY-COUPLED-P
  23.                  T    
  24.                 :FORCE-OBJECT-FILE-LOAD
  25.                 'NIL
  26.                 :RUN-EXTERNAL-EXECUTABLE-P
  27.                 T
  28.                 :COMPILATION-LEVEL
  29.                 'REGEN-ALL
  30.                 :RUN-MAKEFILE-P
  31.                 'NIL
  32.                 :DEBUG-EXECUTABLE-NAME
  33.                 '"debug-main"
  34.                 :MAKEFILE-NAME
  35.                 '"Makefile"
  36.                 :CC-COMMAND
  37.                 '"gcc"
  38.                 :C++-COMMAND 
  39.                 '"CC"
  40.                 :C-COMPILE-OPTIONS
  41.                       '"-O -I$CMEHOME/lci -I/home/colossus/jaynes/radius/BuildingFinder/NRincludes"
  42.                 :C++-COMPILE-OPTIONS
  43.                 '"-I$CMEHOME/lci"
  44.                 :PROJECT-DIRECTORY
  45.                       '"/home/colossus/jaynes/radius/BuildingFinder/Staging"
  46.                 :INITIALIZATION-FUNCTION
  47.                 '(load "/home/colossus/jaynes/radius/BuildingFinder/functions.lisp")))
  48.  
  49.