File: Makefile.am

package info (click to toggle)
chrpath 0.18-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: sh: 3,169; ansic: 684; makefile: 43
file content (18 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CHRPATH = ../chrpath

# This test fail on some archs.  Not sure how to write it in a portable
# way. [pere 2004-09-18]
RPATH = $(LDRPATH)/usr/local/lib

noinst_PROGRAMS = prog

prog_SOURCES = \
	prog.c

EXTRA_DIST = runtest.sh

prog: prog.c
	$(CC) $(RPATH) -o $@ $<

check: $(CHRPATH)
	$(srcdir)/runtest.sh