makefile.mk (7871dc3e) makefile.mk (281431db)
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

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

27TARGET=dkt
28AUTOSEG=true
29ENABLE_EXCEPTIONS=TRUE
30
31# --- Settings -----------------------------------------------------
32
33.INCLUDE : settings.mk
34.INCLUDE : ../deployment/inc/dp_misc.mk
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

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

27TARGET=dkt
28AUTOSEG=true
29ENABLE_EXCEPTIONS=TRUE
30
31# --- Settings -----------------------------------------------------
32
33.INCLUDE : settings.mk
34.INCLUDE : ../deployment/inc/dp_misc.mk
35.INCLUDE : ../deployment/inc/dp_gui.mk
35
36.IF "$(ENABLE_GNOMEVFS)"=="TRUE"
37CFLAGS+=-DGNOME_VFS_ENABLED
38.ENDIF
39
40.IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2" || "$(GUIBASE)"=="aqua" || "$(ENABLE_SYSTRAY_GTK)"=="TRUE"
41CFLAGS+=-DENABLE_QUICKSTART_APPLET
42.ENDIF
43
36
37.IF "$(ENABLE_GNOMEVFS)"=="TRUE"
38CFLAGS+=-DGNOME_VFS_ENABLED
39.ENDIF
40
41.IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2" || "$(GUIBASE)"=="aqua" || "$(ENABLE_SYSTRAY_GTK)"=="TRUE"
42CFLAGS+=-DENABLE_QUICKSTART_APPLET
43.ENDIF
44
44# .IF "$(OS)" == "WNT"
45# .IF "$(COM)" == "GCC"
46# DEPLOYMENTMISCLIB = -ldeploymentmisc$(DLLPOSTFIX)
47# .ELSE
48# DEPLOYMENTMISCLIB = ideploymentmisc$(DLLPOSTFIX).lib
49# .ENDIF
50# .ELIF "$(OS)" == "OS2"
51# DEPLOYMENTMISCLIB = ideploymentmisc$(DLLPOSTFIX).lib
52# .ELSE
53# DEPLOYMENTMISCLIB = -ldeploymentmisc$(DLLPOSTFIX)
54# .ENDIF
55
56.IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2" || "$(GUIBASE)"=="aqua" || "$(ENABLE_SYSTRAY_GTK)"=="TRUE"
57CFLAGS+=-DENABLE_QUICKSTART_APPLET
58.ENDIF
59
60SHL1TARGET = sofficeapp
61SHL1OBJS = \
62 $(SLO)$/app.obj \
63 $(SLO)$/appfirststart.obj \
64 $(SLO)$/appinit.obj \
65 $(SLO)$/appsys.obj \
66 $(SLO)$/checkinstall.obj \
67 $(SLO)$/check_ext_deps.obj \

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

80
81SHL1LIBS = $(SLB)$/mig.lib
82
83SHL1STDLIBS = \
84 $(COMPHELPERLIB) \
85 $(CPPUHELPERLIB) \
86 $(CPPULIB) \
87 $(DEPLOYMENTMISCLIB) \
45SHL1TARGET = sofficeapp
46SHL1OBJS = \
47 $(SLO)$/app.obj \
48 $(SLO)$/appfirststart.obj \
49 $(SLO)$/appinit.obj \
50 $(SLO)$/appsys.obj \
51 $(SLO)$/checkinstall.obj \
52 $(SLO)$/check_ext_deps.obj \

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

65
66SHL1LIBS = $(SLB)$/mig.lib
67
68SHL1STDLIBS = \
69 $(COMPHELPERLIB) \
70 $(CPPUHELPERLIB) \
71 $(CPPULIB) \
72 $(DEPLOYMENTMISCLIB) \
73 $(DEPLOYMENTGUILIB) \
88 $(I18NISOLANGLIB) \
89 $(SALLIB) \
90 $(SFXLIB) \
91 $(SVLLIB) \
92 $(SVTOOLLIB) \
93 $(TKLIB) \
94 $(TOOLSLIB) \
95 $(UCBHELPERLIB) \

--- 24 unchanged lines hidden ---
74 $(I18NISOLANGLIB) \
75 $(SALLIB) \
76 $(SFXLIB) \
77 $(SVLLIB) \
78 $(SVTOOLLIB) \
79 $(TKLIB) \
80 $(TOOLSLIB) \
81 $(UCBHELPERLIB) \

--- 24 unchanged lines hidden ---