mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
lib/DtHelp: add automakefiles
This commit is contained in:
parent
ab15f92fbe
commit
f6820cc8fd
2 changed files with 87 additions and 0 deletions
56
cde/lib/DtHelp/Makefile.am
Normal file
56
cde/lib/DtHelp/Makefile.am
Normal file
|
@ -0,0 +1,56 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = il
|
||||
|
||||
lib_LTLIBRARIES = libDtHelp.la
|
||||
|
||||
libDtHelp_la_CFLAGS = -I./il -I./jpeg -I../DtSvc/DtUtil2 -DDTLIB \
|
||||
-DCDE_INSTALLATION_TOP='"${prefix}"' \
|
||||
-DCDE_CONFIGURATION_TOP='"$(CDE_CONFIGURATION_TOP)"'
|
||||
|
||||
libDtHelp_la_LIBADD = -ljpeg il/libil.la
|
||||
|
||||
if SUN
|
||||
libDtHelp_la_CFLAGS += -DICONV_INBUF_CONST=const -DLSB_BIT_ORDER
|
||||
libDtHelp_la_LIBADD += -lw -lgen -lm -lc $(XTOOLLIB) ${X_LIBS}
|
||||
endif
|
||||
|
||||
if AIX
|
||||
libDtHelp_la_CFLAGS += -DICONV_INBUF_CONST=const
|
||||
libDtHelp_la_LIBADD += $(XTOOLLIB) ${X_LIBS} -liconv
|
||||
endif
|
||||
|
||||
if LINUX
|
||||
libDtHelp_la_CFLAGS += -DLSB_BIT_ORDER
|
||||
endif
|
||||
|
||||
if BSD
|
||||
libDtHelp_la_CFLAGS += -DLSB_BIT_ORDER
|
||||
libDtHelp_la_LIBADD += -liconv $(XTOOLLIB) ${X_LIBS}
|
||||
endif
|
||||
|
||||
if HPUX
|
||||
libDtHelp_la_LIBADD += $(LIBSVC) -lXm -lm $(XTOOLLIB) ${X_LIBS}
|
||||
endif
|
||||
|
||||
libDtHelp_la_SOURCES = Actions.c AsciiSpc.c Callbacks.c \
|
||||
Destroy.c Environ_c.c FileListUtils.c \
|
||||
FileUtils.c Font.c Format.c \
|
||||
FormatMan.c FormatTerm.c GifUtils.c \
|
||||
GlobSearch.c Graphics.c HelpAccess.c \
|
||||
HelpDialog.c HelpQuickD.c HelpUtil.c \
|
||||
Helpos.c History.c HourGlass.c \
|
||||
HyperText.c JpegUtils.c Messages.c \
|
||||
PathArea.c Print.c Resize.c \
|
||||
SetList.c VolSelect.c XInterface.c \
|
||||
XUICreate.c XbmUtils.c Access.c \
|
||||
AccessCCDF.c AccessSDL.c CCDFUtil.c \
|
||||
CleanUp.c FontAttr.c FormatCCDF.c \
|
||||
FormatSDL.c FormatUtil.c GenUtils.c \
|
||||
Obsolete.c StringFuncs.c UtilSDL.c \
|
||||
bufio.c decompress.c HelpXlate.c \
|
||||
Canvas.c CanvasOs.c CvString.c \
|
||||
Layout.c LayoutUtil.c LinkMgr.c \
|
||||
Selection.c VirtFuncs.c
|
||||
|
||||
libDtMrm_la_LDFLAGS = -version-info 2:1:0
|
31
cde/lib/DtHelp/il/Makefile.am
Normal file
31
cde/lib/DtHelp/il/Makefile.am
Normal file
|
@ -0,0 +1,31 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_LTLIBRARIES = libil.la
|
||||
|
||||
libil_la_CFLAGS = -I.. -DDTLIB -DCDE_INSTALLATION_TOP='"${prefix}"' \
|
||||
-DCDE_CONFIGURATION_TOP='"$(CDE_CONFIGURATION_TOP)"'
|
||||
|
||||
if BSD
|
||||
libil_la_CFLAGS += -DLSB_BIT_ORDER
|
||||
else
|
||||
if LINUX
|
||||
libil_la_CFLAGS += -DLSB_BIT_ORDER
|
||||
else
|
||||
if SUN
|
||||
libil_la_CFLAGS += -DLSB_BIT_ORDER
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
libil_la_SOURCES = ilX.c ilbigray.c ilcodec.c \
|
||||
ilcontext.c ilconvert.c ilcrop.c \
|
||||
ildata.c ildecompg3.c ildecompg4.c \
|
||||
ildecompjpeg.c ildecomplzw.c ildecomppackbits.c \
|
||||
ildecompress.c ildither.c ilformat.c \
|
||||
ilgraybi.c ilimage.c ilinvert.c \
|
||||
iljpgdecode.c iljpgdecodejif.c iljpgdedct.c \
|
||||
iljpgdehuff.c iljpgutil.c ilmap.c \
|
||||
ilobject.c ilpalette.c ilpipe.c \
|
||||
ilrwimage.c ilscale.c ilscalesample.c \
|
||||
iltiff.c iltiffread.c iltruegray.c \
|
||||
ilupsample.c ilutiljpeg.c ilycbcr.c
|
Loading…
Add table
Add a link
Reference in a new issue