--- pl221src/src/Makefile 2004-05-12 14:49:26.000000000 -0400 +++ pl221src.mod/src/Makefile 2004-06-06 12:47:39.000000000 -0400 @@ -121,11 +121,11 @@ #### For PNG (only) uncomment the following.. (this will use a version of GD that comes #### bundled with ploticus; you need to have libpng and zlib ). Set GD16H if your #### png.h or other header files are in a nonstandard place, eg GD16H = -I/home/scg/lib -ploticus: plpng -PLPNG = pl -GD16LIBS = -lpng -lz -GD16H = -ZFLAG = -DWZ +# ploticus: plpng +# PLPNG = pl +# GD16LIBS = -lpng -lz +# GD16H = +# ZFLAG = -DWZ #### For pseudo-GIF (only) uncomment the following.. (this will use a version of GD that @@ -176,7 +176,7 @@ ################################################################ #### If you plan to do a "make install", where do you want the executable(s) to be moved to? -BIN = /usr/local/bin +BIN = usr/bin #### To set a hard-coded directory for prefabs files, uncomment & edit the following.. @@ -218,7 +218,7 @@ # ..and if your ming.h is in a nonstandard place add a line like this: # MINGH = -I/home/scg/lib #### Otherwise, for no SWF capability, uncomment the following line -NOSWFFLAG = -DNOSWF +# NOSWFFLAG = -DNOSWF #### To completely remove safety limits on cpu time uncomment the following.. @@ -308,7 +308,7 @@ install: - mv $(EXE) $(BIN) + mv $(EXE) $(DESTDIR)$(BIN) clean: $(RMCOM) *.o gd??files