File:  [Apple XNU] / GNUtools / debug / gdb / Makefile.lib
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:45:10 2018 UTC (8 years, 2 months ago) by root
Branches: MAIN, Apple
CVS tags: HEAD, GNUtools33
GNU tools for NeXTSTEP 3.3

OFILE_DIR = obj
SYMROOT=.
OBJROOT=.
DSTROOT=.
MAKEFILEDIR = /NextDeveloper/Makefiles/app
RANLIB = /bin/ranlib
include $(MAKEFILEDIR)/common.make
CFLAGS = $(OTHER_CFLAGS) -g -O -force_cpusubtype_ALL #-pg
OTHER_GARBAGE=obj

all:: $(NAME)

$(NAME): $(DERIVED_DIR) $(OFILES) 
	$(RM) -f $(SYMROOT)/$(NAME)
	$(AR) clq $(SYMROOT)/$(NAME) $(OFILES)
	-if [ -f $(RANLIB) ]; then $(RANLIB) $(SYMROOT)/$(NAME); fi
	
install stub: all

$(DERIVED_DIR) $(SYMROOT):
	mkdirs $@

installGNUsrc: installsrc

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.