mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
* Add libraries where necesary * Point to Freetype2 includes for dtfile * Define default manpath
46 lines
822 B
Text
46 lines
822 B
Text
XCOMM $TOG: Imakefile /main/9 1998/04/06 13:11:38 mgreess $
|
|
|
|
DEFINES = -DXK_MISCELLANY
|
|
INCLUDES = -I.
|
|
|
|
DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
SYS_LIBRARIES = -lm
|
|
|
|
|
|
#ifdef HPArchitecture
|
|
EXTRA_DEFINES = +e
|
|
#endif
|
|
|
|
#ifdef LinuxArchitecture
|
|
SYS_LIBRARIES = -lm -lcrypt
|
|
#endif
|
|
|
|
#ifdef FreeBSDArchitecture
|
|
SYS_LIBRARIES = -lm -lcrypt
|
|
#endif
|
|
|
|
#ifdef SCOArchitecture
|
|
SYS_LIBRARIES = -lm -lcrypt
|
|
#endif
|
|
|
|
#ifdef RsArchitecture
|
|
SYS_LIBRARIES = -liconv
|
|
#endif
|
|
|
|
#ifdef USLArchitecture
|
|
SYS_LIBRARIES = -lm -lgen
|
|
#endif
|
|
|
|
#ifdef UXPArchitecture
|
|
SYS_LIBRARIES = -lm -lgen
|
|
#endif
|
|
|
|
#if defined(SunArchitecture)
|
|
SYS_LIBRARIES = -lm -ldl
|
|
#endif
|
|
|
|
SRCS = Main.c
|
|
OBJS = Main.o
|
|
|
|
ComplexProgramTarget(dtaction)
|