Bug #37 » 0001-Fix-not-finding-typemaker2-on-cross-compiling-for-Wi.patch
src/plugins/backends/aqofxconnect/plugin/libofxhome/Makefile.am | ||
---|---|---|
%.c: %.xml
|
||
$(gwenhywfar_bindir)/typemaker2 -I $(top_srcdir)/src/lib/typemaker2/c -I $(srcdir) --destfolder="$(srcdir)" -D AQOFXCONNECT_API $<
|
||
$(typemaker2_exe) -I $(top_srcdir)/src/lib/typemaker2/c -I $(srcdir) --destfolder="$(srcdir)" -D AQOFXCONNECT_API $<
|
||
%.h: %.xml
|
||
$(gwenhywfar_bindir)/typemaker2 -I $(top_srcdir)/src/lib/typemaker2/c -I $(srcdir) --destfolder="$(srcdir)" -D AQOFXCONNECT_API $<
|
||
$(typemaker2_exe) -I $(top_srcdir)/src/lib/typemaker2/c -I $(srcdir) --destfolder="$(srcdir)" -D AQOFXCONNECT_API $<
|
||
SUFFIXES = .xml .c
|
||