Files
cdesktop/cde/programs/dthelp/dthelpgen/Imakefile
2012-05-31 13:40:38 +01:00

24 lines
764 B
Plaintext

XCOMM $XConsortium: Imakefile /main/6 1996/04/21 19:29:32 drk $
PROGRAMS = dthelpgen
DEFINES = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
INCLUDES = -I.
DEPLIBS = $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXPLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XPLIB) $(XLIB)
SYS_LIBRARIES = DtClientSysLibs $(CXXLIB)
EXTRA_INCLUDES = -I$(DTHELPSRC)
XCOMM On Linux once you link against a C++ library the whole program
XCOMM has to be linked with the C++ linker
#if defined(LinuxArchitecture)
CCLINK = $(CXX)
#endif
SRCS = helpgen.c version.c
OBJS = helpgen.o version.o
ComplexProgramTarget($(PROGRAMS))