mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] removed "strip" from contrib/pngminim/*/makefile
This commit is contained in:
@@ -4,10 +4,6 @@
|
||||
#CC=cc
|
||||
CC=gcc
|
||||
LD=$(CC)
|
||||
STRIP=strip
|
||||
|
||||
#if strip fails try
|
||||
# make STRIP=touch
|
||||
|
||||
# If awk fails try
|
||||
# make AWK=nawk
|
||||
@@ -93,7 +89,6 @@ all: pngm2pnm$(E)
|
||||
|
||||
pngm2pnm$(E): $(OBJS)
|
||||
$(LD) -o pngm2pnm$(E) $(OBJS)
|
||||
$(STRIP) pngm2pnm$(E)
|
||||
|
||||
# The DFA_XTRA setting turns all libpng options off then
|
||||
# turns on those required for this minimal build.
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#CC=cc
|
||||
CC=gcc
|
||||
LD=$(CC)
|
||||
STRIP=strip
|
||||
|
||||
# If awk fails try
|
||||
# make AWK=nawk
|
||||
@@ -12,9 +11,6 @@ STRIP=strip
|
||||
# If cpp fails try
|
||||
# make CPP=/lib/cpp
|
||||
|
||||
# If strip fails try
|
||||
# make STRIP=touch
|
||||
|
||||
RM=rm -f
|
||||
COPY=cp
|
||||
|
||||
@@ -92,7 +88,6 @@ all: pnm2pngm$(E)
|
||||
|
||||
pnm2pngm$(E): $(OBJS)
|
||||
$(LD) -o pnm2pngm$(E) $(OBJS)
|
||||
$(STRIP) pnm2pngm$(E)
|
||||
|
||||
# The DFA_XTRA setting turns all libpng options off then
|
||||
# turns on those required for this minimal build.
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#CC=cc
|
||||
CC=gcc
|
||||
LD=$(CC)
|
||||
STRIP=strip
|
||||
|
||||
# If awk fails try
|
||||
# make AWK=nawk
|
||||
@@ -12,9 +11,6 @@ STRIP=strip
|
||||
# If cpp fails try
|
||||
# make CPP=/lib/cpp
|
||||
|
||||
# If strip fails try
|
||||
# make STRIP=touch
|
||||
|
||||
RM=rm -f
|
||||
COPY=cp
|
||||
|
||||
@@ -108,7 +104,6 @@ all: $(PROGDOCS) rpng2-x$(E)
|
||||
|
||||
rpng2-x$(E): $(OBJS)
|
||||
$(LD) -o rpng2-x$(E) $(OBJS) $(LIBS)
|
||||
$(STRIP) rpng2-x$(E)
|
||||
|
||||
# The DFA_XTRA setting turns all libpng options off then
|
||||
# turns on those required for this minimal build.
|
||||
|
||||
Reference in New Issue
Block a user