File: Makefile.am

package info (click to toggle)
liboil 0.3.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,276 kB
  • ctags: 2,005
  • sloc: ansic: 14,199; sh: 8,527; xml: 7,375; makefile: 429
file content (14 lines) | stat: -rw-r--r-- 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14

SUBDIRS = jpeg md5 uberopt work

noinst_PROGRAMS = example1 oil-inspect


example1_SOURCES = example1.c
example1_CFLAGS = $(LIBOIL_CFLAGS)
example1_LDADD = $(LIBOIL_LIBS)

oil_inspect_SOURCES = oil-inspect.c
oil_inspect_CFLAGS = $(LIBOIL_CFLAGS)
oil_inspect_LDADD = $(LIBOIL_LIBS)