Skip to content

Instantly share code, notes, and snippets.

@pwl
Created January 26, 2010 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwl/287303 to your computer and use it in GitHub Desktop.
Save pwl/287303 to your computer and use it in GitHub Desktop.
[yapdes]
// input files and directories (processed recursively)
/home/pawel/studia/smp/yapdes
// directory where tag files are stored
-refs /home/pawel/Xrefs/yapdes
// number of tag files
-refnum=10
-I /home/pawel/studia/smp/yapdes/solver
// setting for Emacs compile and run
-set compilefile "cc %s"
-set compiledir "cc *.c"
-set compileproject "
cd /home/pawel/studia/smp/yapdes
make project
"
-set run1 "
cd /home/pawel/studia/smp/yapdes
doxygen
"
-set run2 "
cd /home/pawel/studia/smp/yapdes
make harmonic
"
-set run3 "
cd /home/pawel/studia/smp/yapdes
./harmonic
"
-set run5 "" // an empty run; C-F8 will only compile
// set default to run1
-set run ${run1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment