Minor Makefile changes.
This commit is contained in:
parent
af837c7717
commit
a04ef48976
10
Makefile.am
10
Makefile.am
|
|
@ -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,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,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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue