Minor Makefile changes.

This commit is contained in:
Florian Pose 2006-10-20 15:35:15 +00:00
parent af837c7717
commit a04ef48976
3 changed files with 5 additions and 17 deletions

View File

@ -1,9 +1,5 @@
#------------------------------------------------------------------------------
#
# 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

View File

@ -1,9 +1,5 @@
#------------------------------------------------------------------------------
#
# 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:

View File

@ -1,9 +1,5 @@
#------------------------------------------------------------------------------
#
# 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