]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/Makefile.am
ROBOT_DEMO: minor fixes
[orte.git] / orte / Makefile.am
index 811c15fd801d6f2a11eac2d0d01aea81e94b9ab0..c2b3b54fa4c7a7a0c6246d78ce3eb5f3f24ac54c 100644 (file)
@@ -1,13 +1,23 @@
 #
-#  Makefile for the Ocera Real-Time Ethernet
+#  Makefile for the Open Real-Time Ethernet
 #
 #  $Id: Makefile.am,v 1.0 2003/08/04 
 #
 #  Uncomment and customize the following to ORTE your needs:
 #
 
-if CONFIG_ORTE_RT
-SUBDIRS = liborte examples
-else
-SUBDIRS        = liborte manager examples
+SUBDIRS        = liborte manager examples 
+
+if CONFIG_JORTE
+SUBDIRS += libjorte
+endif
+
+if CONFIG_ORTE_IDL
+SUBDIRS += idl-compiler
 endif
+
+EXTRA_DIST = Makefile Makefile.omk \
+contrib include java templates
+
+dist-hook:
+       cp -f  $(srcdir)/Makefile $(distdir)/Makefile