Lines Matching refs:objc

40 objc: cc1obj$(exeext)
43 .PHONY: objc
46 objc-warn = $(STRICT_WARN)
49 OBJC_OBJS = objc/objc-lang.o objc/objc-act.o hash-table.o \
50 objc/objc-runtime-shared-support.o \
51 objc/objc-gnu-runtime-abi-01.o \
52 objc/objc-next-runtime-abi-01.o \
53 objc/objc-next-runtime-abi-02.o \
54 objc/objc-encoding.o \
55 objc/objc-map.o
70 objc.srcextra:
75 objc.all.cross:
76 objc.start.encap:
77 objc.rest.encap:
78 objc.info:
79 objc.install-info:
80 objc.dvi:
81 objc.pdf:
82 objc.install-pdf:
83 objc.html:
84 objc.install-html:
85 objc.man:
86 objc.srcinfo:
87 objc.srcman:
88 objc.install-plugin:
90 objc.tags: force
91 cd $(srcdir)/objc; etags -o TAGS.sub *.c *.h; \
94 lang_checks += check-objc
96 # The following allows you to do 'make check-objc -j2'. The
98 lang_checks_parallelized += check-objc
101 # No objc-c-specific selftests
102 selftest-objc:
108 objc.install-common:
110 objc.install-man:
112 objc.uninstall:
117 objc.mostlyclean:
118 -rm -f objc/*$(objext) objc/xforward objc/fflags
119 -rm -f objc/*$(coverageexts)
121 objc.clean: objc.mostlyclean
122 -rm -rf objc-headers
123 objc.distclean:
124 -rm -f objc/Makefile objc/Make-host objc/Make-target
125 -rm -f objc/config.status objc/config.cache
126 objc.maintainer-clean:
131 objc.stage1: stage1-start
132 -mv objc/*$(objext) stage1/objc
133 objc.stage2: stage2-start
134 -mv objc/*$(objext) stage2/objc
135 objc.stage3: stage3-start
136 -mv objc/*$(objext) stage3/objc
137 objc.stage4: stage4-start
138 -mv objc/*$(objext) stage4/objc
139 objc.stageprofile: stageprofile-start
140 -mv objc/*$(objext) stageprofile/objc
141 objc.stagefeedback: stagefeedback-start
142 -mv objc/*$(objext) stagefeedback/objc