Fix warnings on FreeBSD
[oweals/cde.git] / cde / lib / tt / bin / shell / Imakefile
1 XCOMM $XConsortium: Imakefile /main/10 1996/05/08 09:27:50 drk $
2
3 #define CplusplusSource YES
4 DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
5 EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
6
7 #include <Threads.tmpl>
8
9 #include "../../tooltalk.tmpl"
10
11 DEFINES =
12 INCLUDES = $(TIRPCINC) -I. -I../../lib
13
14 DEPLIBS         = TtClientDepLibs
15 LOCAL_LIBRARIES = TtClientLibs
16 SYS_LIBRARIES   =
17
18 #ifdef TtClientExtraLibs
19 EXTRA_LIBRARIES = TtClientExtraLibs
20 #endif
21
22 PROG1 = ttmv
23 SRCS1 = ttmv.C mover.C
24 OBJS1 = ttmv.o mover.o
25
26 PROG2 = ttrm
27 SRCS2 = ttrm.C remover.C
28 OBJS2 = ttrm.o remover.o
29
30 PROG3 = ttcp
31 SRCS3 = ttcp.C copier.C
32 OBJS3 = ttcp.o copier.o
33
34 PROG4 = ttrmdir
35 SRCS4 = $(SRCS2)
36 OBJS4 = $(OBJS2)
37
38 PROGRAMS = $(PROG1) $(PROG2) $(PROG3) $(PROG4)
39
40 NormalCplusplusObjectRule()
41
42 ComplexCplusplusProgramTarget_1($(PROG1),$(LOCAL_LIBRARIES),/**/)
43 ComplexCplusplusProgramTarget_2($(PROG2),$(LOCAL_LIBRARIES),/**/)
44 ComplexCplusplusProgramTarget_3($(PROG3),$(LOCAL_LIBRARIES),/**/)
45 ComplexCplusplusProgramTarget_4($(PROG4),$(LOCAL_LIBRARIES),/**/)
46
47 SpecialCplusplusObjectRule(remover,remover,$(TT_VERSION_DEFINE))
48 SpecialCplusplusObjectRule(mover,mover,$(TT_VERSION_DEFINE))
49 SpecialCplusplusObjectRule(copier,copier,$(TT_VERSION_DEFINE))