In gcc/objc/: 2011-07-11 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git] / gcc / objc / Make-lang.in
blobf9b3907fe1cd0b0a57925008ebae1ba583713831
1 # Top level -*- makefile -*- fragment for GNU Objective-C
2 #   Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2007,
3 #   2008, 2009, 2010, 2011 Free Software Foundation, Inc.
5 #This file is part of GCC.
7 #GCC is free software; you can redistribute it and/or modify
8 #it under the terms of the GNU General Public License as published by
9 #the Free Software Foundation; either version 3, or (at your option)
10 #any later version.
12 #GCC is distributed in the hope that it will be useful,
13 #but WITHOUT ANY WARRANTY; without even the implied warranty of
14 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 #GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with GCC; see the file COPYING3.  If not see
19 # <http://www.gnu.org/licenses/>.
22 # This file provides the language dependent support in the main Makefile.
23 # Each language makefile fragment must provide the following targets:
25 # foo.all.cross, foo.start.encap, foo.rest.encap,
26 # foo.install-common, foo.install-man, foo.install-info, foo.install-pdf,
27 # foo.install-html, foo.info, foo.dvi, foo.pdf, foo.html, foo.uninstall,
28 # foo.mostlyclean, foo.clean, foo.distclean,
29 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4
31 # where `foo' is the name of the language.
33 # It should also provide rules for:
35 # - making any compiler driver (eg: g++)
36 # - the compiler proper (eg: cc1plus)
37 # - define the names for selecting the language in LANGUAGES.
39 #\f
40 # Define the names for selecting Objective-C in LANGUAGES.
41 objc: cc1obj$(exeext)
43 # Tell GNU make to ignore these if they exist.
44 .PHONY: objc
46 START_HDRS = $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(C_TREE_H) \
47   c-lang.h langhooks.h c-family/c-objc.h objc/objc-act.h
49 # Use maximal warnings for this front end.
50 objc-warn = $(STRICT_WARN)
52 # Language-specific object files for Objective C.
53 OBJC_OBJS = objc/objc-lang.o objc/objc-act.o \
54    objc/objc-runtime-shared-support.o \
55    objc/objc-gnu-runtime-abi-01.o \
56    objc/objc-next-runtime-abi-01.o \
57    objc/objc-next-runtime-abi-02.o \
58    objc/objc-encoding.o
60 objc_OBJS = $(OBJC_OBJS) cc1obj-checksum.o
62 cc1obj-checksum.c : build/genchecksum$(build_exeext) checksum-options \
63         $(OBJC_OBJS) $(C_AND_OBJC_OBJS) $(BACKEND) $(LIBDEPS)
64         build/genchecksum$(build_exeext) $(OBJC_OBJS) $(C_AND_OBJC_OBJS) \
65         $(BACKEND) $(LIBDEPS) checksum-options > cc1obj-checksum.c.tmp && \
66         $(srcdir)/../move-if-change cc1obj-checksum.c.tmp cc1obj-checksum.c
68 cc1obj-checksum.o : cc1obj-checksum.c $(CONFIG_H) $(SYSTEM_H)
70 cc1obj$(exeext): $(OBJC_OBJS) $(C_AND_OBJC_OBJS) cc1obj-checksum.o $(BACKEND) $(LIBDEPS)
71         +$(LINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) -o $@ \
72               $(OBJC_OBJS) $(C_AND_OBJC_OBJS) cc1obj-checksum.o \
73               $(BACKEND) $(LIBS) $(BACKENDLIBS)
75 # Objective C language specific files.
77 # When editing, please keep the objc/ header dependencies in
78 # alphabetical order, and try to use a similar logical order for the
79 # other files between the different targets.
81 objc/objc-lang.o : objc/objc-lang.c \
82    $(START_HDRS) \
83    $(GGC_H) \
84    $(LANGHOOKS_DEF_H) $(C_COMMON_H) gtype-objc.h \
85    c-objc-common.h
87 objc/objc-runtime-shared-support.o : objc/objc-runtime-shared-support.c \
88    gt-objc-objc-runtime-shared-support.h \
89    $(START_HDRS) \
90    $(GGC_H) $(DIAGNOSTIC_CORE_H) $(FLAGS_H) input.h \
91    objc/objc-encoding.h \
92    objc/objc-next-metadata-tags.h \
93    objc/objc-runtime-shared-support.h
95 objc/objc-gnu-runtime-abi-01.o: objc/objc-gnu-runtime-abi-01.c \
96    gt-objc-objc-gnu-runtime-abi-01.h \
97    $(START_HDRS) \
98    $(GGC_H) $(DIAGNOSTIC_CORE_H) $(FLAGS_H) input.h \
99    toplev.h \
100    objc/objc-encoding.h \
101    objc/objc-runtime-hooks.h \
102    objc/objc-runtime-shared-support.h
104 objc/objc-next-runtime-abi-01.o: objc/objc-next-runtime-abi-01.c \
105    gt-objc-objc-next-runtime-abi-01.h \
106    $(START_HDRS) \
107    $(GGC_H) $(DIAGNOSTIC_CORE_H) $(FLAGS_H) input.h \
108    $(TARGET_H) output.h \
109    objc/objc-encoding.h \
110    objc/objc-next-metadata-tags.h \
111    objc/objc-runtime-hooks.h \
112    objc/objc-runtime-shared-support.h
114 objc/objc-next-runtime-abi-02.o: objc/objc-next-runtime-abi-02.c \
115    gt-objc-objc-next-runtime-abi-02.h \
116    $(START_HDRS) \
117    $(GGC_H) $(DIAGNOSTIC_CORE_H) $(FLAGS_H) input.h \
118    $(TARGET_H) \
119    objc/objc-encoding.h \
120    objc/objc-next-metadata-tags.h \
121    objc/objc-runtime-hooks.h \
122    objc/objc-runtime-shared-support.h
124 objc/objc-act.o : objc/objc-act.c \
125    gt-objc-objc-act.h \
126    $(START_HDRS) \
127    $(GGC_H) $(DIAGNOSTIC_CORE_H) $(FLAGS_H) input.h \
128    toplev.h $(FUNCTION_H) output.h debug.h $(LANGHOOKS_DEF_H) \
129    $(HASHTAB_H) $(GIMPLE_H) \
130    $(C_PRAGMA_H) $(C_TARGET_H) \
131    objc/objc-encoding.h \
132    objc/objc-runtime-hooks.h \
133    objc/objc-runtime-shared-support.h
135 objc/objc-encoding.o : objc/objc-encoding.c \
136    $(START_HDRS) \
137    $(GGC_H) $(DIAGNOSTIC_CORE_H) $(FLAGS_H) input.h \
138    $(OBSTACK_H) \
139    objc/objc-encoding.h \
140    objc/objc-runtime-shared-support.h
142 objc.srcextra:
145 # Build hooks:
147 objc.all.cross:
148 objc.start.encap:
149 objc.rest.encap:
150 objc.info:
151 objc.install-info:
152 objc.dvi:
153 objc.pdf:
154 objc.install-pdf:
155 objc.html:
156 objc.install-html:
157 objc.man:
158 objc.srcinfo:
159 objc.srcman:
160 objc.install-plugin:
162 objc.tags: force
163         cd $(srcdir)/objc; etags -o TAGS.sub *.c *.h; \
164         etags --include TAGS.sub --include ../TAGS.sub
166 lang_checks += check-objc
168 # The following allows you to do 'make check-objc -j2'.  The
169 # execute.exp tests will be run in parallel with all the other ones.
170 lang_checks_parallelized += check-objc
171 check_objc_parallelize = gnu-encoding.exp execute.exp exceptions.exp
174 # Install hooks:
175 # cc1obj is installed elsewhere as part of $(COMPILERS).
177 objc.install-common:
179 objc.install-man:
181 objc.uninstall:
183 # Clean hooks:
184 # A lot of the ancillary files are deleted by the main makefile.
185 # We just have to delete files specific to us.
186 objc.mostlyclean:
187         -rm -f objc/*$(objext) objc/xforward objc/fflags
188         -rm -f objc/*$(coverageexts)
189 objc.clean: objc.mostlyclean
190         -rm -rf objc-headers
191 objc.distclean:
192         -rm -f objc/Makefile objc/Make-host objc/Make-target
193         -rm -f objc/config.status objc/config.cache
194 objc.maintainer-clean:
197 # Stage hooks:
199 objc.stage1: stage1-start
200         -mv objc/*$(objext) stage1/objc
201 objc.stage2: stage2-start
202         -mv objc/*$(objext) stage2/objc
203 objc.stage3: stage3-start
204         -mv objc/*$(objext) stage3/objc
205 objc.stage4: stage4-start
206         -mv objc/*$(objext) stage4/objc
207 objc.stageprofile: stageprofile-start
208         -mv objc/*$(objext) stageprofile/objc
209 objc.stagefeedback: stagefeedback-start
210         -mv objc/*$(objext) stagefeedback/objc