LF=-lIL
LF2=-lcgi
- all: 403 npb npbd
-all: bluenh bluenhd
++all: 403 npb npbd bluenh bluenhd
+
+npb: npb.cpp makefile
+ $(CC) $(CF) $(LF) -o npb npb.cpp
+
+403: 403.cpp makefile
+ $(CC) $(CF) $(LF) -o 403 403.cpp
+
+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)
+
+ bluenh: bluenh.cpp makefile
+ $(CC) $(CF) $(LF) -o bluenh bluenh.cpp
+
+ bluenhd: bluenhd.cpp makefile
+ $(CC) $(CF) -o bluenhd bluenhd.cpp $(LF2)