dtsession: fix screen saver/locking on linux
[oweals/cde.git] / cde / programs / dtprintinfo / objects / Imakefile
1 XCOMM $TOG: Imakefile /main/5 1998/08/25 12:59:24 mgreess $
2 #define CplusplusSource YES
3 DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
4
5 #define IHaveSubdirs
6 #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
7
8 SUBDIRS = PrintObj
9
10 MakeSubdirs($(SUBDIRS))
11 DependSubdirs($(SUBDIRS))
12
13 INCLUDES = -I. -I.. -I./PrintObj -I../util
14
15 #ifdef SunArchitecture
16 .NO_PARALLEL:
17 #endif
18
19 #ifdef RsArchitecture
20 EXTRA_DEFINES = -DHAS_EXCEPTIONS
21 #endif
22
23 SRCS = BaseObj.C
24 OBJS = BaseObj.o
25
26 NormalCplusplusObjectRule()
27
28 all::   $(OBJS)
29
30 clean::
31         $(RM) *.map