drv_MilfordInstruments.c \
drv_Noritake.c \
drv_NULL.c \
-drv_Pertelian \
+drv_Pertelian.c \
+drv_PHAnderson.c \
drv_picoLCD.c \
drv_picoLCDGraphic.c \
drv_RouterBoard.c \
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_MilfordInstruments.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_NULL.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_Noritake.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_PHAnderson.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_Pertelian.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_RouterBoard.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_Sample.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_SimpleLCD.Po@am__quote@
drivers may be excluded with 'all,!<driver>',
(try 'all,\!<driver>' if your shell complains...)
possible drivers are:
- BeckmannEgle, BWCT, CrystalFontz, Curses, Cwlinux, D4D
+ BeckmannEgle, BWCT, CrystalFontz, Curses, Cwlinux, D4D,
G15, HD44780, IRLCD, LCD2USB LCDLinux, LCDTerm, LPH7508,
- LUIse, M50530, MatrixOrbital, MilfordInstruments,
- Noritake, NULL, PNG, PPM, Pertelian, picoLCD, picoLCDGraphic,
+ LUIse, M50530, MatrixOrbital, MilfordInstruments, Noritake,
+ NULL, PNG, PPM, Pertelian, PHAnderson, picoLCD, picoLCDGraphic,
RouterBoard, Sample, serdisplib, SimpleLCD, st2205, T6963, Trefon,
ULA200, USBLCD, USBHUB, WincorNixdorf, X11
--with-plugins=<list> choose which plugins to compile.
NORITAKE="yes"
NULL="yes"
PERTELIAN="yes"
+ PHANDERSON="yes"
PICOLCD="yes"
PICOLCDGRAPHIC="yes"
PNG="yes"
Pertelian)
PERTELIAN=$val
;;
+ PHAnderson)
+ PHANDERSON=$val
+ ;;
picoLCD)
PICOLCD=$val
;;
fi
+if test "$PHANDERSON" = "yes"; then
+ TEXT="yes"
+ SERIAL="yes"
+ DRIVERS="$DRIVERS drv_PHAnderson.o"
+cat >>confdefs.h <<\_ACEOF
+#define WITH_PHANDERSON 1
+_ACEOF
+
+fi
if test "$PICOLCD" = "yes"; then
if test "$has_usb" = "true"; then
apm)
PLUGIN_APM=$val
;;
- button_exec)
- PLUGIN_BUTTON_EXEC=$val
- ;;
+ button_exec)
+ PLUGIN_BUTTON_EXEC=$val
+ ;;
asterisk)
PLUGIN_ASTERISK=$val
;;
fi
-#if test "$PLUGIN_" = "yes"; then
-# PLUGINS="$PLUGINS plugin_.o"
-# AC_DEFINE(PLUGIN_,1,[plugin])
-#fi
-
if test "$PLUGINS" = ""; then
{ { echo "$as_me:$LINENO: error: You should include at least one plugin..." >&5
echo "$as_me: error: You should include at least one plugin..." >&2;}
apm)
PLUGIN_APM=$val
;;
- button_exec)
- PLUGIN_BUTTON_EXEC=$val
- ;;
+ button_exec)
+ PLUGIN_BUTTON_EXEC=$val
+ ;;
asterisk)
PLUGIN_ASTERISK=$val
;;
AC_DEFINE(PLUGIN_XMMS,1,[xmms plugin])
fi
-#if test "$PLUGIN_" = "yes"; then
-# PLUGINS="$PLUGINS plugin_.o"
-# AC_DEFINE(PLUGIN_,1,[plugin])
-#fi
-
if test "$PLUGINS" = ""; then
AC_MSG_ERROR([You should include at least one plugin...])
#else