]> bicyclesonthemoon.info Git - ott/enhance/blob - makefile
Join aftertime tools
[ott/enhance] / makefile
1 CC=g++
2 CF=-g -Wall
3 LF=-lIL
4 LF2=-lcgi
5
6 all: 403 npb npbd npb-ong1 npbd-ong1 bluenh bluenhd insert extract seediff insertframe mremapt-1 compare nofading nofadingd
7
8 npb: npb-ong1.cpp makefile
9         $(CC) $(CF) $(LF) -o npb-ong1 npb-ong1.cpp
10
11 npb: npb.cpp makefile
12         $(CC) $(CF) $(LF) -o npb npb.cpp
13
14 403: 403.cpp makefile
15         $(CC) $(CF) $(LF) -o 403 403.cpp
16
17 npbd-ong1: npb npbd-ong1.cpp makefile
18         $(CC) $(CF) -o npbd-ong1 npbd-ong1.cpp $(LF2)
19
20 npbd: npb npbd.cpp makefile
21         $(CC) $(CF) -o npbd npbd.cpp $(LF2)
22
23 bluenh: bluenh.cpp makefile
24         $(CC) $(CF) $(LF) -o bluenh bluenh.cpp
25
26 bluenhd: bluenhd.cpp makefile
27         $(CC) $(CF) -o bluenhd bluenhd.cpp $(LF2)
28 \r
29 insert: insert.c makefile\r
30         $(CC) $(CF) $(LF) -o insert insert.c\r
31 \r
32 extract: extract.c makefile\r
33         $(CC) $(CF) $(LF) -o extract extract.c\r
34 \r
35 seediff: seediff.c makefile\r
36         $(CC) $(CF) $(LF) -o seediff seediff.c\r
37 \r
38 insertframe: insertframe.c makefile\r
39         $(CC) $(CF) -o insertframe insertframe.c $(LF2)\r
40
41 remapt-1: remapt-1.c makefile
42         $(CC) $(CF) $(LF) -o remapt-1 remapt-1.c
43
44 compare: compare.c makefile
45         $(CC) $(CF) $(LF) -o compare compare.c
46
47 nofading: nofading.c makefile
48         $(CC) $(CF) $(LF) -o nofading nofading.c
49
50 nofadingd: nofadingd.c makefile
51         $(CC) $(CF) $(LF) -o nofadingd nofadingd.c