Skip to content
Snippets Groups Projects
Commit 1dbf0138 authored by Florian Pose's avatar Florian Pose
Browse files

Minor Makefile changes.

parent 8cd3b1e8
No related branches found
No related tags found
No related merge requests found
#------------------------------------------------------------------------------
#
# Makefile.am
#
# IgH EtherCAT master
#
# $Id$
#
# Copyright (C) 2006 Florian Pose, Ingenieurgemeinschaft IgH
......@@ -41,6 +37,9 @@ DIST_SUBDIRS = master devices script include examples
EXTRA_DIST = documentation/ethercat_doc.pdf
install-data-local:
$(DEPMOD) -b "$(DESTDIR)" $(LINUX_KERNEL_VERSION)
mydist:
@SVNREV=`svnversion $(srcdir)` && \
$(MAKE) dist-bzip2 distdir=$(PACKAGE)-$(VERSION)-trunk-r$${SVNREV}
......@@ -50,9 +49,6 @@ dist-hook:
svnversion $(srcdir) 2>/dev/null >$(distdir)/svnrevision; \
fi
install-data-local:
$(DEPMOD) -b "$(DESTDIR)" $(LINUX_KERNEL_VERSION)
doc:
doxygen Doxyfile
......
#------------------------------------------------------------------------------
#
# Makefile.am
#
# IgH EtherCAT master module
#
# $Id: Makefile 545 2006-09-19 13:28:40Z fp $
#
# Copyright (C) 2006 Florian Pose, Ingenieurgemeinschaft IgH
......@@ -41,7 +37,7 @@ EXTRA_DIST = \
8139too.c \
original_8139too.c
all:
all-local:
$(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_srcdir@" modules
clean-local:
......
#------------------------------------------------------------------------------
#
# Makefile.am
#
# IgH EtherCAT master module
#
# $Id: Makefile 545 2006-09-19 13:28:40Z fp $
#
# Copyright (C) 2006 Florian Pose, Ingenieurgemeinschaft IgH
......@@ -52,7 +48,7 @@ EXTRA_DIST = \
slave.c slave.h \
xmldev.c xmldev.h
all:
all-local:
$(MAKE) -C "$(LINUX_SOURCE_DIR)" \
M="@abs_srcdir@" EC_DBG_IF="$(EC_DBG_IF)" modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment