Don't redeclare forceUpdate() with the wrong prototype.
[oweals/cde.git] / cde / programs / dtudcexch / Imakefile
1 XCOMM $XConsortium: Imakefile /main/12 1996/10/17 01:48:11 cde-fuj $
2 /*
3  *  (c) Copyright 1995 FUJITSU LIMITED
4  *  This is source code modified by FUJITSU LIMITED under the Joint
5  *  Development Agreement for the CDEnext PST.
6  *  This is unpublished proprietary source code of FUJITSU LIMITED
7  */
8
9 FONTEDT_PATH1     =  ../dtudcfonted
10 UDC_INC_PATH0     =  -I./
11 UDC_INC_PATH1     =  -I$(FONTEDT_PATH1)
12 UDC_INC_PATH2     =  -I$(FONTEDT_PATH1)/include
13 UDC_INC_PATH3     =  -I$(FONTEDT_PATH1)/libfal
14 UDC_INC_PATH4     =  -I$(FONTEDT_PATH1)/libfal/include
15 UDC_INC_PATH7     =  -I$(FONTEDT_PATH1)/dtgpftobdf
16
17      INCLUDES     = \
18                         $(UDC_INC_PATH0)\
19                         $(UDC_INC_PATH1)\
20                         $(UDC_INC_PATH2)\
21                         $(UDC_INC_PATH3)\
22                         $(UDC_INC_PATH4)\
23                         $(UDC_INC_PATH7)
24
25 #ifdef X11ProjectRoot
26         OPT2 = -DFONTC='"'$(XPROJECTROOT)/bin/bdftopcf'"'
27 #else
28         OPT2 = -DFONTC='"'$(BINDIR)/bdftopcf'"'
29 #endif
30
31 XCOMM On Linux once you link against a C++ library the whole program
32 XCOMM has to be linked with the C++ linker
33 #if defined(LinuxDistribution)
34 CCLINK = $(CXX)
35 #endif
36
37 DEFINES = $(OPT2)
38
39 DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) \
40         $(DEPXPLIB) $(DEPXLIB) \
41         $(FONTEDT_PATH1)/libfuty/liboakfuty.a \
42         $(FONTEDT_PATH1)/libfal/libfal.a 
43
44 LOCAL_LIBRARIES   = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XPLIB) $(XLIB) \
45                 $(FONTEDT_PATH1)/libfuty/liboakfuty.a \
46                 $(FONTEDT_PATH1)/libfal/libfal.a
47
48 SYS_LIBRARIES = DtClientSysLibs
49
50          SRCS     = udcexc.c udcexp.c udcimp.c getbdffn.c excutil.c\
51                     selectx.c exportbdf.c importbdf.c
52
53          OBJS     = udcexc.o udcexp.o udcimp.o getbdffn.o excutil.o\
54                     selectx.o exportbdf.o importbdf.o
55
56 ComplexProgramTarget(dtudcexch)