Add missing license headers on *.hh files and others
[oweals/cde.git] / cde / programs / dtinfo / dtinfo / src / OnlineRender / Imakefile
1 XCOMM $XConsortium: Imakefile /main/8 1996/08/21 15:43:09 drk $
2
3 DEPEND_DEFINES = $(DEPENDDEFINES)
4 CXXEXTRA_DEFINES = -DEXPAND_TEMPLATES
5
6 LIBNAME=OnlineRender
7
8 NormalCplusplusObjectRule()
9
10 INCLUDES=$(CXXDEPENDINCLUDES) $(BROWSER_INCLUDES) $(MMDB_INCLUDES) $(STYLE_SHEET_INCLUDES) \
11 $(COMMON_CLASS_INCLUDES) 
12 DEFINES=-DCDE_NEXT
13
14 #ifdef DoLicenseManagement
15 EXTRA_DEFINES=-DLICENSE_MANAGEMENT
16 EXTRA_INCLUDES=$(LICENSE_L_INCLUDES)
17 #endif
18
19 #include "Classlist.mk"
20
21 SRCS=\
22 CanvasRenderer.C \
23 FeatureSupport.C \
24 FontCache.C \
25 SegClientData.C
26
27 OBJS= $(SRCS:.C=.o)
28
29 make_msgs($(LIBNAME), $(MSGS))
30
31 dfiles:
32
33 #ifdef UXPArchitecture
34 SpecialCPlusPlusObjectRule(ORTemplates.o,, +Tall_tmpls -DEXPAND_TEMPLATES)
35 SpecialCPlusPlusExpandRule(ORTemplates..c,ORTemplates.C,+Tall_tmpls -DEXPAND_TEMPLATES)
36 #elif defined(LinuxArchitecture) || defined(BSDArchitecture)
37 SpecialCPlusPlusObjectRule(ORTemplates.o,,-DEXPAND_TEMPLATES)
38 SpecialCPlusPlusExpandRule(ORTemplates..c,ORTemplates.C,-DEXPAND_TEMPLATES)
39 #endif
40 #if defined(UseWideChars) && defined(SunArchitecture) && (OSMajorVersion == 4)
41 WC_FLAGS=-I/VOB/olias/library/Xwchar/src
42 WC_OBJS=\
43 CanvasRenderer.o \
44 FeatureSupport.o
45
46 SpecialCPlusPlusObjectRule($(WC_OBJS),,$(WC_FLAGS))
47 #endif
48
49 #ifdef AIXArchitecture
50 RealLibrary($(LIBNAME),$(OBJS),$(LIBDIR))
51 #else
52 #if defined(SunArchitecture) && CplusplusCompilerMajorVersion > 3
53 SimpleLibraryT($(LIBNAME), $(OBJS), $(LIBDIR))
54 #elif defined(LinuxArchitecture) || defined(BSDArchitecture)
55 SimpleLibrary($(LIBNAME), $(OBJS), $(LIBDIR))
56 #else
57 SimpleLibrary($(LIBNAME), $(OBJS), $(LIBDIR))
58 XCOMM RealLibrary($(LIBNAME), $(OBJS), $(LIBDIR))
59 #endif
60 #endif
61
62 DependTarget()