View | Details | Raw Unified
Collapse All | Expand All

(-) pl230src/src/Makefile (-8 / +8 lines)
 Lines 121-131    Link Here 
#### For PNG (only) uncomment the following.. (this will use a version of GD that comes
#### 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
#### 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
#### png.h or other header files are in a nonstandard place, eg GD16H = -I/home/scg/lib
ploticus: plpng 
# ploticus: plpng 
PLPNG = pl 
# PLPNG = pl 
GD16LIBS = -lpng -lz
# GD16LIBS = -lpng -lz
GD16H = 
# GD16H = 
ZFLAG = -DWZ
# ZFLAG = -DWZ
#### For pseudo-GIF (only) uncomment the following..  (this will use a version of GD that
#### For pseudo-GIF (only) uncomment the following..  (this will use a version of GD that
 Lines 176-182    Link Here 
################################################################
################################################################
#### If you plan to do a "make install", where do you want the executable(s) to be moved to?
#### 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.. 
#### To set a hard-coded directory for prefabs files, uncomment & edit the following.. 
 Lines 219-225    Link Here 
# ..and if your ming.h is in a nonstandard place add a line like this:
# ..and if your ming.h is in a nonstandard place add a line like this:
# MINGH = -I/home/scg/lib
# MINGH = -I/home/scg/lib
#### Otherwise, for no SWF capability, uncomment the following line
#### Otherwise, for no SWF capability, uncomment the following line
NOSWFFLAG = -DNOSWF 
# NOSWFFLAG = -DNOSWF 
#### To completely remove safety limits on cpu time uncomment the following..
#### To completely remove safety limits on cpu time uncomment the following..
 Lines 309-315    Link Here 
install:
install:
	mv $(EXE) $(BIN)
	mv $(EXE) $(DESTDIR)$(BIN)
clean:
clean:
	$(RMCOM) *.o gd??files 
	$(RMCOM) *.o gd??files