Last change
on this file since 2274 was
2273,
checked in by Sam Hocevar, 15 years ago
|
- Put the initial (Feb 08) version of the ED displacement paper into SVN, as
well as the associated C source code. Both will require huge cleanup for a
final release.
|
File size:
339 bytes
|
Line | |
---|
1 | all: main xy2d paper.pdf |
---|
2 | |
---|
3 | xy2d: xy2d.c |
---|
4 | $(CC) -W -Wall $^ -o $@ |
---|
5 | |
---|
6 | main: main.c |
---|
7 | $(CC) -Wall -O3 -funroll-loops -W -Wall $^ -o $@ $$(pkg-config --cflags --libs sdl) -lSDL_image -lm |
---|
8 | |
---|
9 | paper.pdf: paper.tex fs-histo.tex |
---|
10 | latex paper.tex |
---|
11 | latex paper.tex |
---|
12 | dvipdf paper.dvi |
---|
13 | |
---|
14 | clean: |
---|
15 | rm -f paper.log paper.dvi paper.aux paper.pdf |
---|
16 | rm -f xy2d main |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.