X-Git-Url: https://rtime.felk.cvut.cz/gitweb/orte.git/blobdiff_plain/73a315cbd98b71805952124d505e178009200591..refs/heads/android:/Makefile.am diff --git a/Makefile.am b/Makefile.am index a3997d5..d7c3640 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # -# Makefile for the Ocera Real-Time Ethernet +# Makefile for the Open Real-Time Ethernet # # $Id: Makefile.am,v 1.0 2003/08/04 # @@ -7,6 +7,13 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = orte -EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO orte.kdevelop - ACLOCAL_AMFLAGS = -I admin + +EXTRA_DIST = authors copying ChangeLog install readme \ +readme.makerules Makefile Makefile.omk Makefile.cvs Makefile.rules OCERA_TOP_DIR-ocera \ +kernelcfg2mk switch2standalone todo \ +doc + +dist-hook: + cp -f $(srcdir)/Makefile $(distdir)/Makefile + rm -rf `find $(distdir) -name CVS`