Setting const variable with no type to 'int' (likely the default the
[oweals/cde.git] / cde / programs / dtprintinfo / util / Imakefile
1 XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:50:47 drk $
2 #define DoNormalLib     YES
3 #define DoSharedLib     NO
4 #define DoDebugLib      NO
5 #define DoProfileLib    NO
6 #define LibName         Util
7 #define LibHeaders      NO
8 #define LibInstall      NO
9  
10 #define CplusplusSource YES
11 DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
12
13 INCLUDES = -I.
14
15 #ifdef RsArchitecture
16 EXTRA_DEFINES = -DHAS_EXCEPTIONS
17 #endif
18
19 SRCS = Invoke.C Process.C
20 OBJS = Invoke.o Process.o
21
22 #include <Library.tmpl>
23
24 DependTarget()