]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/liborte/Makefile.am
Update versioning of shared libraries
[orte.git] / orte / liborte / Makefile.am
index 34214d8088b723997c2939cc3e2836df5cfc9621..24fb41766e90826c5ac1edf8fb20ee6e967f52c6 100644 (file)
@@ -1,10 +1,11 @@
 #
-#  Makefile for the Ocera Real-Time Ethernet
+#  Makefile for the Open Real-Time Ethernet
 #
 #  $Id: Makefile.am,v 1.0 2003/08/04
 #
 
 LIBORTE_FILES = \
+cdr.c \
 conv.c \
 debug.c \
 event.c \
@@ -13,8 +14,7 @@ htimerNtp.c \
 objectEntry.c \
 objectEntryTimer.c \
 objectUtils.c \
-ORTEAppRecvMetatrafficThread.c \
-ORTEAppRecvUserdataThread.c \
+ORTEAppRecvThread.c \
 ORTEAppSendThread.c \
 ORTEDomainApp.c \
 ORTEPublication.c \
@@ -51,10 +51,12 @@ ul_gavl.c \
 ul_gavlprim.c
 
 LIBORTE_HDRS1 = \
-../include/orte.h \
-$(top_builddir)/orte/include/orte_config.h
+../include/orte.h 
 
 LIBORTE_HDRS2 = \
+$(top_builddir)/orte/include/orte/orte_config.h \
+../include/orte/cdr.h \
+../include/orte/basic_types.h \
 ../include/orte/typedefs_defines_rtps.h \
 ../include/orte/defines_api.h \
 ../include/orte/typedefs_api.h \
@@ -74,8 +76,7 @@ lib_LTLIBRARIES = liborte.la
 liborte_la_SOURCES = $(LIBORTE_FILES)
 liborte_la_LDFLAGS = \
     -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-    -release $(LT_RELEASE) \
-    -export-dynamic 
+    -export-dynamic -no-undefined
 #    $(LDADDS)
 liborte_la_CFLAGS = $(AM_CFLAGS)
 endif
@@ -86,4 +87,8 @@ liborte1_HEADERS= $(LIBORTE_HDRS1)
 liborte2dir=$(includedir)/orte
 liborte2_HEADERS= $(LIBORTE_HDRS2)
 
-EXTRA_DIST = usedSections.txt
+EXTRA_DIST = usedSections.txt Makefile Makefile.omk \
+msvc pharlap
+
+dist-hook:
+       cp -f  $(srcdir)/Makefile $(distdir)/Makefile