aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am1
-rw-r--r--plugins/Makefile.nmake13
2 files changed, 14 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index e4c4da5825..5ba7ff100a 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -31,6 +31,7 @@ SUBDIRS = \
enttec \
giop \
gryphon \
+ h223 \
irda \
lwres \
mate \
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index 8e141c105c..f8a74381ab 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -16,6 +16,7 @@ all: \
enttec \
giop \
gryphon \
+ h223 \
irda \
lwres \
mate \
@@ -77,6 +78,11 @@ gryphon::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..
+h223::
+ cd h223
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
+ cd ..
+
irda::
cd irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
@@ -166,6 +172,8 @@ clean:
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+ cd ../h223
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../lwres
@@ -215,6 +223,8 @@ distclean: clean
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
+ cd ../h223
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../lwres
@@ -264,6 +274,8 @@ maintainer-clean: distclean
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
+ cd ../h223
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintaner-clean
cd ../irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../lwres
@@ -310,6 +322,7 @@ install-plugins:
xcopy enttec\*.dll $(VERSION) /d
xcopy giop\*.dll $(VERSION) /d
xcopy gryphon\*.dll $(VERSION) /d
+ xcopy h223\*.dll $(VERSION) /d
xcopy irda\*.dll $(VERSION) /d
xcopy lwres\*.dll $(VERSION) /d
xcopy mate\*.dll $(VERSION) /d