File: Makefile.am

package info (click to toggle)
liboil 0.3.15-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,032 kB
  • ctags: 5,929
  • sloc: ansic: 47,058; xml: 12,229; sh: 8,957; perl: 1,095; asm: 1,072; makefile: 748
file content (15 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

SUBDIRS = instruction

programs = align moo introspect proto1 proto2 test1 proto3 proto4 stride \
	dso_check abs md5 md5_profile trans copy zigzag mmx_engine stack_align \
	double_catch

check_PROGRAMS = $(programs)
noinst_PROGRAMS = list_impls

TESTS = $(programs)

AM_LDFLAGS = $(LIBOIL_LIBS)
AM_CFLAGS = $(LIBOIL_CFLAGS)