File: Makefile.am

package info (click to toggle)
xenomai 2.5.4-3squeeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 36,140 kB
  • ctags: 35,509
  • sloc: ansic: 109,084; sh: 11,745; makefile: 2,205; xml: 1,356; asm: 613; php: 316; perl: 155
file content (44 lines) | stat: -rw-r--r-- 1,008 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
include_HEADERS = \
	rtdk.h

nodist_include_HEADERS=$(CONFIG_HEADER)

SUBDIRS = \
	asm-generic \
	asm-blackfin \
	asm-x86 \
	asm-powerpc \
	asm-arm \
	asm-nios2 \
	asm-sim \
	analogy \
	native \
	nucleus \
	posix \
	psos+ \
	rtai \
	rtdm \
	uitron \
	vrtx \
	vxworks

install-data-local:
	rm -f $(DESTDIR)$(includedir)/asm
	$(LN_S) asm-@XENO_TARGET_ARCH@ $(DESTDIR)$(includedir)/asm
	rm -f $(DESTDIR)$(includedir)/xenomai
	$(LN_S) . $(DESTDIR)$(includedir)/xenomai
	rm -f $(DESTDIR)$(includedir)/asm-@XENO_TARGET_ARCH@/xenomai
	$(LN_S) . $(DESTDIR)$(includedir)/asm-@XENO_TARGET_ARCH@/xenomai
	rm -f $(DESTDIR)$(includedir)/asm-generic/xenomai
	$(LN_S) . $(DESTDIR)$(includedir)/asm-generic/xenomai

uninstall-local:
	rm -f $(DESTDIR)$(includedir)/asm
	rm -f $(DESTDIR)$(includedir)/xenomai
	rm -f $(DESTDIR)$(includedir)/asm-@XENO_TARGET_ARCH@/xenomai
	rm -f $(DESTDIR)$(includedir)/asm-generic/xenomai

dist-hook:
	find $(distdir)/compat -name .svn -depth -exec rm -fr \{\} \;

EXTRA_DIST = compat testing