Files
cdesktop/cde/programs/dtaction/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

32 lines
648 B
Plaintext

XCOMM $TOG: Imakefile /main/9 1998/04/06 13:11:38 mgreess $
DEPEND_DEFINES = $(DEPENDDEFINES)
INCLUDES = -I.
DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
SYS_LIBRARIES = -lm
#ifdef HPArchitecture
EXTRA_DEFINES = +e
#endif
#if defined(LinuxArchitecture) || defined(FreeBSDArchitecture) || \
defined(NetBSDArchitecture)
SYS_LIBRARIES = -lm -lcrypt
#endif
#ifdef RsArchitecture
SYS_LIBRARIES = -liconv
#endif
#if defined(SunArchitecture)
SYS_LIBRARIES = -lm -ldl
#endif
SRCS = Main.c
OBJS = Main.o
ComplexProgramTarget(dtaction)