]> rtime.felk.cvut.cz Git - orte.git/blob - orte/Makefile.am
JORTE: ignore 'int-to-pointer' and 'pointer-to-int' compiler warnings
[orte.git] / orte / Makefile.am
1 #
2 #  Makefile for the Open Real-Time Ethernet
3 #
4 #  $Id: Makefile.am,v 1.0 2003/08/04 
5 #
6 #  Uncomment and customize the following to ORTE your needs:
7 #
8
9 SUBDIRS = liborte manager examples 
10
11 if CONFIG_JORTE
12 SUBDIRS += libjorte
13 endif
14
15 if CONFIG_ORTE_IDL
16 SUBDIRS += idl-compiler
17 endif
18
19 EXTRA_DIST = Makefile Makefile.omk \
20 contrib include java templates
21
22 dist-hook:
23         cp -f  $(srcdir)/Makefile $(distdir)/Makefile