mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-19 01:21:54 +08:00
Minor Makefile changes.
This commit is contained in:
+3
-7
@@ -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
|
||||
|
||||
|
||||
+1
-5
@@ -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:
|
||||
|
||||
+1
-5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user