Sha256: ddc0370f41ba311c888e2d1572d977f24aeeafd01e65aa2af590101b60114cb2
Contents?: true
Size: 904 Bytes
Versions: 2
Compression:
Stored size: 904 Bytes
Contents
SUBDIRS = lib util pic # Pacify autoreconf. We don't actually use this. ACLOCAL_AMFLAGS = -I m4 # Avoid trouble if your system doesn't have xmlto. if BUILD_DOC SUBDIRS += doc endif EXTRA_DIST = Makefile.unx \ autogen.sh \ test.sh \ tests \ TODO \ BUGS \ build.asc \ history.asc \ control \ doc/whatsinagif \ $(WINDOWS) TESTS=test.sh # Auditing tools. # cppcheck should run clean cppcheck: cppcheck -Ilib --inline-suppr --template gcc --enable=all --suppress=unusedStructMember --suppress=unusedFunction --force lib/*.[ch] util/*.[ch] # splint is nowhere near running clean SPLINT_SUPPRESSIONS = -boolops -nullret splint: splint +quiet +posixlib $(SPLINT_SUPPRESSIONS) lib/*.[ch] # release using the shipper tool, if distcheck passes release: distcheck cd doc; make website shipper version=@VERSION@ | sh -e -x rm -fr doc/staging
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
giflib-0.4 | ext/giflib/giflib-5.1.1/Makefile.am |
giflib-0.3 | ext/giflib/giflib-5.1.1/Makefile.am |