=== modified file 'Makefile'
--- old/Makefile	2006-04-12 06:57:30 +0000
+++ new/Makefile	2007-03-23 09:22:45 +0000
@@ -18,22 +18,25 @@
 # the lpc executables
 all: lib/lpc/all
 # logic modules
-all: logic/dsp/all logic/iec/all logic/il/il2c logic/ladder_lib/all
+all: logic/dsp/all logic/iec/all logic/il/il2c
 # I/O modules
 #all: io/comedi/all io/modbus/all io/dio48/all io/parport/all io/simple-udp/all
-all: io/modbus/all io/dio48/all io/parport/all io/simple-udp/all io/das08_lib/all
+all: io/modbus/all io/dio48/all io/parport/all io/simple-udp/all
 # mmi modules
 #all: mmi/curses/all mmi/hmi_gtk/all
-all: mmi/curses/all mmi/curses_lib/all mmi/kbd_lib/all
+all: mmi/curses/all
 # misc module
 all: lib/util/plcshutdown
 # communication modules
-all: comm/network_io/all comm/tcpip_lib/all comm/rs232c_lib/all
-# service modules
-all: service/email_lib/all service/matd_lib/all
+all: comm/network_io/all
 # some of the demos
 #all: demo/basic/ready demo/oven_gtk/ready
-all: demo/basic/ready demo/lpc/all
+all: demo/basic/ready
+
+# LPC modules - don't build them, the don't work... --Jiri, 23.3.2007
+#all: service/email_lib/all service/matd_lib/all demo/lpc/all
+#all: logic/ladder_lib/all io/das08_lib/all mmi/curses_lib/all
+#all: mmi/kbd_lib/all comm/tcpip_lib/all comm/rs232c_lib/all
 
 all:
 	@echo

