From: b Date: Thu, 20 Oct 2022 21:54:58 +0000 (+0000) Subject: Join aftertime tools X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;h=1db9fe438d4ca4aa9aa6fbf5c84d80508f2fa36d;p=ott%2Fenhance Join aftertime tools --- 1db9fe438d4ca4aa9aa6fbf5c84d80508f2fa36d diff --cc makefile index 2f1aa7e,d644ed2..4dafd73 --- a/makefile +++ b/makefile @@@ -1,40 -1,13 +1,51 @@@ - <<<<<<< HEAD -CC=gcc -CC2=g++ -CF=-g -Wall -LF=-lIL -LF2=-lcgi +CC=g++ +CF=-g -Wall +LF=-lIL +LF2=-lcgi + - all: 403 npb npbd npb-ong1 npbd-ong1 bluenh bluenhd insert extract seediff insertframe ++all: 403 npb npbd npb-ong1 npbd-ong1 bluenh bluenhd insert extract seediff insertframe mremapt-1 compare nofading nofadingd + +npb: npb-ong1.cpp makefile + $(CC) $(CF) $(LF) -o npb-ong1 npb-ong1.cpp + +npb: npb.cpp makefile + $(CC) $(CF) $(LF) -o npb npb.cpp + +403: 403.cpp makefile + $(CC) $(CF) $(LF) -o 403 403.cpp + +npbd-ong1: npb npbd-ong1.cpp makefile + $(CC) $(CF) -o npbd-ong1 npbd-ong1.cpp $(LF2) + +npbd: npb npbd.cpp makefile + $(CC) $(CF) -o npbd npbd.cpp $(LF2) + +bluenh: bluenh.cpp makefile + $(CC) $(CF) $(LF) -o bluenh bluenh.cpp + +bluenhd: bluenhd.cpp makefile + $(CC) $(CF) -o bluenhd bluenhd.cpp $(LF2) -all: mremapt-1 compare +insert: insert.c makefile + $(CC) $(CF) $(LF) -o insert insert.c -remapt-1: remapt-1.c makefile - $(CC) $(CF) $(LF) -o remapt-1 remapt-1.c +extract: extract.c makefile + $(CC) $(CF) $(LF) -o extract extract.c -compare: compare.c makefile - $(CC) $(CF) $(LF) -o compare compare.c +seediff: seediff.c makefile + $(CC) $(CF) $(LF) -o seediff seediff.c + +insertframe: insertframe.c makefile + $(CC) $(CF) -o insertframe insertframe.c $(LF2) ++ ++remapt-1: remapt-1.c makefile ++ $(CC) $(CF) $(LF) -o remapt-1 remapt-1.c ++ ++compare: compare.c makefile ++ $(CC) $(CF) $(LF) -o compare compare.c ++ ++nofading: nofading.c makefile ++ $(CC) $(CF) $(LF) -o nofading nofading.c ++ ++nofadingd: nofadingd.c makefile ++ $(CC) $(CF) $(LF) -o nofadingd nofadingd.c