gbuild.mk (cdf0e10c) gbuild.mk (2dbae2dd)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2011 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#

--- 123 unchanged lines hidden (view full) ---

132$(eval $(call gb_Output_error,Unsupported OS: $(OS)))
133endif
134endif
135endif
136endif
137
138include $(GBUILDDIR)/Tempfile.mk
139
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2011 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#

--- 123 unchanged lines hidden (view full) ---

132$(eval $(call gb_Output_error,Unsupported OS: $(OS)))
133endif
134endif
135endif
136endif
137
138include $(GBUILDDIR)/Tempfile.mk
139
140include $(foreach repo,$(gb_REPOS),$(repo)/RepositoryFixes.mk)
140# this is optional
141-include $(foreach repo,$(gb_REPOS),$(repo)/RepositoryFixes.mk)
141
142$(eval $(call gb_Helper_collect_knownlibs))
143
144gb_GLOBALDEFS := \
145 -D_REENTRANT \
146 -DCUI \
147 -DENABLE_LAYOUT_EXPERIMENTAL=0 \
148 -DENABLE_LAYOUT=0 \

--- 107 unchanged lines hidden ---
142
143$(eval $(call gb_Helper_collect_knownlibs))
144
145gb_GLOBALDEFS := \
146 -D_REENTRANT \
147 -DCUI \
148 -DENABLE_LAYOUT_EXPERIMENTAL=0 \
149 -DENABLE_LAYOUT=0 \

--- 107 unchanged lines hidden ---