Resolve many build warnings
[oweals/cde.git] / cde / lib / tt / lib / tttk / Imakefile
1 XCOMM $XConsortium: Imakefile /main/6 1996/05/07 19:13:02 drk $
2 #define DoNormalLib     NormalLibTt
3 #define DoSharedLib     SharedLibTt
4 #define DoDebugLib      DebugLibTt
5 #define DoProfileLib    ProfileLibTt
6 #define LibName         tt
7 #define SoRev           SOTTREV
8 #define IncSubdir       Tt
9 #define LibCreate       NO
10 #ifdef TtLargePICTable
11 # define LargePICTable  TtLargePICTable
12 #endif
13
14 #define CplusplusSource YES
15 DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
16
17 #include <Threads.tmpl>
18
19 #include "../../tooltalk.tmpl"
20
21 DEFINES =
22 INCLUDES = -I../../lib
23
24 /*** NOTE!
25  *** Every time a .o is added below it needs to be added to
26  *** the lib/tt/lib Imakefile in DB_OBJS and SHARED_DB_OBJS
27  ***/
28
29 HEADERS = tttk.h
30
31 SRCS =  ttdesktop.C     ttdtfile.C      ttdtprocid.C \
32         ttmedia.C       tttk.C          tttk2free.C \
33         tttkmessage.C   tttkpattern.C   tttkutils.C
34
35 OBJS =  ttdesktop.o     ttdtfile.o      ttdtprocid.o \
36         ttmedia.o       tttk.o          tttk2free.o \
37         tttkmessage.o   tttkpattern.o   tttkutils.o
38
39
40 #include <Library.tmpl>
41
42 SubdirLibraryRule($(OBJS))
43
44 DependTarget()