Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 96706 Details for
Bug 147183
media-libs/ming-0.3.0 LDFLAGS="--as-needed" incompatibility.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ming-0.3.0/src/Makefile
Makefile (text/plain), 1.40 KB, created by
Kent Fredric (IRC: kent\n) (RETIRED)
on 2006-09-11 05:56:21 UTC
(
hide
)
Description:
ming-0.3.0/src/Makefile
Filename:
MIME Type:
Creator:
Kent Fredric (IRC: kent\n) (RETIRED)
Created:
2006-09-11 05:56:21 UTC
Size:
1.40 KB
patch
obsolete
>include ../Makefile.config > >OFILES = \ > blocklist.o \ > displaylist.o \ > fill.o \ > font_util.o \ > ming.o \ > movie.o \ > movieclip.o \ > position.o \ > shape_cubic.o \ > shape_util.o \ > text_util.o \ > gc.o > >COMPILEROFILES = actioncompiler/compile.o \ > actioncompiler/swf4compiler.tab.o \ > actioncompiler/lex.swf4.o \ > actioncompiler/swf5compiler.tab.o \ > actioncompiler/lex.swf5.o \ > actioncompiler/compileaction.o \ > actioncompiler/assembler.o > >all: dynamic > ># saveFP and restFP on OS X can be retrieved as such: ># ar -x /usr/lib/libcc_dynamic.a lib/macosx-fpsave.o > >dynamic: $(SHAREDLIB) > >$(SHAREDLIB): $(OFILES) > cd blocks && $(MAKE) CFLAGS="$(CFLAGS) -I.." > cd actioncompiler && $(MAKE) CFLAGS="$(CFLAGS) -I.." > $(CC) $(OFILES) $(COMPILEROFILES) $(LDFLAGS) blocks/*.o $(SHLIBLDFLAGS) -o $(SHAREDLIB) $(EXTRA_LIBS) > cp $(SHAREDLIB) .. > ln -fs $(SHAREDLIB) ../libming$(NOVAR_SHLIBEXT) > ln -fs $(SHAREDLIB) ../libming$(SHORT_SHLIBEXT) > >static: libming.a > >libming.a: $(OFILES) > cd blocks && $(MAKE) > cd actioncompiler && $(MAKE) > ar r libming.a blocks/*.o ${OFILES} ${COMPILEROFILES} > ranlib libming.a # bsd requires this? > cp libming.a .. > >clean: > cd blocks && $(MAKE) clean > cd actioncompiler && $(MAKE) clean > rm -f *.o libming.a $(SHAREDLIB) libming$(NOVAR_SHLIBEXT) test test.exe core *.core > ># breaks on bsd: >#.c.o: .c .h ># ${CC} ${FLAGS} -c $< > >test: static test.o > ${CC} -o test test.o libming.a ${EXTRA_LIBS} ${LDFLAGS}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 147183
: 96706 |
96707