File:  [Apple XNU] / GNUtools / debug / Common / Makefile
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

NAME = libCommon.a
OFILE_DIR = obj
MAKEFILEDIR = /NextDeveloper/Makefiles/app
MFILES = RelocManager.m RegionManager.m LazyRegionManager.m SegmentManager.m
HFILES = LazyRegionManager.h ProcessView.h RegionManager.h \
         RelocManager.h SegmentManager.h 

include $(MAKEFILEDIR)/common.make
CFLAGS = $(OTHER_CFLAGS) -force_cpusubtype_ALL -g -O

all:: $(NAME)

$(NAME): $(DERIVED_DIR) $(OFILES) $(SYMROOT)
	echo cc $(RC_CFLAGS) $(CFLAGS) -o $(SYMROOT)/$(NAME) -nostdlib -r $(OFILES); \
	cc $(RC_CFLAGS) $(CFLAGS) -o $(SYMROOT)/$(NAME) -nostdlib -r $(OFILES) 
	
$(DERIVED_DIR) $(SYMROOT) $(DSTROOT)$(USRLIBDIR):
	mkdirs $@
	

unix.superglobalmegacorp.com

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