mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
update Makefiles
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@872 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -301,6 +301,7 @@ plugin_cpuinfo.c \
|
||||
plugin_diskstats.c \
|
||||
plugin_dvb.c \
|
||||
plugin_exec.c \
|
||||
plugin_fifo.c \
|
||||
plugin_file.c \
|
||||
plugin_gps.c \
|
||||
plugin_i2c_sensors.c \
|
||||
@@ -488,6 +489,7 @@ distclean-compile:
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_diskstats.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_dvb.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_exec.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_fifo.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_file.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_gps.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_i2c_sensors.Po@am__quote@
|
||||
|
||||
@@ -287,6 +287,9 @@
|
||||
/* exec plugin */
|
||||
#undef PLUGIN_EXEC
|
||||
|
||||
/* fifo plugin */
|
||||
#undef PLUGIN_FIFO
|
||||
|
||||
/* file plugin */
|
||||
#undef PLUGIN_FILE
|
||||
|
||||
|
||||
@@ -8306,6 +8306,7 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;}
|
||||
PLUGIN_DISKSTATS="yes"
|
||||
PLUGIN_DVB="yes"
|
||||
PLUGIN_EXEC="yes"
|
||||
PLUGIN_FIFO="yes"
|
||||
PLUGIN_FILE="yes"
|
||||
PLUGIN_GPS="yes"
|
||||
PLUGIN_I2C_SENSORS="yes"
|
||||
@@ -8351,6 +8352,9 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;}
|
||||
exec)
|
||||
PLUGIN_EXEC=$val
|
||||
;;
|
||||
fifo)
|
||||
PLUGIN_FIFO=$val
|
||||
;;
|
||||
file)
|
||||
PLUGIN_FILE=$val
|
||||
;;
|
||||
@@ -8646,6 +8650,14 @@ cat >>confdefs.h <<\_ACEOF
|
||||
#define PLUGIN_FILE 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
if test "$PLUGIN_FIFO" = "yes"; then
|
||||
PLUGINS="$PLUGINS plugin_fifo.o"
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define PLUGIN_FIFO 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
if test "$PLUGIN_GPS" = "yes"; then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user