|
|
1.1 root 1: OFILE_DIR = obj
2: SYMROOT=.
3: OBJROOT=.
4: DSTROOT=.
5: MAKEFILEDIR = /NextDeveloper/Makefiles/app
6: RANLIB = /bin/ranlib
7: include $(MAKEFILEDIR)/common.make
8: CFLAGS = $(OTHER_CFLAGS) -g -O -force_cpusubtype_ALL #-pg
9: OTHER_GARBAGE=obj
10:
11: all:: $(NAME)
12:
13: $(NAME): $(DERIVED_DIR) $(OFILES)
14: $(RM) -f $(SYMROOT)/$(NAME)
15: $(AR) clq $(SYMROOT)/$(NAME) $(OFILES)
16: -if [ -f $(RANLIB) ]; then $(RANLIB) $(SYMROOT)/$(NAME); fi
17:
18: install stub: all
19:
20: $(DERIVED_DIR) $(SYMROOT):
21: mkdirs $@
22:
23: installGNUsrc: installsrc
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.