Home | History | Annotate | Download | only in amiga

Lines Matching refs:newlib

6 .PHONY: clib2 newlib library so
25 all: clib2 newlib library so check
29 newlib: newlib/libexpat.a newlib/xmlwf newlib/elements newlib/outline newlib/runtests newlib/benchmark
35 check: clib2/runtests newlib/runtests libs/runtests so/runtests
37 newlib/runtests
43 -delete newlib/#?.o quiet
58 makedir all T:expat/SDK/Local/newlib/lib
59 copy clone newlib/libexpat.a T:expat/SDK/Local/newlib/lib
153 newlib/libexpat.a: newlib/xmlparse.o newlib/xmltok.o newlib/xmlrole.o
157 newlib/xmlparse.o: xmlparse.c expat.h xmlrole.h xmltok.h \
160 newlib/xmlrole.o: xmlrole.c ascii.h xmlrole.h expat_external.h \
163 newlib/xmltok.o: xmltok.c xmltok_impl.c xmltok_ns.c ascii.h asciitab.h \
169 newlib/xmlwf: newlib/xmlwf.o newlib/xmlfile.o newlib/codepage.o newlib/readfilemap.o
170 $(CC) -mcrt=newlib $^ -o $@ newlib/libexpat.a
173 newlib/xmlwf.o: xmlwf.c
175 newlib/xmlfile.o: xmlfile.c
177 newlib/codepage.o: codepage.c
179 newlib/readfilemap.o: readfilemap.c
183 newlib/elements: newlib/elements.o
184 $(CC) -mcrt=newlib $^ -o $@ newlib/libexpat.a
187 newlib/elements.o: elements.c
191 newlib/outline: newlib/outline.o
192 $(CC) -mcrt=newlib $^ -o $@ newlib/libexpat.a
195 newlib/outline.o: outline.c
199 newlib/runtests: newlib/runtests.o newlib/chardata.o newlib/minicheck.o
200 $(CC) -mcrt=newlib $^ -o $@ newlib/libexpat.a
202 newlib/chardata.o: chardata.c chardata.h
204 newlib/minicheck.o: minicheck.c minicheck.h
206 newlib/runtests.o: runtests.c chardata.h
210 newlib/benchmark: newlib/benchmark.o
211 $(CC) -mcrt=newlib $^ -o $@ newlib/libexpat.a
213 newlib/benchmark.o: benchmark.c
217 libs/expat.library: libs/expat_lib.o libs/expat_68k.o libs/expat_68k_handler_stubs.o libs/expat_vectors.o newlib/libexpat.a
218 $(CC) -mcrt=newlib -nostartfiles $^ -o $@ newlib/libexpat.a -Wl,--cref,-M,-Map=$@.map
235 $(CC) -mcrt=newlib $^ -o $@
249 $(CC) -mcrt=newlib $^ -o $@
257 $(CC) -mcrt=newlib $^ -o $@
265 $(CC) -mcrt=newlib $^ -o $@
276 $(CC) -mcrt=newlib $^ -o $@
283 $(CC) -mcrt=newlib -shared -o $@ $^
298 so/xmlwf: newlib/xmlwf.o newlib/xmlfile.o newlib/codepage.o newlib/readfilemap.o
299 $(CC) -mcrt=newlib -use-dynld $^ -o $@ -Lso -lexpat
304 so/elements: newlib/elements.o
305 $(CC) -mcrt=newlib -use-dynld $^ -o $@ -Lso -lexpat
310 so/outline: newlib/outline.o
311 $(CC) -mcrt=newlib -use-dynld $^ -o $@ -Lso -lexpat
316 so/runtests: newlib/runtests.o newlib/chardata.o newlib/minicheck.o
317 $(CC) -mcrt=newlib -use-dynld $^ -o $@ -Lso -lexpat
321 so/benchmark: newlib/benchmark.o
322 $(CC) -mcrt=newlib -use-dynld $^ -o $@ -Lso -lexpat
329 newlib/%.o: %.c
330 $(CC) -mcrt=newlib $(CFLAGS) -I../lib -c $< -o $@
333 $(CC) -mcrt=newlib $(CFLAGS) -D__USE_INLINE__ -I. -Iinclude -Iinclude/libraries -I../lib -c $< -o $@
336 $(CC) -mcrt=newlib $(CFLAGS) -fPIC -I../lib -c $< -o $@