gbuild.mk (2dbae2dd) gbuild.mk (ead13252)
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#

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

124endif
125else
126ifeq ($(OS),SOLARIS)
127include $(GBUILDDIR)/platform/solaris.mk
128else
129ifeq ($(OS),MACOSX)
130include $(GBUILDDIR)/platform/macosx.mk
131else
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#

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

124endif
125else
126ifeq ($(OS),SOLARIS)
127include $(GBUILDDIR)/platform/solaris.mk
128else
129ifeq ($(OS),MACOSX)
130include $(GBUILDDIR)/platform/macosx.mk
131else
132ifeq ($(OS),FREEBSD)
133include $(GBUILDDIR)/platform/freebsd.mk
134else
132$(eval $(call gb_Output_error,Unsupported OS: $(OS)))
133endif
134endif
135endif
136endif
135$(eval $(call gb_Output_error,Unsupported OS: $(OS)))
136endif
137endif
138endif
139endif
140endif
137
138include $(GBUILDDIR)/Tempfile.mk
139
140# this is optional
141-include $(foreach repo,$(gb_REPOS),$(repo)/RepositoryFixes.mk)
142
143$(eval $(call gb_Helper_collect_knownlibs))
144

--- 112 unchanged lines hidden ---
141
142include $(GBUILDDIR)/Tempfile.mk
143
144# this is optional
145-include $(foreach repo,$(gb_REPOS),$(repo)/RepositoryFixes.mk)
146
147$(eval $(call gb_Helper_collect_knownlibs))
148

--- 112 unchanged lines hidden ---