Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83276 Details for
Bug 127820
sys-apps/gawk: makefile change to respect CFLAGS and LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-apps/gawk/files/filefuncs/Makefile
Makefile (text/plain), 1.18 KB, created by
Diego Elio Pettenò (RETIRED)
on 2006-03-27 22:03:22 UTC
(
hide
)
Description:
sys-apps/gawk/files/filefuncs/Makefile
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2006-03-27 22:03:22 UTC
Size:
1.18 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># Author: Martin Schlemmer <azarah@gentoo.org> ># $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/files/filefuncs/Makefile,v 1.7 2005/09/03 20:31:42 vapier Exp $ > >CC ?= gcc >LD = $(CC) > >MAJORVER = 0 >MINORVER = 0.1 > >AWKINCDIR = /usr/include/awk >DESTDIR = > >TARGET = filefuncs >TARGET_LIB = $(TARGET).so.$(MAJORVER).$(MINORVER) > >LIBDIR = lib > ># Gentoo specific cruft, you like it dont ya idiot >ifdef D >DESTDIR = $(D) >endif >ifdef S >AWKINCDIR = $(S) >endif > >DOIT = yes >ifeq ($(USERLAND),Darwin) >DOIT = no >endif > >ifeq ($(DOIT),yes) > >all: $(TARGET_LIB) > >$(TARGET).o: $(TARGET).c > $(CC) $(CLAGS) -shared -Wall -DHAVE_CONFIG_H -c -O2 -fPIC -I$(AWKINCDIR) $^ > >$(TARGET_LIB): $(TARGET).o > $(LD) $(LDFLAGS) -o $@ -shared -Wl,-soname -Wl,$(TARGET).so.$(MAJORVER) $^ > >install: $(TARGET_LIB) > install -m 0755 -d $(DESTDIR)/$(LIBDIR)/rcscripts > install -m 0755 $(TARGET_LIB) $(DESTDIR)/$(LIBDIR)/rcscripts > ln -s $(TARGET_LIB) $(DESTDIR)/$(LIBDIR)/rcscripts/$(TARGET).so.$(MAJORVER) > ln -s $(TARGET_LIB) $(DESTDIR)/$(LIBDIR)/rcscripts/$(TARGET).so > >clean: > rm -f $(TARGET) > rm -f *.o *~ core > >else > >all install clean: > >endif
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 127820
: 83276