--- pl230src/src/Makefile 2004-08-26 15:47:44.000000000 -0400 +++ pl230src/src/Makefile.mod 2004-09-25 11:38:14.579731333 -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.. @@ -219,7 +219,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.. @@ -309,7 +309,7 @@ install: - mv $(EXE) $(BIN) + mv $(EXE) $(DESTDIR)$(BIN) clean: $(RMCOM) *.o gd??files