Mercurial > hg > wm
comparison Fotopoulos/Makefile @ 3:acb6967ee76d
update to 0.5
author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
---|---|
date | Tue, 14 Aug 2007 21:11:21 +0200 |
parents | be303a3f5ea8 |
children |
comparison
equal
deleted
inserted
replaced
2:b92f06d9a967 | 3:acb6967ee76d |
---|---|
8 | 8 |
9 .c$(O): | 9 .c$(O): |
10 $(CC) $(CFLAGS) $(INCLUDES) -o $@ -c $< | 10 $(CC) $(CFLAGS) $(INCLUDES) -o $@ -c $< |
11 | 11 |
12 cast-pv$(EXE): cast-pv$(O) common$(O) | 12 cast-pv$(EXE): cast-pv$(O) common$(O) |
13 $(CC) $(LDFLAGS) -o $@ cast-pv$(O) common$(O) $(PGMLIBS) | 13 $(CC) $(LDFLAGS) -o $@ cast-pv$(O) common$(O) $(PGMLIBS) $(LIBS) |
14 | 14 |
15 cast-hart$(EXE): cast-hart$(O) common$(O) | 15 cast-hart$(EXE): cast-hart$(O) common$(O) |
16 $(CC) $(LDFLAGS) -o $@ cast-hart$(O) common$(O) $(PGMLIBS) | 16 $(CC) $(LDFLAGS) -o $@ cast-hart$(O) common$(O) $(PGMLIBS) $(LIBS) |
17 | 17 |
18 cast-sub$(EXE): cast-sub$(O) common$(O) | 18 cast-sub$(EXE): cast-sub$(O) common$(O) |
19 $(CC) $(LDFLAGS) -o $@ cast-sub$(O) common$(O) $(PGMLIBS) | 19 $(CC) $(LDFLAGS) -o $@ cast-sub$(O) common$(O) $(PGMLIBS) $(LIBS) |
20 | 20 |
21 test-pv$(EXE): test-pv$(O) common$(O) | 21 test-pv$(EXE): test-pv$(O) common$(O) |
22 $(CC) $(LDFLAGS) -o $@ test-pv$(O) common$(O) $(PGMLIBS) | 22 $(CC) $(LDFLAGS) -o $@ test-pv$(O) common$(O) $(PGMLIBS) $(LIBS) |
23 | 23 |
24 test-hart$(EXE): test-hart$(O) common$(O) | 24 test-hart$(EXE): test-hart$(O) common$(O) |
25 $(CC) $(LDFLAGS) -o $@ test-hart$(O) common$(O) $(PGMLIBS) | 25 $(CC) $(LDFLAGS) -o $@ test-hart$(O) common$(O) $(PGMLIBS) $(LIBS) |
26 | 26 |
27 test-sub$(EXE): test-sub$(O) common$(O) | 27 test-sub$(EXE): test-sub$(O) common$(O) |
28 $(CC) $(LDFLAGS) -o $@ test-sub$(O) common$(O) $(PGMLIBS) | 28 $(CC) $(LDFLAGS) -o $@ test-sub$(O) common$(O) $(PGMLIBS) $(LIBS) |
29 | 29 |
30 test: cast-pv$(EXE) cast-hart$(EXE) cast-sub$(EXE) test-pv$(EXE) test-hart$(EXE) test-sub$(EXE) | 30 test: cast-pv$(EXE) cast-hart$(EXE) cast-sub$(EXE) test-pv$(EXE) test-hart$(EXE) test-sub$(EXE) |
31 cast-pv < ../images/lena.pgm > ../watermarked/foto-pv_lena.pgm | 31 cast-pv < ../images/lena.pgm > ../watermarked/foto-pv_lena.pgm |
32 cast-hart < ../images/lena.pgm > ../watermarked/foto-hart_lena.pgm | 32 cast-hart < ../images/lena.pgm > ../watermarked/foto-hart_lena.pgm |
33 cast-sub < ../images/lena.pgm > ../watermarked/foto-sub_lena.pgm | 33 cast-sub < ../images/lena.pgm > ../watermarked/foto-sub_lena.pgm |