OpenIndiana and Solaris port
[oweals/cde.git] / cde / programs / dtinfo / dtinfo / src / Preferences / Imakefile
1 XCOMM $XConsortium: Imakefile /main/6 1996/08/21 15:43:25 drk $
2
3 #define CplusplusSource YES
4 DEPEND_DEFINES = $(DEPENDDEFINES)
5
6 MAKEFILEDEPS=Classlist.mk
7
8 LIBNAME=Preferences
9
10 NormalCplusplusObjectRule()
11
12 INCLUDES=$(CXXDEPENDINCLUDES) $(BROWSER_INCLUDES)
13
14
15 #include "Classlist.mk"
16
17 OBJS=$(SRCS:.C=.o)
18
19 make_libfiles($(LIBNAME), $(CLASSES))
20
21 #if defined(SunArchitecture) && CplusplusCompilerMajorVersion > 3
22 SimpleLibraryT($(LIBNAME), $(OBJS), $(LIBDIR))
23 #elif defined(LinuxArchitecture) || defined(BSDArchitecture)
24 SimpleLibrary($(LIBNAME), $(OBJS), $(LIBDIR))
25 #else
26 SimpleLibrary($(LIBNAME), $(OBJS), $(LIBDIR))
27 XCOMM RealLibrary($(LIBNAME), $(OBJS), $(LIBDIR))
28 #endif
29
30 LOCAL_LIBRARIES=$(EXCLIB) -lPreferences
31
32 /*
33 SimpleProgramTarget(preftest)
34 */
35
36 DependTarget()