|
|
1.1 ! root 1: NAME = libCommon.a ! 2: OFILE_DIR = obj ! 3: MAKEFILEDIR = /NextDeveloper/Makefiles/app ! 4: MFILES = RelocManager.m RegionManager.m LazyRegionManager.m SegmentManager.m ! 5: HFILES = LazyRegionManager.h ProcessView.h RegionManager.h \ ! 6: RelocManager.h SegmentManager.h ! 7: ! 8: include $(MAKEFILEDIR)/common.make ! 9: CFLAGS = $(OTHER_CFLAGS) -force_cpusubtype_ALL -g -O ! 10: ! 11: all:: $(NAME) ! 12: ! 13: $(NAME): $(DERIVED_DIR) $(OFILES) $(SYMROOT) ! 14: echo cc $(RC_CFLAGS) $(CFLAGS) -o $(SYMROOT)/$(NAME) -nostdlib -r $(OFILES); \ ! 15: cc $(RC_CFLAGS) $(CFLAGS) -o $(SYMROOT)/$(NAME) -nostdlib -r $(OFILES) ! 16: ! 17: $(DERIVED_DIR) $(SYMROOT) $(DSTROOT)$(USRLIBDIR): ! 18: mkdirs $@ ! 19:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.