aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-10-14 15:45:24 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-10-14 15:45:24 +0000
commitc644b822798ea5b9e515948df6a42265392f0641 (patch)
treeac1ecebb641d8655b2e9692eaae431ede3f3abf8 /plugins
parent3238f6b87acd708d842db6264b6d64443c2b8fbc (diff)
Ethercat plugin
Author : Richard Kuemmel <r.kuemmel[AT]beckhoff.de> Updates and bugfixes: Peter Johansson <peterjohansson73[AT]gmail.com> svn path=/trunk/; revision=23174
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am1
-rw-r--r--plugins/Makefile.nmake16
2 files changed, 17 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 6bce8a4d3f..004fc18a5e 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -28,6 +28,7 @@ SUBDIRS = \
ciscosm \
docsis \
enttec \
+ ethercat \
giop \
gryphon \
irda \
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index 385f2decd0..539f38fcba 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -14,6 +14,7 @@ all: \
custom \
docsis \
enttec \
+ ethercat \
giop \
gryphon \
irda \
@@ -69,6 +70,11 @@ enttec::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..
+ethercat::
+ cd ethercat
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
+ cd ..
+
giop::
cd giop
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
@@ -189,6 +195,9 @@ clean:
cd enttec
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
+ cd ethercat
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+ cd ..
cd giop
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
@@ -270,6 +279,9 @@ distclean: clean
cd enttec
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ..
+ cd ethercat
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
+ cd ..
cd giop
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ..
@@ -351,6 +363,9 @@ maintainer-clean: distclean
cd enttec
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ..
+ cd ethercat
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
+ cd ..
cd giop
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ..
@@ -425,6 +440,7 @@ install-plugins:
xcopy ciscosm\*.dll $(VERSION) /d
xcopy docsis\*.dll $(VERSION) /d
xcopy enttec\*.dll $(VERSION) /d
+ xcopy ethercat\*.dll $(VERSION) /d
xcopy giop\*.dll $(VERSION) /d
xcopy gryphon\*.dll $(VERSION) /d
xcopy irda\*.dll $(VERSION) /d