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

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

127include $(GBUILDDIR)/platform/solaris.mk
128else
129ifeq ($(OS),MACOSX)
130include $(GBUILDDIR)/platform/macosx.mk
131else
132ifeq ($(OS),FREEBSD)
133include $(GBUILDDIR)/platform/freebsd.mk
134else
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#

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

127include $(GBUILDDIR)/platform/solaris.mk
128else
129ifeq ($(OS),MACOSX)
130include $(GBUILDDIR)/platform/macosx.mk
131else
132ifeq ($(OS),FREEBSD)
133include $(GBUILDDIR)/platform/freebsd.mk
134else
135ifeq ($(OS),OS2)
136include $(GBUILDDIR)/platform/os2.mk
137else
135$(eval $(call gb_Output_error,Unsupported OS: $(OS)))
136endif
137endif
138endif
139endif
140endif
138$(eval $(call gb_Output_error,Unsupported OS: $(OS)))
139endif
140endif
141endif
142endif
143endif
144endif
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 ---
145
146include $(GBUILDDIR)/Tempfile.mk
147
148# this is optional
149-include $(foreach repo,$(gb_REPOS),$(repo)/RepositoryFixes.mk)
150
151$(eval $(call gb_Helper_collect_knownlibs))
152

--- 112 unchanged lines hidden ---