]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux-atm/linux-atm-2.4.1/qgen-cross
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux-atm / linux-atm-2.4.1 / qgen-cross
1 fix qgen makefile so we can build q.out.o and q.dump.o seperatly to the tools that need to be compiled for build architecture
2
3 #
4 # Patch managed by http://www.holgerschurig.de/patcher.html
5 #
6
7 --- linux-atm-2.4.1/src/qgen/Makefile.am~qgen-cross
8 +++ linux-atm-2.4.1/src/qgen/Makefile.am
9 @@ -1,4 +1,5 @@
10  noinst_PROGRAMS = qgen q.dump # q40.out.o
11 +noinst_LIBRARIES = libqdump.a
12  check_PROGRAMS = q.test
13  
14  qgen_SOURCES = common.c common.h file.c file.h first.c ql_y.y ql_l.l qgen.c \
15 @@ -7,10 +8,9 @@
16  
17  q_dump_SOURCES = common.c
18  q_dump_LDADD = qd.dump.standalone.o
19 -# FIXME: paulsch: We don't really depend on qd.dump.o or q.out.o here, but this
20 -# trick will get it built with only a minor glitch in the dependency checking
21 -# for q.dump.
22 -q_dump_DEPENDENCIES = $(q_dump_LDADD) qd.dump.o q.out.o
23 +q_dump_DEPENDENCIES = $(q_dump_LDADD) 
24 +libqdump_a_SOURCES =
25 +libqdump_a_DEPENDENCIES = qd.dump.o q.out.o
26  EXTRA_q_dump_SOURCES = op.h uni.h qlib.c qlib.h
27  
28  q_test_SOURCES = qtest.c uni.h