Created
January 26, 2010 22:13
-
-
Save pwl/287303 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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