Files
cdesktop/cde/programs/dthelp/dthelpprint/Imakefile
chase dd68514e4f Remove hpversion.h from repository
This patch removes hpversion.h from the repository, this also untangles a
lot of ifdef mess. This closes bug CDExc19524.
2018-10-06 17:00:38 -06:00

23 lines
796 B
Plaintext

XCOMM $TOG: Imakefile /main/11 1997/05/02 12:24:38 samborn $
PROGRAMS = dthelpprint
INCLUDES = -I. -I$(DTHELPSRC)
DEFINES = -DDTLIB $(ICONV_INBUF_DEFINE) \
-DCDE_CONFIGURATION_TOP='"$(CDE_CONFIGURATION_TOP)"' \
-DCDE_INSTALLATION_TOP='"$(CDE_INSTALLATION_TOP)"'
DEPLIBS = $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
/* Sun needs the widechar library */
#ifdef SunArchitecture
SYS_LIBRARIES = DtClientSysLibs -lw $(CXXLIB)
#else
SYS_LIBRARIES = DtClientSysLibs $(CXXLIB)
#endif
SRCS = Main.c Initialize.c PrintUtil.c PrintTopics.c PrintManStrFile.c
OBJS = Main.o Initialize.o PrintUtil.o PrintTopics.o PrintManStrFile.o
ComplexProgramTarget($(PROGRAMS))