public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/openjpeg/files: openjpeg-1.3-codec-Makefile openjpeg-1.3-codec-Makefile.patch
@ 2008-03-01 18:19 Timothy Redaelli (drizzt)
  0 siblings, 0 replies; only message in thread
From: Timothy Redaelli (drizzt) @ 2008-03-01 18:19 UTC (permalink / raw
  To: gentoo-commits

drizzt      08/03/01 18:19:59

  Added:                openjpeg-1.3-codec-Makefile
  Removed:              openjpeg-1.3-codec-Makefile.patch
  Log:
  Fix wrt bug #211999.
  Thanks to Jakub Moc for reporting.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.1                  media-libs/openjpeg/files/openjpeg-1.3-codec-Makefile

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openjpeg/files/openjpeg-1.3-codec-Makefile?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openjpeg/files/openjpeg-1.3-codec-Makefile?rev=1.1&content-type=text/plain

Index: openjpeg-1.3-codec-Makefile
===================================================================
# Makefile for the main OpenJPEG codecs: j2k_to_image and image_to_j2k

CFLAGS += -lstdc++ # -g -p -pg

PREFIX = /usr
INSTALL_BINDIR = $(PREFIX)/bin

all: j2k_to_image image_to_j2k

j2k_to_image: j2k_to_image.c ../libopenjpeg.a
	$(CC) $(CFLAGS) $(LDFLAGS) compat/getopt.c index.c convert.c j2k_to_image.c -o j2k_to_image -L.. -lopenjpeg -I ../libopenjpeg/ -lm -ltiff

image_to_j2k: image_to_j2k.c ../libopenjpeg.a
	$(CC) $(CFLAGS) $(LDFLAGS) compat/getopt.c index.c convert.c image_to_j2k.c -o image_to_j2k -L.. -lopenjpeg -I ../libopenjpeg/ -lm -ltiff

clean:
	rm -f j2k_to_image image_to_j2k

install: all
	install -d '$(DESTDIR)$(INSTALL_BINDIR)'
	install -m 755 j2k_to_image image_to_j2k '$(DESTDIR)$(INSTALL_BINDIR)'



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-01 18:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-01 18:19 [gentoo-commits] gentoo-x86 commit in media-libs/openjpeg/files: openjpeg-1.3-codec-Makefile openjpeg-1.3-codec-Makefile.patch Timothy Redaelli (drizzt)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox