makefile.mk (61aaf8b6) | makefile.mk (35779863) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 28 unchanged lines hidden (view full) --- 37 $(MISC)/ctl.xcd \ 38 $(MISC)/draw.xcd \ 39 $(MISC)/graphicfilter.xcd \ 40 $(MISC)/impress.xcd \ 41 $(MISC)/korea.xcd \ 42 $(MISC)/lingucomponent.xcd \ 43 $(MISC)/main.xcd \ 44 $(MISC)/math.xcd \ | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 28 unchanged lines hidden (view full) --- 37 $(MISC)/ctl.xcd \ 38 $(MISC)/draw.xcd \ 39 $(MISC)/graphicfilter.xcd \ 40 $(MISC)/impress.xcd \ 41 $(MISC)/korea.xcd \ 42 $(MISC)/lingucomponent.xcd \ 43 $(MISC)/main.xcd \ 44 $(MISC)/math.xcd \ |
45 $(MISC)/onlineupdate.xcd \ | |
46 $(MISC)/oooimprovement.xcd \ 47 $(MISC)/palm.xcd \ 48 $(MISC)/pocketexcel.xcd \ 49 $(MISC)/pocketword.xcd \ 50 $(MISC)/pyuno.xcd \ 51 $(MISC)/w4w.xcd \ 52 $(MISC)/writer.xcd \ 53 $(MISC)/xsltfilter.xcd | 45 $(MISC)/oooimprovement.xcd \ 46 $(MISC)/palm.xcd \ 47 $(MISC)/pocketexcel.xcd \ 48 $(MISC)/pocketword.xcd \ 49 $(MISC)/pyuno.xcd \ 50 $(MISC)/w4w.xcd \ 51 $(MISC)/writer.xcd \ 52 $(MISC)/xsltfilter.xcd |
53.IF "$(ENABLE_ONLINE_UPDATE)" == "YES" 54MY_XCDS += \ 55 $(MISC)/onlineupdate.xcd 56.END |
|
54 55MY_DEPS_base = main 56MY_FILES_base = \ 57 $(MY_MOD)/fcfg_database_filters.xcu \ 58 $(MY_MOD)/fcfg_database_others.xcu \ 59 $(MY_MOD)/fcfg_database_types.xcu \ 60 $(MY_MOD)/org/openoffice/Office/Common-base.xcu \ 61 $(MY_MOD)/org/openoffice/Setup-base.xcu --- 494 unchanged lines hidden --- | 57 58MY_DEPS_base = main 59MY_FILES_base = \ 60 $(MY_MOD)/fcfg_database_filters.xcu \ 61 $(MY_MOD)/fcfg_database_others.xcu \ 62 $(MY_MOD)/fcfg_database_types.xcu \ 63 $(MY_MOD)/org/openoffice/Office/Common-base.xcu \ 64 $(MY_MOD)/org/openoffice/Setup-base.xcu --- 494 unchanged lines hidden --- |