File: Makefile.am

package info (click to toggle)
libopenraw 0.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,964 kB
  • ctags: 1,936
  • sloc: sh: 10,199; cpp: 9,279; ansic: 1,466; makefile: 544; xml: 465; perl: 42
file content (10 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10


INCLUDES = -I$(top_srcdir)/include

noinst_PROGRAMS = ordiag


ordiag_SOURCES = ordiag.cpp
ordiag_LDADD = $(top_builddir)/lib/libopenraw.la  -lstdc++ -ljpeg
ordiag_LDFLAGS = -L$(top_builddir)/lib -static