Use CPP for variable name generation
[bcusdk.git] / eibd / client / php / Makefile.am
blob87a2c61a016eb7e6a6c8fccbc106013746fb29bd
1 pkgdata_DATA = eibclient.php
3 AM_CPPFLAGS=-I$(top_srcdir)/eibd/include -I$(top_srcdir)/eibd/client -I$(top_builddir)/eibd/client
5 result.inc : $(top_srcdir)/common/eibloadresult.h
6         cat $<  |grep IMG_ |sed -e 's/#define \(IMG_[A-Z_0-9]\+\)  \+\([0-9]\+\)/ const \1 = \2;/g' > $@
8 CLEANFILES = result.inc EIBConnection.post EIBConnection.php eibclient.php
9 EXTRA_DIST = lic.inc end.inc arg.def  class.def  def.def complete.inc errno.inc  help.inc  io.inc EIBConnection.pre
10 EIBConnection.post : EIBConnection.pre result.inc
12 @AMDEP_TRUE@-@am__include@ @am__quote@./$(DEPDIR)/EIBConnection.Po@am__quote@
14 EIBConnection.php : EIBConnection.post 
15         cat $< > $@
16         $(INDENT) $@ || /bin/true
17         sed -i -e 's/== =/===/g' $@
18         sed -i -e 's/= &/=\& /g' $@
20 eibclient.php : lic.inc EIBConnection.php end.inc
21         cat $^ > $@
23 .pre.post:
24 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -D__cplusplus -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -E -P -x c -O0 -o $@ $<; \
25 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
26 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
27 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
28 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -D__cplusplus -E -P -x c -O0 -o $@ $<
31 noinst_LIBRARIES=libdummy.a
32 libdummy_a_SOURCES=dummy.cpp