mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
programs/: remove Imakefiles for completed modules
This commit is contained in:
parent
7aa24b086a
commit
51646fb06a
167 changed files with 0 additions and 8348 deletions
|
@ -1,30 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/17 1996/10/06 17:13:20 rws $
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
||||||
|
|
||||||
#if UseNSGMLS
|
|
||||||
NSGMLSDIR = nsgmls
|
|
||||||
#endif
|
|
||||||
EXTRADIRS = types localized tttypes $(NSGMLSDIR) util dtopen
|
|
||||||
|
|
||||||
|
|
||||||
SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
|
|
||||||
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
|
||||||
dtcalc dtaction dtspcd \
|
|
||||||
dtscreen dtksh dtcm dtsearchpath \
|
|
||||||
dtappbuilder dtappintegrate dtprintegrate dtconfig \
|
|
||||||
dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
|
|
||||||
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
|
||||||
dtpdmd dtinfo $(EXTRADIRS)
|
|
||||||
|
|
||||||
LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
|
|
||||||
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
|
||||||
dtcalc dtaction dtcreate \
|
|
||||||
dtscreen dtksh dtcm dtsearchpath \
|
|
||||||
dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
|
|
||||||
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
|
||||||
dtpdmd dtinfo $(EXTRADIRS)
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
LintSubdirs($(LINTSUBDIRS))
|
|
|
@ -1,12 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/7 1996/10/09 14:02:39 drk $
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = $(XLIB)
|
|
||||||
|
|
||||||
#if defined(SunArchitecture)
|
|
||||||
SYS_LIBRARIES = -ldl
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
SRCS = dsdm.c proxy.c
|
|
||||||
OBJS = dsdm.o proxy.o
|
|
||||||
|
|
||||||
ComplexProgramTarget(dsdm)
|
|
|
@ -1,31 +0,0 @@
|
||||||
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)
|
|
|
@ -1,32 +0,0 @@
|
||||||
XCOMM
|
|
||||||
XCOMM $XConsortium: Imakefile /main/3 1995/11/06 17:08:52 rswiston $
|
|
||||||
XCOMM
|
|
||||||
XCOMM @(#)Imakefile 1.4 21 Jan 1994
|
|
||||||
XCOMM
|
|
||||||
XCOMM RESTRICTED CONFIDENTIAL INFORMATION:
|
|
||||||
XCOMM
|
|
||||||
XCOMM The information in this document is subject to special
|
|
||||||
XCOMM restrictions in a confidential disclosure agreement between
|
|
||||||
XCOMM HP, IBM, Sun, USL, SCO and Univel. Do not distribute this
|
|
||||||
XCOMM document outside HP, IBM, Sun, USL, SCO, or Univel without
|
|
||||||
XCOMM Sun's specific written approval. This document and all copies
|
|
||||||
XCOMM and derivative works thereof must be returned or destroyed at
|
|
||||||
XCOMM Sun's request.
|
|
||||||
XCOMM
|
|
||||||
XCOMM Copyright 1993 Sun Microsystems, Inc. All rights reserved.
|
|
||||||
XCOMM
|
|
||||||
XCOMM
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
.NO_PARALLEL: # don't build subdirs in parallel
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = \
|
|
||||||
src
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
|
|
|
@ -1,51 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:26:53 drk $
|
|
||||||
XCOMM
|
|
||||||
XCOMM RESTRICTED CONFIDENTIAL INFORMATION:
|
|
||||||
XCOMM
|
|
||||||
XCOMM The information in this document is subject to special
|
|
||||||
XCOMM restrictions in a confidential disclosure agreement between
|
|
||||||
XCOMM HP, IBM, Sun, USL, SCO and Univel. Do not distribute this
|
|
||||||
XCOMM document outside HP, IBM, Sun, USL, SCO, or Univel without
|
|
||||||
XCOMM Sun's specific written approval. This document and all copies
|
|
||||||
XCOMM and derivative works thereof must be returned or destroyed at
|
|
||||||
XCOMM Sun's request.
|
|
||||||
XCOMM
|
|
||||||
XCOMM (c) Copyright 1996 Digital Equipment Corporation.
|
|
||||||
XCOMM (c) Copyright 1996 Hewlett-Packard Company.
|
|
||||||
XCOMM (c) Copyright 1996 International Business Machines Corp.
|
|
||||||
XCOMM (c) Copyright 1993,1996 Sun Microsystems, Inc.
|
|
||||||
XCOMM (c) Copyright 1996 Novell, Inc.
|
|
||||||
XCOMM (c) Copyright 1996 FUJITSU LIMITED.
|
|
||||||
XCOMM (c) Copyright 1996 Hitachi.
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
.NO_PARALLEL: # don't build subdirs in parallel
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = libAButil libABobj libABobjXm libABil abmf ab
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
|
|
||||||
dtbuilder::
|
|
||||||
@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
|
|
||||||
for i in libAButil libABobj libABobjXm libABil ab ;\
|
|
||||||
do \
|
|
||||||
(cd $$i ; echo "making" dtbuilder "in $(CURRENT_DIR)/$$i..."; \
|
|
||||||
$(MAKE) $(MFLAGS) 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'FIRST_LIBPATH=$(FIRST_LIBPATH)' 'FIRST_INCLUDES=$(FIRST_INCLUDES)' dtbuilder); \
|
|
||||||
done
|
|
||||||
|
|
||||||
dtcodegen::
|
|
||||||
@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
|
|
||||||
for i in libAButil libABobj libABobjXm libABil abmf ;\
|
|
||||||
do \
|
|
||||||
(cd $$i ; echo "making" dtcodegen "in $(CURRENT_DIR)/$$i..."; \
|
|
||||||
$(MAKE) $(MFLAGS) 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'FIRST_LIBPATH=$(FIRST_LIBPATH)' 'FIRST_INCLUDES=$(FIRST_INCLUDES)' dtcodegen); \
|
|
||||||
done
|
|
||||||
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) -rf include
|
|
|
@ -1,374 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/19 1999/03/29 09:33:27 mgreess $
|
|
||||||
XCOMM
|
|
||||||
XCOMM RESTRICTED CONFIDENTIAL INFORMATION:
|
|
||||||
XCOMM
|
|
||||||
XCOMM The information in this document is subject to special
|
|
||||||
XCOMM restrictions in a confidential disclosure agreement between
|
|
||||||
XCOMM HP, IBM, Sun, USL, SCO and Univel. Do not distribute this
|
|
||||||
XCOMM document outside HP, IBM, Sun, USL, SCO, or Univel without
|
|
||||||
XCOMM Sun's specific written approval. This document and all copies
|
|
||||||
XCOMM and derivative works thereof must be returned or destroyed at
|
|
||||||
XCOMM Sun's request.
|
|
||||||
XCOMM
|
|
||||||
XCOMM (c) Copyright 1996 Digital Equipment Corporation.
|
|
||||||
XCOMM (c) Copyright 1996 Hewlett-Packard Company.
|
|
||||||
XCOMM (c) Copyright 1996 International Business Machines Corp.
|
|
||||||
XCOMM (c) Copyright 1993,1996 Sun Microsystems, Inc.
|
|
||||||
XCOMM (c) Copyright 1996 Novell, Inc.
|
|
||||||
XCOMM (c) Copyright 1996 FUJITSU LIMITED.
|
|
||||||
XCOMM (c) Copyright 1996 Hitachi.
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Since dtcodegen depends on libXm, libDtWidget, and other libs,
|
|
||||||
* it will not be built properly during make includes.
|
|
||||||
* So, when 'all' is made in this directory, redo make includes/depend.
|
|
||||||
* An imake hack no doubt, but it is necessary for now.
|
|
||||||
*/
|
|
||||||
all:: generated_includes abdepend
|
|
||||||
|
|
||||||
#include "../ab.tmpl"
|
|
||||||
#include "../ab.rules"
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(ABINCLUDES)
|
|
||||||
DEFINES = -DPIXMAP_WORKAROUND
|
|
||||||
|
|
||||||
#ifndef GeneratedUISource
|
|
||||||
#define GeneratedUISource(macro, suffix) @@\
|
|
||||||
macro = \ @@\
|
|
||||||
Concat(dtb_utils,suffix) \ @@\
|
|
||||||
Concat(appfw_ui,suffix) \ @@\
|
|
||||||
Concat(brws_ui,suffix) \ @@\
|
|
||||||
Concat(color_chooser_ui,suffix) \ @@\
|
|
||||||
Concat(conn_ui,suffix) \ @@\
|
|
||||||
Concat(dnd_ed_ui,suffix) \ @@\
|
|
||||||
Concat(help_ed_ui,suffix) \ @@\
|
|
||||||
Concat(attch_ed_ui,suffix) \ @@\
|
|
||||||
Concat(proj_ui,suffix) \ @@\
|
|
||||||
Concat(revolv_ui,suffix) \ @@\
|
|
||||||
Concat(button_ui,suffix) \ @@\
|
|
||||||
Concat(choice_ui,suffix) \ @@\
|
|
||||||
Concat(combobox_ui,suffix) \ @@\
|
|
||||||
Concat(cpanel_ui,suffix) \ @@\
|
|
||||||
Concat(custdlg_ui,suffix) \ @@\
|
|
||||||
Concat(drawp_ui,suffix) \ @@\
|
|
||||||
Concat(group_ui,suffix) \ @@\
|
|
||||||
Concat(label_ui,suffix) \ @@\
|
|
||||||
Concat(list_ui,suffix) \ @@\
|
|
||||||
Concat(mainwin_ui,suffix) \ @@\
|
|
||||||
Concat(menu_ui,suffix) \ @@\
|
|
||||||
Concat(menubar_ui,suffix) \ @@\
|
|
||||||
Concat(scale_ui,suffix) \ @@\
|
|
||||||
Concat(sep_ui,suffix) \ @@\
|
|
||||||
Concat(spinbox_ui,suffix) \ @@\
|
|
||||||
Concat(termp_ui,suffix) \ @@\
|
|
||||||
Concat(textf_ui,suffix) \ @@\
|
|
||||||
Concat(textp_ui,suffix) \ @@\
|
|
||||||
Concat(cgen_win_ui,suffix) \ @@\
|
|
||||||
Concat(cgen_props_ui,suffix) \ @@\
|
|
||||||
Concat(cgen_env_ui,suffix) \ @@\
|
|
||||||
Concat(fchooser_ui,suffix) \ @@\
|
|
||||||
Concat(message_ed_ui,suffix) \ @@\
|
|
||||||
Concat(panedwin_ed_ui,suffix) \ @@\
|
|
||||||
Concat(palette_ui,suffix) \ @@\
|
|
||||||
Concat(about_box_ui,suffix)
|
|
||||||
#endif
|
|
||||||
GeneratedUISource(TARGETS.h,.h)
|
|
||||||
GeneratedUISource(TARGETS.c,.c)
|
|
||||||
GeneratedUISource(TARGETS.o,.o)
|
|
||||||
|
|
||||||
TARGETS.h.merged = \
|
|
||||||
dtbuilder.h
|
|
||||||
|
|
||||||
#ifndef GeneratedStubsSource
|
|
||||||
#define GeneratedStubsSource(macro, suffix) @@\
|
|
||||||
macro = \ @@\
|
|
||||||
Concat(appfw_stubs,suffix) \ @@\
|
|
||||||
Concat(brws_stubs,suffix) \ @@\
|
|
||||||
Concat(color_chooser_stubs,suffix) \ @@\
|
|
||||||
Concat(conn_stubs,suffix) \ @@\
|
|
||||||
Concat(dnd_ed_stubs,suffix) \ @@\
|
|
||||||
Concat(help_ed_stubs,suffix) \ @@\
|
|
||||||
Concat(attch_ed_stubs,suffix) \ @@\
|
|
||||||
Concat(proj_stubs,suffix) \ @@\
|
|
||||||
Concat(revolv_stubs,suffix) \ @@\
|
|
||||||
Concat(button_stubs,suffix) \ @@\
|
|
||||||
Concat(choice_stubs,suffix) \ @@\
|
|
||||||
Concat(combobox_stubs,suffix) \ @@\
|
|
||||||
Concat(cpanel_stubs,suffix) \ @@\
|
|
||||||
Concat(custdlg_stubs,suffix) \ @@\
|
|
||||||
Concat(drawp_stubs,suffix) \ @@\
|
|
||||||
Concat(group_stubs,suffix) \ @@\
|
|
||||||
Concat(label_stubs,suffix) \ @@\
|
|
||||||
Concat(list_stubs,suffix) \ @@\
|
|
||||||
Concat(mainwin_stubs,suffix) \ @@\
|
|
||||||
Concat(menu_stubs,suffix) \ @@\
|
|
||||||
Concat(menubar_stubs,suffix) \ @@\
|
|
||||||
Concat(scale_stubs,suffix) \ @@\
|
|
||||||
Concat(sep_stubs,suffix) \ @@\
|
|
||||||
Concat(spinbox_stubs,suffix) \ @@\
|
|
||||||
Concat(termp_stubs,suffix) \ @@\
|
|
||||||
Concat(textf_stubs,suffix) \ @@\
|
|
||||||
Concat(textp_stubs,suffix) \ @@\
|
|
||||||
Concat(cgen_win_stubs,suffix) \ @@\
|
|
||||||
Concat(cgen_props_stubs,suffix) \ @@\
|
|
||||||
Concat(cgen_env_stubs,suffix) \ @@\
|
|
||||||
Concat(fchooser_stubs,suffix) \ @@\
|
|
||||||
Concat(message_ed_stubs,suffix) \ @@\
|
|
||||||
Concat(palette_stubs,suffix) \ @@\
|
|
||||||
Concat(about_box_stubs,suffix)
|
|
||||||
#endif
|
|
||||||
GeneratedStubsSource(TARGETS.c.stubs,.c)
|
|
||||||
GeneratedStubsSource(TARGETS.o.stubs,.o)
|
|
||||||
|
|
||||||
TARGETS.c.merged = \
|
|
||||||
dtbuilder.c \
|
|
||||||
$(TARGETS.c.stubs)
|
|
||||||
|
|
||||||
SOURCES.h = $(TARGETS.h.merged) $(TARGETS.h)
|
|
||||||
|
|
||||||
SOURCES.c = $(TARGETS.c.merged) $(TARGETS.c)
|
|
||||||
|
|
||||||
|
|
||||||
SOURCES.h.shipped =
|
|
||||||
|
|
||||||
SOURCES.h.shared = \
|
|
||||||
$(TARGETS.h) \
|
|
||||||
ab.h \
|
|
||||||
ab_resources.h \
|
|
||||||
ab_utils.h \
|
|
||||||
abobj.h \
|
|
||||||
abobj_edit.h \
|
|
||||||
abobj_list.h \
|
|
||||||
abobj_set.h \
|
|
||||||
abobjP.h \
|
|
||||||
ab_bil.h \
|
|
||||||
ab_dnd.h \
|
|
||||||
appfw.h \
|
|
||||||
attch_ed.h \
|
|
||||||
brws.h \
|
|
||||||
brwsP.h \
|
|
||||||
cgen.h \
|
|
||||||
color_chooser.h \
|
|
||||||
conn.h \
|
|
||||||
connP.h \
|
|
||||||
dtbuilder.h \
|
|
||||||
help.h \
|
|
||||||
message.h \
|
|
||||||
pal.h \
|
|
||||||
proj.h \
|
|
||||||
projP.h \
|
|
||||||
prop.h \
|
|
||||||
propP.h \
|
|
||||||
tmode.h \
|
|
||||||
tmodeP.h \
|
|
||||||
ui_util.h \
|
|
||||||
vwr.h \
|
|
||||||
x_util.h
|
|
||||||
|
|
||||||
SOURCES.h.unshared = \
|
|
||||||
abobjP.h
|
|
||||||
|
|
||||||
SOURCES.msg = \
|
|
||||||
dtbuilder.msg \
|
|
||||||
../libAButil/libAButil.msg \
|
|
||||||
../libABobjXm/libABobjXm.msg \
|
|
||||||
../libABil/libABil.msg
|
|
||||||
|
|
||||||
AB_MAKEFILES = \
|
|
||||||
Makefile.aix \
|
|
||||||
Makefile.hpux \
|
|
||||||
Makefile.sunos \
|
|
||||||
Makefile.linux \
|
|
||||||
Makefile.freebsd \
|
|
||||||
Makefile.netbsd \
|
|
||||||
Makefile.openbsd
|
|
||||||
|
|
||||||
#ifndef UngeneratedSource
|
|
||||||
#define UngeneratedSource(macro, suffix) @@\
|
|
||||||
macro = \ @@\
|
|
||||||
Concat(ab_utils,suffix) \ @@\
|
|
||||||
Concat(ab_bil,suffix) \ @@\
|
|
||||||
Concat(ab_dnd,suffix) \ @@\
|
|
||||||
Concat(ab_globals,suffix) \ @@\
|
|
||||||
Concat(abobj_align,suffix) \ @@\
|
|
||||||
Concat(abobj_edit,suffix) \ @@\
|
|
||||||
Concat(abobj_list,suffix) \ @@\
|
|
||||||
Concat(abobj_events,suffix) \ @@\
|
|
||||||
Concat(abobj_layers,suffix) \ @@\
|
|
||||||
Concat(abobj_layout,suffix) \ @@\
|
|
||||||
Concat(abobj_menu,suffix) \ @@\
|
|
||||||
Concat(abobj_move,suffix) \ @@\
|
|
||||||
Concat(abobj_resize,suffix) \ @@\
|
|
||||||
Concat(abobj_select,suffix) \ @@\
|
|
||||||
Concat(abobj_set,suffix) \ @@\
|
|
||||||
Concat(abobj_util,suffix) \ @@\
|
|
||||||
Concat(brws,suffix) \ @@\
|
|
||||||
Concat(brws_find,suffix) \ @@\
|
|
||||||
Concat(brws_mthds,suffix) \ @@\
|
|
||||||
Concat(brws_utils,suffix) \ @@\
|
|
||||||
Concat(cgen_utils,suffix) \ @@\
|
|
||||||
Concat(conn_drag,suffix) \ @@\
|
|
||||||
Concat(conn_interpret,suffix) \ @@\
|
|
||||||
Concat(conn_obj,suffix) \ @@\
|
|
||||||
Concat(dtbuilder,suffix) \ @@\
|
|
||||||
Concat(pal,suffix) \ @@\
|
|
||||||
Concat(pal_create,suffix) \ @@\
|
|
||||||
Concat(pal_button,suffix) \ @@\
|
|
||||||
Concat(pal_choice,suffix) \ @@\
|
|
||||||
Concat(pal_combobox,suffix) \ @@\
|
|
||||||
Concat(pal_cpanel,suffix) \ @@\
|
|
||||||
Concat(pal_custdlg,suffix) \ @@\
|
|
||||||
Concat(pal_drawp,suffix) \ @@\
|
|
||||||
Concat(pal_fchooser,suffix) \ @@\
|
|
||||||
Concat(pal_group,suffix) \ @@\
|
|
||||||
Concat(pal_label,suffix) \ @@\
|
|
||||||
Concat(pal_list,suffix) \ @@\
|
|
||||||
Concat(pal_mainwin,suffix) \ @@\
|
|
||||||
Concat(pal_menu,suffix) \ @@\
|
|
||||||
Concat(pal_menubar,suffix) \ @@\
|
|
||||||
Concat(pal_panedwin,suffix) \ @@\
|
|
||||||
Concat(pal_scale,suffix) \ @@\
|
|
||||||
Concat(pal_sep,suffix) \ @@\
|
|
||||||
Concat(pal_spinbox,suffix) \ @@\
|
|
||||||
Concat(pal_termp,suffix) \ @@\
|
|
||||||
Concat(pal_textf,suffix) \ @@\
|
|
||||||
Concat(pal_textp,suffix) \ @@\
|
|
||||||
Concat(proj,suffix) \ @@\
|
|
||||||
Concat(proj_utils,suffix) \ @@\
|
|
||||||
Concat(projP_utils,suffix) \ @@\
|
|
||||||
Concat(prop,suffix) \ @@\
|
|
||||||
Concat(prop_items,suffix) \ @@\
|
|
||||||
Concat(tmode,suffix) \ @@\
|
|
||||||
Concat(tmodeP,suffix) \ @@\
|
|
||||||
Concat(ui_msg,suffix) \ @@\
|
|
||||||
Concat(ui_list,suffix) \ @@\
|
|
||||||
Concat(ui_util,suffix) \ @@\
|
|
||||||
Concat(vwr,suffix) \ @@\
|
|
||||||
Concat(x_util,suffix)
|
|
||||||
#endif
|
|
||||||
UngeneratedSource(NONTGTS.c,.c)
|
|
||||||
UngeneratedSource(NONTGTS.o,.o)
|
|
||||||
|
|
||||||
SRCS2 = $(TARGETS.c) $(TARGETS.c.stubs) $(NONTGTS.c)
|
|
||||||
OBJS2 = $(TARGETS.o) $(TARGETS.o.stubs) $(NONTGTS.o)
|
|
||||||
|
|
||||||
SYS_LIBRARIES = -lm $(ICONVSYSLIB) $(DYNLIBSYSLIB) $(REGEXSYSLIB)
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
WAITTARGET = .WAIT
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
#ifdef BSDArchitecture
|
|
||||||
UTILLIB = -lutil
|
|
||||||
#endif /* BSDArchitecture */
|
|
||||||
|
|
||||||
PROGRAMS = dtbuilder
|
|
||||||
LINTLIBS = $(XINPUTLIB) $(DTHELPLIB) $(DTSVCLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
|
|
||||||
/* DEPLIBS contains the list of library depencies for a client.
|
|
||||||
* LOCAL_LIBRARIES contains the list of libraries on the link line.
|
|
||||||
* Generally, the dependency form of a library has DEP as a prefix.
|
|
||||||
* e.g. put $(XLIB) in LOCAL_LIBRARIES and $(DEPXLIB) in DEPLIBS.
|
|
||||||
* NOTE: if DEPLIBS is not set here, it is by default null and there
|
|
||||||
* are no library dependencies for clients.
|
|
||||||
* You cannot put -Llibpath into DEPLIBS. You must put actual
|
|
||||||
* paths to the library.
|
|
||||||
*/
|
|
||||||
DEPLIBS = ../libABil/libABil.a ../libABobjXm/libABobjXm.a \
|
|
||||||
../libABobj/libABobj.a ../libAButil/libAButil.a $(DEPDTWIDGETLIB) \
|
|
||||||
$(DEPDTTERMLIB) $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB) \
|
|
||||||
$(DEPUILLIB) $(DEPMRESOURCELIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB) \
|
|
||||||
$(DEPUTILLIB)
|
|
||||||
LOCAL_LIBRARIES = ../libABil/libABil.a ../libABobjXm/libABobjXm.a \
|
|
||||||
../libABobj/libABobj.a ../libAButil/libAButil.a \
|
|
||||||
$(DTWIDGETLIB) $(DTTERMLIB) $(DTHELPLIB) $(DTSVCLIB) \
|
|
||||||
$(TTLIB) $(UILLIB) $(MRESOURCELIB) $(XMLIB) $(XTOOLLIB) $(XLIB) \
|
|
||||||
$(UTILLIB)
|
|
||||||
|
|
||||||
/* dtcodegen needs path to catalogfile */
|
|
||||||
DTCODEGENCAT = NLSPATH=$(CDESRC)/dtappbuilder/src/abmf/dtcodegen.cat
|
|
||||||
|
|
||||||
$(OBJS2): $(SOURCES.h)
|
|
||||||
|
|
||||||
XCOMM dtcodegen wants to rewrite some files, so we make copies for it.
|
|
||||||
dtbuilder.msg: dtbuilder.msg.src
|
|
||||||
$(CP) $? $@ && chmod ug+w $@
|
|
||||||
dtbuilder.c: dtbuilder.c.src
|
|
||||||
$(CP) $? $@ && chmod ug+w $@
|
|
||||||
|
|
||||||
includes:: dtbuilder.msg dtbuilder.c
|
|
||||||
|
|
||||||
all:: $(PROGRAMS)
|
|
||||||
|
|
||||||
ComplexProgramTarget_2(dtbuilder,$(LOCAL_LIBRARIES),)
|
|
||||||
|
|
||||||
abdepend:: DependFileName
|
|
||||||
|
|
||||||
DependFileName::
|
|
||||||
-RunProgram(DEPEND,$(DEPENDFLAGS) $(ALLDEFINES) $(DEPEND_DEFINES) $(SRCS2)) > $@
|
|
||||||
|
|
||||||
clean::
|
|
||||||
RemoveFile(ProgramTargetName($(PROGRAMS)))
|
|
||||||
|
|
||||||
AbMessageCatalogTarget(dtbuilder)
|
|
||||||
|
|
||||||
XCOMM Try to replace the original dtbuilder.msg.src file if necessary.
|
|
||||||
all:: dtbuilder dtbuilder.cat
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) $(TARGETS.h) $(TARGETS.c) $(AB_MAKEFILES) .dtcodegen.log *.delta dtbuilder.c dtbuilder.msg
|
|
||||||
|
|
||||||
CppSourceFile(Dtbuilder,Dtbuilder.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
|
|
||||||
LinkFileList(generated_includes,$(SOURCES.h.shared),../include/ab_private,../../ab)
|
|
||||||
|
|
||||||
XCOMM includes:: generated_includes
|
|
||||||
sdtgilcvt:
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
dtbuilder.h + dtb_utils.c + dtb_utils.h:: dtbuilder.bip dtbuilder.c dtbuilder.msg
|
|
||||||
$(DTCODEGEN) -changed -merge -p dtbuilder.bip -main
|
|
||||||
dtbuilder.o: dtbuilder.c dtbuilder.bip $(TARGETS.h) $(TARGETS.h.merged)
|
|
||||||
#else
|
|
||||||
dtbuilder.h dtb_utils.c dtb_utils.h:: dtbuilder.bip dtbuilder.c dtbuilder.msg
|
|
||||||
$(DTCODEGEN) -changed -merge -p dtbuilder.bip -main
|
|
||||||
dtbuilder.o: dtbuilder.c dtbuilder.bip $(TARGETS.h) $(TARGETS.h.merged)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
PROJFILE = dtbuilder
|
|
||||||
|
|
||||||
BilTarget(about_box)
|
|
||||||
BilTarget(appfw)
|
|
||||||
BilTarget(attch_ed)
|
|
||||||
BilTarget(brws)
|
|
||||||
BilTarget(button)
|
|
||||||
BilTarget(cgen_env)
|
|
||||||
BilTarget(cgen_props)
|
|
||||||
BilTarget(cgen_win)
|
|
||||||
BilTarget(choice)
|
|
||||||
BilTarget(color_chooser)
|
|
||||||
BilTarget(combobox)
|
|
||||||
BilTarget(conn)
|
|
||||||
BilTarget(cpanel)
|
|
||||||
BilTarget(custdlg)
|
|
||||||
BilTarget(dnd_ed)
|
|
||||||
BilTarget(drawp)
|
|
||||||
BilTarget(fchooser)
|
|
||||||
BilTarget(group)
|
|
||||||
BilTarget(help_ed)
|
|
||||||
BilTarget(label)
|
|
||||||
BilTarget(list)
|
|
||||||
BilTarget(mainwin)
|
|
||||||
BilTarget(menu)
|
|
||||||
BilTarget(menubar)
|
|
||||||
BilTarget(message_ed)
|
|
||||||
BilTarget(palette)
|
|
||||||
BilTarget(panedwin_ed)
|
|
||||||
BilTarget(proj)
|
|
||||||
BilTarget(revolv)
|
|
||||||
BilTarget(scale)
|
|
||||||
BilTarget(sep)
|
|
||||||
BilTarget(spinbox)
|
|
||||||
BilTarget(termp)
|
|
||||||
BilTarget(textf)
|
|
||||||
BilTarget(textp)
|
|
|
@ -1,166 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/13 1996/10/09 14:03:09 drk $
|
|
||||||
XCOMM
|
|
||||||
XCOMM RESTRICTED CONFIDENTIAL INFORMATION:
|
|
||||||
XCOMM
|
|
||||||
XCOMM The information in this document is subject to special
|
|
||||||
XCOMM restrictions in a confidential disclosure agreement between
|
|
||||||
XCOMM HP, IBM, Sun, USL, SCO, Fujitsu and Univel. Do not distribute this
|
|
||||||
XCOMM document outside HP, IBM, Sun, USL, SCO, Fujitsu, or Univel without
|
|
||||||
XCOMM Sun's specific written approval. This document and all copies
|
|
||||||
XCOMM and derivative works thereof must be returned or destroyed at
|
|
||||||
XCOMM Sun's request.
|
|
||||||
XCOMM
|
|
||||||
XCOMM (c) Copyright 1996 Digital Equipment Corporation.
|
|
||||||
XCOMM (c) Copyright 1996 Hewlett-Packard Company.
|
|
||||||
XCOMM (c) Copyright 1996 International Business Machines Corp.
|
|
||||||
XCOMM (c) Copyright 1993,1996 Sun Microsystems, Inc.
|
|
||||||
XCOMM (c) Copyright 1996 Novell, Inc.
|
|
||||||
XCOMM (c) Copyright 1996 FUJITSU LIMITED.
|
|
||||||
XCOMM (c) Copyright 1996 Hitachi.
|
|
||||||
|
|
||||||
#include "../ab.tmpl"
|
|
||||||
#include "../ab.rules"
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(ABINCLUDES)
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
DEFINES =
|
|
||||||
|
|
||||||
SOURCES.h.shipped =
|
|
||||||
|
|
||||||
SOURCES.h.shared = \
|
|
||||||
abmf.h
|
|
||||||
|
|
||||||
SOURCES.h.unshared = \
|
|
||||||
abmfP.h \
|
|
||||||
argsP.h \
|
|
||||||
cdefsP.h \
|
|
||||||
connectP.h \
|
|
||||||
create_declsP.h \
|
|
||||||
dtb_utils.h \
|
|
||||||
ui_header_fileP.h \
|
|
||||||
instancesP.h \
|
|
||||||
lib_func_stringsP.h \
|
|
||||||
make_fileP.h \
|
|
||||||
merge_cP.h \
|
|
||||||
motifdefsP.h \
|
|
||||||
msg_cvt.h \
|
|
||||||
msg_file.h \
|
|
||||||
msg_fileP.h \
|
|
||||||
obj_namesP.h \
|
|
||||||
parse_cP.h \
|
|
||||||
proj_c_fileP.h \
|
|
||||||
proj_header_fileP.h \
|
|
||||||
resource_fileP.h \
|
|
||||||
stubs_c_fileP.h \
|
|
||||||
ui_c_fileP.h \
|
|
||||||
ui_header_fileP.h \
|
|
||||||
utils_c_fileP.h \
|
|
||||||
utils_header_fileP.h \
|
|
||||||
utilsP.h \
|
|
||||||
write_cP.h \
|
|
||||||
write_codeP.h
|
|
||||||
|
|
||||||
SOURCES.msg = \
|
|
||||||
dtcodegen.msg \
|
|
||||||
../libAButil/libAButil.msg \
|
|
||||||
../libABobjXm/libABobjXm.msg \
|
|
||||||
../libABil/libABil.msg
|
|
||||||
|
|
||||||
SRCS = abmf.c args.c \
|
|
||||||
cdefs.c connect.c \
|
|
||||||
create_decls.c dtb_utils.c \
|
|
||||||
generate_code.c instances.c \
|
|
||||||
lib_func_strings.c make_file.c \
|
|
||||||
merge_c.c motifdefs.c \
|
|
||||||
msg_cvt.c msg_file.c \
|
|
||||||
obj_names.c parse_c.c \
|
|
||||||
proj_c_file.c proj_header_file.c \
|
|
||||||
resource_file.c stubs_c_file.c \
|
|
||||||
ui_c_file.c ui_header_file.c \
|
|
||||||
utils.c utils_c_file.c \
|
|
||||||
utils_header_file.c write_c.c \
|
|
||||||
write_code.c
|
|
||||||
|
|
||||||
OBJS = abmf.o args.o \
|
|
||||||
cdefs.o connect.o \
|
|
||||||
create_decls.o dtb_utils.o \
|
|
||||||
generate_code.o instances.o \
|
|
||||||
lib_func_strings.o make_file.o \
|
|
||||||
merge_c.o motifdefs.o \
|
|
||||||
msg_cvt.o msg_file.o \
|
|
||||||
obj_names.o parse_c.o \
|
|
||||||
proj_c_file.o proj_header_file.o \
|
|
||||||
resource_file.o stubs_c_file.o \
|
|
||||||
ui_c_file.o ui_header_file.o \
|
|
||||||
utils.o utils_c_file.o \
|
|
||||||
utils_header_file.o write_c.o \
|
|
||||||
write_code.o
|
|
||||||
|
|
||||||
SYS_LIBRARIES = -lm $(ICONVSYSLIB) $(DYNLIBSYSLIB) $(REGEXSYSLIB)
|
|
||||||
|
|
||||||
#ifdef AlphaArchitecture
|
|
||||||
CCOPTIONS = -std1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
CCOPTIONS = -qnoro
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
WAITTARGET = .WAIT
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
#ifdef BSDArchitecture
|
|
||||||
UTILLIB = -lutil
|
|
||||||
#endif /* BSDArchitecture */
|
|
||||||
|
|
||||||
PROGRAMS = dtcodegen
|
|
||||||
LINTLIBS = $(XINPUTLIB) $(DTHELPLIB) $(DTSVCLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
|
|
||||||
/* DEPLIBS contains the list of library depencies for a client.
|
|
||||||
* LOCAL_LIBRARIES contains the list of libraries on the link line.
|
|
||||||
* Generally, the dependency form of a library has DEP as a prefix.
|
|
||||||
* e.g. put $(XLIB) in LOCAL_LIBRARIES and $(DEPXLIB) in DEPLIBS.
|
|
||||||
* NOTE: if DEPLIBS is not set here, it is by default null and there
|
|
||||||
* are no library dependencies for clients.
|
|
||||||
* You cannot put -Llibpath into DEPLIBS. You must put actual
|
|
||||||
* paths to the library.
|
|
||||||
*/
|
|
||||||
DEPLIBS = ../libABil/libABil.a ../libABobjXm/libABobjXm.a \
|
|
||||||
../libABobj/libABobj.a ../libAButil/libAButil.a \
|
|
||||||
$(DEPDTTERMLIB) $(DEPDTHELPLIB) $(DEPDTWIDGETLIB) \
|
|
||||||
$(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) \
|
|
||||||
$(DEPXTOOLLIB) $(DEPXLIB) $(DEPUTILLIB)
|
|
||||||
LOCAL_LIBRARIES = ../libABil/libABil.a ../libABobjXm/libABobjXm.a \
|
|
||||||
../libABobj/libABobj.a ../libAButil/libAButil.a \
|
|
||||||
$(DTTERMLIB) $(DTHELPLIB) $(DTWIDGETLIB) \
|
|
||||||
$(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) $(UTILLIB)
|
|
||||||
|
|
||||||
ComplexProgramTarget(dtcodegen)
|
|
||||||
|
|
||||||
AbMessageCatalogTarget(dtcodegen)
|
|
||||||
|
|
||||||
LinkFileList(shared_includes,$(SOURCES.h.shared),../include/ab_private,../../abmf)
|
|
||||||
|
|
||||||
includes:: shared_includes $(WAITTARGET)
|
|
||||||
|
|
||||||
SRCS2 = ab_func_strings.c
|
|
||||||
OBJS2 = ab_func_strings.o
|
|
||||||
DEPLIBS2 = ../libAButil/libAButil.a
|
|
||||||
ComplexProgramTarget_2(ab_func_strings,$(DEPLIBS2),$(SYS_LIBRARIES))
|
|
||||||
|
|
||||||
XCOMM
|
|
||||||
XCOMM Test harnesses and drivers
|
|
||||||
XCOMM
|
|
||||||
test_parse_main.o: parse_c.c
|
|
||||||
$(CC) $(CFLAGS) -DMAIN -c -o test_parse_main.o parse_c.c
|
|
||||||
|
|
||||||
test_parse: test_parse_main.o ../libAButil/libAButil.a
|
|
||||||
$(CC) $(CFLAGS) -o test_parse test_parse_main.o ../libAButil/libAButil.a
|
|
||||||
|
|
||||||
test_merge_main.o: merge_c.c
|
|
||||||
$(CC) $(CFLAGS) -DMAIN -c -o test_merge_main.o merge_c.c
|
|
||||||
|
|
||||||
test_merge: test_merge_main.o parse_c.o ../libAButil/libAButil.a
|
|
||||||
$(LINKCC) $(CFLAGS) $(LDOPTIONS) -o test_merge test_merge_main.o parse_c.o ../libAButil/libAButil.a
|
|
||||||
|
|
|
@ -1,121 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/8 1996/10/09 14:03:24 drk $
|
|
||||||
XCOMM
|
|
||||||
XCOMM RESTRICTED CONFIDENTIAL INFORMATION:
|
|
||||||
XCOMM
|
|
||||||
XCOMM The information in this document is subject to special
|
|
||||||
XCOMM restrictions in a confidential disclosure agreement between
|
|
||||||
XCOMM HP, IBM, Sun, USL, SCO and Univel. Do not distribute this
|
|
||||||
XCOMM document outside HP, IBM, Sun, USL, SCO, or Univel without
|
|
||||||
XCOMM Sun's specific written approval. This document and all copies
|
|
||||||
XCOMM and derivative works thereof must be returned or destroyed at
|
|
||||||
XCOMM Sun's request.
|
|
||||||
XCOMM
|
|
||||||
XCOMM (c) Copyright 1996 Digital Equipment Corporation.
|
|
||||||
XCOMM (c) Copyright 1996 Hewlett-Packard Company.
|
|
||||||
XCOMM (c) Copyright 1996 International Business Machines Corp.
|
|
||||||
XCOMM (c) Copyright 1993,1996 Sun Microsystems, Inc.
|
|
||||||
XCOMM (c) Copyright 1996 Novell, Inc.
|
|
||||||
XCOMM (c) Copyright 1996 FUJITSU LIMITED.
|
|
||||||
XCOMM (c) Copyright 1996 Hitachi.
|
|
||||||
|
|
||||||
#define DoNormalLib YES
|
|
||||||
#define DoSharedLib NO
|
|
||||||
#define DoDebugLib NO
|
|
||||||
#define DoProfileLib NO
|
|
||||||
#define LibName ABil
|
|
||||||
#define LibHeaders NO
|
|
||||||
#define LibInstall NO
|
|
||||||
|
|
||||||
#include "../ab.tmpl"
|
|
||||||
#include "../ab.rules"
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(ABINCLUDES)
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
DEFINES =
|
|
||||||
|
|
||||||
SOURCES.h.shipped=
|
|
||||||
|
|
||||||
SOURCES.h.shared= \
|
|
||||||
abuil_load.h \
|
|
||||||
abuil_print.h \
|
|
||||||
bil.h \
|
|
||||||
bil_parse.h \
|
|
||||||
gil.h
|
|
||||||
|
|
||||||
SOURCES.h.unshared= \
|
|
||||||
abuil_loadP.h \
|
|
||||||
bilP.h \
|
|
||||||
bil_loadattP.h \
|
|
||||||
gilP.h \
|
|
||||||
gil_loadattP.h \
|
|
||||||
loadP.h
|
|
||||||
|
|
||||||
SOURCES.l =
|
|
||||||
|
|
||||||
SOURCES.y = \
|
|
||||||
bil_parse.y
|
|
||||||
|
|
||||||
SRCS = abuil_load.c abuil_print.c \
|
|
||||||
abuil_resource_attr_map.c abuil_trav.c \
|
|
||||||
abuil_widget_obj_map.c bil.c \
|
|
||||||
bil_lexer.c bil_loadact.c \
|
|
||||||
bil_loadatt.c bil_loadfile.c \
|
|
||||||
bil_loadobj.c bil_parse.c \
|
|
||||||
bil_store.c gil.c \
|
|
||||||
gil_loadact.c gil_loadatt.c \
|
|
||||||
gil_loadfile.c gil_loadobj.c \
|
|
||||||
load.c
|
|
||||||
|
|
||||||
OBJS = abuil_load.o abuil_print.o \
|
|
||||||
abuil_resource_attr_map.o abuil_trav.o \
|
|
||||||
abuil_widget_obj_map.o bil.o \
|
|
||||||
bil_lexer.o bil_loadact.o \
|
|
||||||
bil_loadatt.o bil_loadfile.o \
|
|
||||||
bil_loadobj.o bil_parse.o \
|
|
||||||
bil_store.o gil.o \
|
|
||||||
gil_loadact.o gil_loadatt.o \
|
|
||||||
gil_loadfile.o gil_loadobj.o \
|
|
||||||
load.o
|
|
||||||
|
|
||||||
SYS_LIBRARIES = -lm $(ICONVSYSLIB) $(DYNLIBSYSLIB) $(REGEXSYSLIB)
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
WAITTARGET = .WAIT
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
LINTLIBS = $(XINPUTLIB) $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
LOCAL_LIBRARIES = $(XINPUTLIB) $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
|
|
||||||
#include <Library.tmpl>
|
|
||||||
|
|
||||||
includes:: bil_parse.h
|
|
||||||
|
|
||||||
bil_parse.h + bil_parse.c: bil_parse.y
|
|
||||||
$(YACC) -d $(YACCFLAGS) bil_parse.y
|
|
||||||
${RM} bil_parse.h bil_parse.c
|
|
||||||
sed -e "s/\([^A-Za-z]\)yy/\1AByy/g" -e "s/^yy/AByy/" < y.tab.h > bil_parse.h
|
|
||||||
sed -e "s/\([^A-Za-z]\)yy/\1AByy/g" -e "s/^yy/AByy/" < y.tab.c > bil_parse.c
|
|
||||||
${RM} y.tab.h y.tab.c
|
|
||||||
|
|
||||||
bil_lex.c: bil_lex.l
|
|
||||||
$(LEX) bil_lex.l
|
|
||||||
${RM} bil_lex.c
|
|
||||||
sed -e "s/\([^A-Za-z]\)yy/\1AByy/g" -e "s/^yy/AByy/" < lex.yy.c > bil_lex.c
|
|
||||||
${RM} lex.yy.c
|
|
||||||
|
|
||||||
DependTarget()
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES= \
|
|
||||||
./libABil.a \
|
|
||||||
../libABobjXm/libABobjXm.a \
|
|
||||||
../libABobj/libABobj.a \
|
|
||||||
../libAButil/libAButil.a
|
|
||||||
|
|
||||||
bil_test: bil_test.o $(LOCAL_LIBRARIES)
|
|
||||||
$(CC) $(CFLAGS) -o bil_test bil_test.o $(LOCAL_LIBRARIES)
|
|
||||||
|
|
||||||
LinkFileList(shared_includes,$(SOURCES.h.shared),../include/ab_private,../../libABil)
|
|
||||||
|
|
||||||
includes:: shared_includes $(WAITTARGET)
|
|
||||||
sdtgilcvt: libABil.a
|
|
||||||
dtcodegen: libABil.a
|
|
|
@ -1,116 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/8 1996/10/09 14:03:41 drk $
|
|
||||||
#define DoNormalLib YES
|
|
||||||
#define DoSharedLib NO
|
|
||||||
#define DoDebugLib NO
|
|
||||||
#define DoProfileLib NO
|
|
||||||
#define LibName ABobj
|
|
||||||
#define LibHeaders NO
|
|
||||||
#define LibInstall NO
|
|
||||||
|
|
||||||
#include "../ab.tmpl"
|
|
||||||
#include "../ab.rules"
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(ABINCLUDES)
|
|
||||||
|
|
||||||
LINTLIBS = $(LINTXLIB) $(LINTXTOOL)
|
|
||||||
|
|
||||||
DEFINES =
|
|
||||||
|
|
||||||
SOURCES.h.shipped =
|
|
||||||
|
|
||||||
SOURCES.h.shared =\
|
|
||||||
obj.h \
|
|
||||||
obj_list.h \
|
|
||||||
obj_notify.h \
|
|
||||||
trav.h
|
|
||||||
|
|
||||||
SOURCES.h.unshared = \
|
|
||||||
objP.h \
|
|
||||||
obj_names_listP.h \
|
|
||||||
obj_notifyP.h \
|
|
||||||
obj_utils.h \
|
|
||||||
travP.h
|
|
||||||
|
|
||||||
SRCS = \
|
|
||||||
obj.c \
|
|
||||||
obj_action.c \
|
|
||||||
obj_alloc.c \
|
|
||||||
obj_fields.c \
|
|
||||||
obj_geometry.c \
|
|
||||||
obj_init.c \
|
|
||||||
obj_isa.c \
|
|
||||||
obj_names_list.c \
|
|
||||||
obj_list.c \
|
|
||||||
obj_lists.c \
|
|
||||||
obj_notify.c \
|
|
||||||
obj_release.c \
|
|
||||||
obj_scoped.c \
|
|
||||||
obj_select.c \
|
|
||||||
obj_tree.c \
|
|
||||||
obj_utils.c \
|
|
||||||
trav.c \
|
|
||||||
travP.c \
|
|
||||||
trav_public.c \
|
|
||||||
trav_safe.c
|
|
||||||
|
|
||||||
OBJS = \
|
|
||||||
obj.o \
|
|
||||||
obj_action.o \
|
|
||||||
obj_alloc.o \
|
|
||||||
obj_fields.o \
|
|
||||||
obj_geometry.o \
|
|
||||||
obj_init.o \
|
|
||||||
obj_isa.o \
|
|
||||||
obj_list.o \
|
|
||||||
obj_lists.o \
|
|
||||||
obj_names_list.o \
|
|
||||||
obj_notify.o \
|
|
||||||
obj_release.o \
|
|
||||||
obj_scoped.o \
|
|
||||||
obj_select.o \
|
|
||||||
obj_tree.o \
|
|
||||||
obj_utils.o \
|
|
||||||
trav.o \
|
|
||||||
travP.o \
|
|
||||||
trav_public.o \
|
|
||||||
trav_safe.o
|
|
||||||
|
|
||||||
SYS_LIBRARIES = -lm
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
SYS_LIBRARIES = -lm -liconv
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
SYS_LIBRARIES = -lm -ldl -lgen
|
|
||||||
WAITTARGET = .WAIT
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
LINTLIBS = $(XINPUTLIB) $(DTHELPLIB) $(DTSVCLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
LOCAL_LIBRARIES = $(XINPUTLIB) $(DTHELPLIB) $(DTSVCLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
|
|
||||||
#include <Library.tmpl>
|
|
||||||
|
|
||||||
PROGRAMS = test test_notify
|
|
||||||
|
|
||||||
SRCS2 = test.c
|
|
||||||
OBJS2 = test.o
|
|
||||||
DEPLIBS2 = ../libAButil/libAButil.a libABobj.a
|
|
||||||
ComplexProgramTarget_2(test,$(DEPLIB2),$(SYS_LIBRARIES))
|
|
||||||
|
|
||||||
SRCS3 = test_notify.c
|
|
||||||
OBJS3 = test_notify.o
|
|
||||||
DEPLIBS3 = ../libAButil/libAButil.a libABobj.a
|
|
||||||
ComplexProgramTarget_3(test_notify,$(DEPLIBS3),$(SYS_LIBRARIES))
|
|
||||||
|
|
||||||
DependTarget3($(SRCS),$(SRCS2),$(SRCS3))
|
|
||||||
|
|
||||||
clean::
|
|
||||||
RemoveFiles($(PROGRAMS))
|
|
||||||
|
|
||||||
LinkFileList(shared_includes,$(SOURCES.h.shared),../include/ab_private,../../libABobj)
|
|
||||||
|
|
||||||
includes:: shared_includes $(WAITTARGET)
|
|
||||||
sdtgilcvt: libABobj.a
|
|
||||||
dtcodegen: libABobj.a
|
|
||||||
|
|
|
@ -1,69 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/8 1996/10/09 14:03:32 drk $
|
|
||||||
XCOMM
|
|
||||||
XCOMM RESTRICTED CONFIDENTIAL INFORMATION:
|
|
||||||
XCOMM
|
|
||||||
XCOMM The information in this document is subject to special
|
|
||||||
XCOMM restrictions in a confidential disclosure agreement between
|
|
||||||
XCOMM HP, IBM, Sun, USL, SCO and Univel. Do not distribute this
|
|
||||||
XCOMM document outside HP, IBM, Sun, USL, SCO, or Univel without
|
|
||||||
XCOMM Sun's specific written approval. This document and all copies
|
|
||||||
XCOMM and derivative works thereof must be returned or destroyed at
|
|
||||||
XCOMM Sun's request.
|
|
||||||
XCOMM
|
|
||||||
XCOMM (c) Copyright 1996 Digital Equipment Corporation.
|
|
||||||
XCOMM (c) Copyright 1996 Hewlett-Packard Company.
|
|
||||||
XCOMM (c) Copyright 1996 International Business Machines Corp.
|
|
||||||
XCOMM (c) Copyright 1993,1996 Sun Microsystems, Inc.
|
|
||||||
XCOMM (c) Copyright 1996 Novell, Inc.
|
|
||||||
XCOMM (c) Copyright 1996 FUJITSU LIMITED.
|
|
||||||
XCOMM (c) Copyright 1996 Hitachi.
|
|
||||||
|
|
||||||
#define DoNormalLib YES
|
|
||||||
#define DoSharedLib NO
|
|
||||||
#define DoDebugLib NO
|
|
||||||
#define DoProfileLib NO
|
|
||||||
#define LibName ABobjXm
|
|
||||||
#define LibHeaders NO
|
|
||||||
#define LibInstall NO
|
|
||||||
|
|
||||||
#include "../ab.tmpl"
|
|
||||||
#include "../ab.rules"
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(ABINCLUDES)
|
|
||||||
DEFINES =
|
|
||||||
|
|
||||||
SOURCES.h.shipped=
|
|
||||||
|
|
||||||
SOURCES.h.shared= \
|
|
||||||
objxm.h
|
|
||||||
|
|
||||||
SOURCES.h.unshared = \
|
|
||||||
objxmP.h
|
|
||||||
|
|
||||||
SRCS = objxm_args.c objxm_config.c objxm_conn.c \
|
|
||||||
objxm_inst.c objxm_objects.c objxm_strs.c \
|
|
||||||
objxm_util.c
|
|
||||||
|
|
||||||
OBJS = objxm_args.o objxm_config.o objxm_conn.o \
|
|
||||||
objxm_inst.o objxm_objects.o objxm_strs.o \
|
|
||||||
objxm_util.o
|
|
||||||
|
|
||||||
SYS_LIBRARIES = -lm $(ICONVSYSLIB) $(DYNLIBSYSLIB) $(REGEXSYSLIB)
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
WAITTARGET = .WAIT
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
LINTLIBS = $(XINPUTLIB) $(DTHELPLIB) $(DTSVCLIB) $(TTLIB)) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
LOCAL_LIBRARIES = $(XINPUTLIB) $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
|
|
||||||
#include <Library.tmpl>
|
|
||||||
|
|
||||||
DependTarget()
|
|
||||||
|
|
||||||
LinkFileList(shared_includes,$(SOURCES.h.shared),../include/ab_private,../../libABobjXm)
|
|
||||||
|
|
||||||
includes:: shared_includes $(WAITTARGET)
|
|
||||||
sdtgilcvt:
|
|
||||||
dtcodegen: libABobjXm.a
|
|
||||||
dtbuilder: libABobjXm.a
|
|
|
@ -1,95 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/10 1996/10/09 14:03:49 drk $
|
|
||||||
#define DoNormalLib YES
|
|
||||||
#define DoSharedLib NO
|
|
||||||
#define DoDebugLib NO
|
|
||||||
#define DoProfileLib NO
|
|
||||||
#define LibName AButil
|
|
||||||
#define LibHeaders NO
|
|
||||||
#define LibInstall NO
|
|
||||||
|
|
||||||
#define CplusplusSource YES
|
|
||||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
|
||||||
|
|
||||||
#include "../ab.tmpl"
|
|
||||||
#include "../ab.rules"
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(ABINCLUDES)
|
|
||||||
|
|
||||||
LINTLIBS = $(LINTXLIB) $(LINTXTOOL)
|
|
||||||
|
|
||||||
SOURCES.h.shipped = \
|
|
||||||
util_types.h
|
|
||||||
|
|
||||||
SOURCES.h.shared = \
|
|
||||||
AB.h \
|
|
||||||
abio.h \
|
|
||||||
istr.h \
|
|
||||||
strlist.h \
|
|
||||||
util.h \
|
|
||||||
util_ds.h \
|
|
||||||
util_err.h \
|
|
||||||
XmAll.h \
|
|
||||||
MwmUtil.h \
|
|
||||||
UilDef.h
|
|
||||||
|
|
||||||
SOURCES.h.unshared = \
|
|
||||||
utilP.h
|
|
||||||
|
|
||||||
SRCS = \
|
|
||||||
abio.c \
|
|
||||||
abio_path.c \
|
|
||||||
istr.c \
|
|
||||||
strlist.c \
|
|
||||||
util.c \
|
|
||||||
util_convert.c \
|
|
||||||
util_ds.c \
|
|
||||||
util_err.c \
|
|
||||||
util_file.c \
|
|
||||||
util_string.c
|
|
||||||
|
|
||||||
OBJS = \
|
|
||||||
abio.o \
|
|
||||||
abio_path.o \
|
|
||||||
istr.o \
|
|
||||||
strlist.o \
|
|
||||||
util.o \
|
|
||||||
util_convert.o \
|
|
||||||
util_ds.o \
|
|
||||||
util_err.o \
|
|
||||||
util_file.o \
|
|
||||||
util_string.o
|
|
||||||
|
|
||||||
SYS_LIBRARIES = -lm $(ICONVSYSLIB) $(DYNLIBSYSLIB) $(REGEXSYSLIB)
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
WAITTARGET = .WAIT
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
LINTLIBS = $(XINPUTLIB) $(DTHELPLIB) $(DTSVCLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
LOCAL_LIBRARIES = $(XINPUTLIB) $(DTHELPLIB) $(DTSVCLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
|
|
||||||
#include <Library.tmpl>
|
|
||||||
|
|
||||||
PROGRAMS = util_test istr_test
|
|
||||||
|
|
||||||
SRCS2 = util_test.c
|
|
||||||
OBJS2 = util_test.o
|
|
||||||
DEPLIBS2 = libAButil.a
|
|
||||||
ComplexProgramTarget_2(util_test,$(DEPLIBS2),$(SYS_LIBRARIES))
|
|
||||||
|
|
||||||
SRCS3 = istr_test.c
|
|
||||||
OBJS3 = istr_test.o
|
|
||||||
DEPLIBS2 = libAButil.a
|
|
||||||
ComplexProgramTarget_3(istr_test,$(DEPLIBS3),$(SYS_LIBRARIES))
|
|
||||||
|
|
||||||
DependTarget3($(SRCS),$(SRCS2),$(SRCS3))
|
|
||||||
|
|
||||||
clean::
|
|
||||||
RemoveFiles($(PROGRAMS))
|
|
||||||
|
|
||||||
LinkFileList(shipped_includes,$(SOURCES.h.shipped),../include/ab,../../libAButil)
|
|
||||||
LinkFileList(shared_includes,$(SOURCES.h.shared),../include/ab_private,../../libAButil)
|
|
||||||
|
|
||||||
includes:: shipped_includes shared_includes $(WAITTARGET)
|
|
||||||
sdtgilcvt: libAButil.a
|
|
||||||
dtcodegen: libAButil.a
|
|
|
@ -1,9 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:27:34 drk $
|
|
||||||
|
|
||||||
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
|
|
||||||
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
|
|
||||||
-DKORNSHELL=$(KORNSHELL)
|
|
||||||
|
|
||||||
CppScriptTarget(dtappintegrate,dtappintegrate.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
|
|
||||||
all:: dtappintegrate
|
|
|
@ -1,35 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/11 1997/09/05 11:28:15 samborn $
|
|
||||||
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
DEFINES = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\"
|
|
||||||
INCLUDES = -I.
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
#else
|
|
||||||
DEPLIBS = $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
#endif /* SunArchitecture*/
|
|
||||||
SYS_LIBRARIES = -lm
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
SYS_LIBRARIES = -lmsaa -liconv
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
SYS_LIBRARIES = -lintl -lm -ldl
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = calctool.c ds_common.c ds_popup.c \
|
|
||||||
ds_widget.c ds_xlib.c functions.c \
|
|
||||||
help.c motif.c mp.c \
|
|
||||||
text.c
|
|
||||||
|
|
||||||
OBJS = calctool.o ds_common.o ds_popup.o \
|
|
||||||
ds_widget.o ds_xlib.o functions.o \
|
|
||||||
help.o motif.o mp.o \
|
|
||||||
text.o
|
|
||||||
|
|
||||||
ComplexProgramTarget(dtcalc)
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:27:48 drk $
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = libDtCmP dtcm server
|
|
||||||
LINTSUBDIRS = libDtCmP dtcm server
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
LintSubdirs($(LINTSUBDIRS))
|
|
|
@ -1,122 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/19 1998/04/09 11:46:13 mgreess $
|
|
||||||
|
|
||||||
#include <Threads.tmpl>
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(CSASRC) -I../libDtCmP -I$(DTHELPSRC) $(TIRPCINC)
|
|
||||||
SYS_LIBRARIES = -lm $(ICONVSYSLIB)
|
|
||||||
DTCMPLIB = ../libDtCmP/libDtCmP.a
|
|
||||||
|
|
||||||
DEPLIBS = $(DEPCSALIB) DepDtClientLibs
|
|
||||||
LOCAL_LIBRARIES = ../libDtCmP/libDtCmP.a $(CSALIB) DtClientLibs
|
|
||||||
SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
|
|
||||||
|
|
||||||
OSMAJORVERSION = OSMajorVersion
|
|
||||||
OSMINORVERSION = OSMinorVersion
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
DEFINES = -DREL="$(OSMAJORVERSION)$(OSMINORVERSION)" \
|
|
||||||
-DRELMAJOR="$(OSMAJORVERSION)" -DRELMINOR="$(OSMINORVERSION)" \
|
|
||||||
$(ICONV_INBUF_DEFINE)
|
|
||||||
|
|
||||||
#if defined(RsArchitecture) || defined(LinuxArchitecture) || defined(BSDArchitecture)
|
|
||||||
TTY_LIBRARIES = $(LOCAL_LIBRARIES)
|
|
||||||
#elif defined(AlphaArchitecture)
|
|
||||||
TTY_LIBRARIES = $(DTCMPLIB) $(CSALIB) $(DTSVCLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
#else
|
|
||||||
TTY_LIBRARIES = $(DTCMPLIB) $(CSALIB) $(DTSVCLIB)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
EXTRA_LIBRARIES = -lrpcsvc -lPW -ldiag
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
EXTRA_LIBRARIES = -lrpcsvc -lV3
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(BSDArchitecture) && !defined(OpenBSDArchitecture)
|
|
||||||
EXTRA_LIBRARIES = -lcompat
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
XCOMM Uncomment to build using Federated Naming Services. To activate
|
|
||||||
XCOMM you must set the UseFNS resource to True before runnin dtcm.
|
|
||||||
XCOMM #define UseFNS
|
|
||||||
|
|
||||||
#ifdef UseFNS
|
|
||||||
EXTRA_DEFINES = -DFNS -DPOSIX_THREADS -DSunOS=$(OSMAJORVERSION)$(OSMINORVERSION)
|
|
||||||
#else
|
|
||||||
EXTRA_DEFINES = -DSunOS=$(OSMAJORVERSION)$(OSMINORVERSION)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
EXTRA_CCOPTIONS = -xstrconst -Xc -v
|
|
||||||
EXTRA_LIBRARIES = $(FNS_EXTRA_LIBS)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
PROG1 = dtcm
|
|
||||||
SRCS1 = MonthPanel.c RFCMIME.c about.c \
|
|
||||||
alarm.c blist.c browser.c \
|
|
||||||
calendarA.c cm_i18n.c cmtt.c \
|
|
||||||
datefield.c dayglance.c deskset.c \
|
|
||||||
dnd.c dssw.c editor.c \
|
|
||||||
find.c fns.c font.c \
|
|
||||||
format.c goto.c graphics.c \
|
|
||||||
group_editor.c help.c i18nxlate.c \
|
|
||||||
icon.c md5.c misc.c \
|
|
||||||
monthglance.c namesvc.c print.c \
|
|
||||||
props.c props_pu.c reminders.c \
|
|
||||||
rfp.c select.c session.c \
|
|
||||||
submit.c tempbr.c timezone.c \
|
|
||||||
todo.c weekglance.c x_graphics.c \
|
|
||||||
yearglance.c
|
|
||||||
OBJS1 = \
|
|
||||||
MonthPanel.o RFCMIME.o about.o \
|
|
||||||
alarm.o blist.o browser.o \
|
|
||||||
calendarA.o cm_i18n.o cmtt.o \
|
|
||||||
datefield.o dayglance.o deskset.o \
|
|
||||||
dnd.o dssw.o editor.o \
|
|
||||||
find.o fns.o font.o \
|
|
||||||
format.o goto.o graphics.o \
|
|
||||||
group_editor.o help.o i18nxlate.o \
|
|
||||||
icon.o md5.o misc.o \
|
|
||||||
monthglance.o namesvc.o print.o \
|
|
||||||
props.o props_pu.o reminders.o \
|
|
||||||
rfp.o select.o session.o \
|
|
||||||
submit.o tempbr.o timezone.o \
|
|
||||||
todo.o weekglance.o x_graphics.o \
|
|
||||||
yearglance.o
|
|
||||||
|
|
||||||
PROG2 = dtcm_delete
|
|
||||||
SRCS2 = cm_delete.c
|
|
||||||
OBJS2 = cm_delete.o
|
|
||||||
|
|
||||||
PROG3 = dtcm_insert
|
|
||||||
SRCS3 = cm_insert.c
|
|
||||||
OBJS3 = cm_insert.o
|
|
||||||
|
|
||||||
PROG4 = dtcm_lookup
|
|
||||||
SRCS4 = cm_lookup.c
|
|
||||||
OBJS4 = cm_lookup.o
|
|
||||||
|
|
||||||
PROG5 = dtcm_editor
|
|
||||||
SRCS5 = datefield.c deskset.c dssw.c \
|
|
||||||
dtcm_editor.c help.c misc.c \
|
|
||||||
reminders.c rfp.c
|
|
||||||
OBJS5 = datefield.o deskset.o dssw.o \
|
|
||||||
dtcm_editor.o help.o misc.o \
|
|
||||||
reminders.o rfp.o
|
|
||||||
|
|
||||||
PROGRAMS = $(PROG1) $(PROG2) $(PROG3) $(PROG4) $(PROG5)
|
|
||||||
|
|
||||||
ICONS = \
|
|
||||||
busy.icon cmgr.icon \
|
|
||||||
cmgrmask.icon compose.icon \
|
|
||||||
compose.mask.icon contract_xbm \
|
|
||||||
drag_mask_xbm drag_xbm \
|
|
||||||
expand_xbm icon_pixmap_xbm \
|
|
||||||
postup_xbm
|
|
||||||
|
|
||||||
ComplexProgramTarget_1($(PROG1),$(LOCAL_LIBRARIES),)
|
|
||||||
ComplexProgramTarget_2($(PROG2),$(TTY_LIBRARIES),)
|
|
||||||
ComplexProgramTarget_3($(PROG3),$(TTY_LIBRARIES),)
|
|
||||||
ComplexProgramTarget_4($(PROG4),$(TTY_LIBRARIES),)
|
|
||||||
ComplexProgramTarget_5($(PROG5),$(LOCAL_LIBRARIES),)
|
|
|
@ -1,49 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/5 1996/05/14 10:36:35 barstow $
|
|
||||||
#define DoNormalLib YES
|
|
||||||
#define DoSharedLib NO
|
|
||||||
#define DoDebugLib NO
|
|
||||||
#define DoProfileLib NO
|
|
||||||
#define LibName DtCmP
|
|
||||||
#define LibHeaders NO
|
|
||||||
#define LibInstall NO
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(CSASRC)
|
|
||||||
|
|
||||||
OSMAJORVERSION = OSMajorVersion
|
|
||||||
OSMINORVERSION = OSMinorVersion
|
|
||||||
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
DEFINES = -DRFC_MIME -DLINE_COUNT -DV2 -DOW_I18N \
|
|
||||||
-DREL="$(OSMAJORVERSION)$(OSMINORVERSION)" \
|
|
||||||
-DRELMAJOR="$(OSMAJORVERSION)" -DRELMINOR="$(OSMINORVERSION)"
|
|
||||||
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
EXTRA_INCLUDES = $(TIRPCINC)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
XCOMM Uncomment to build using Federated Naming Services. To activate
|
|
||||||
XCOMM you must set the UseFNS resource to True before running dtcm.
|
|
||||||
XCOMM #define UseFNS
|
|
||||||
|
|
||||||
# ifdef UseFNS
|
|
||||||
EXTRA_DEFINES = -DFNS -DSunOS=$(OSMAJORVERSION)$(OSMINORVERSION)
|
|
||||||
# else
|
|
||||||
EXTRA_DEFINES = -DSunOS=$(OSMAJORVERSION)$(OSMINORVERSION)
|
|
||||||
# endif
|
|
||||||
EXTRA_CCOPTIONS = -xstrconst -Xc -v
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = cm_tty.c cmfns.c dtfns.c \
|
|
||||||
getdate.c props.c resource.c \
|
|
||||||
timeops.c util.c
|
|
||||||
|
|
||||||
OBJS = cm_tty.o cmfns.o dtfns.o \
|
|
||||||
getdate.o props.o resource.o \
|
|
||||||
timeops.o util.o
|
|
||||||
|
|
||||||
YaccFileNoFlags(getdate)
|
|
||||||
|
|
||||||
#include <Library.tmpl>
|
|
||||||
|
|
||||||
DependTarget()
|
|
|
@ -1,105 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/11 1996/08/09 14:50:28 barstow $
|
|
||||||
XCOMM
|
|
||||||
XCOMM RESTRICTED CONFIDENTIAL INFORMATION:
|
|
||||||
XCOMM
|
|
||||||
XCOMM The information in this document is subject to special
|
|
||||||
XCOMM restrictions in a confidential disclosure agreement between
|
|
||||||
XCOMM HP, IBM, Sun, USL, SCO and Univel. Do not distribute this
|
|
||||||
XCOMM document outside HP, IBM, Sun, USL, SCO, or Univel without
|
|
||||||
XCOMM Sun's specific written approval. This document and all copies
|
|
||||||
XCOMM and derivative works thereof must be returned or destroyed at
|
|
||||||
XCOMM Sun's request.
|
|
||||||
XCOMM
|
|
||||||
XCOMM (c) Copyright 1996 Digital Equipment Corporation.
|
|
||||||
XCOMM (c) Copyright 1996 Hewlett-Packard Company.
|
|
||||||
XCOMM (c) Copyright 1996 International Business Machines Corp.
|
|
||||||
XCOMM (c) Copyright 1993,1996 Sun Microsystems, Inc.
|
|
||||||
XCOMM (c) Copyright 1996 Novell, Inc.
|
|
||||||
XCOMM (c) Copyright 1996 FUJITSU LIMITED.
|
|
||||||
XCOMM (c) Copyright 1996 Hitachi.
|
|
||||||
|
|
||||||
PROGRAM = rpc.cmsd
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(CSASRC) -I$(DTHELPSRC) $(TIRPCINC)
|
|
||||||
SYS_LIBRARIES = DtClientSysLibs $(TIRPCLIB)
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
LOCAL_LIBRARIES = $(CSALIB) $(DTSVCLIB) $(TTLIB)
|
|
||||||
#else
|
|
||||||
LOCAL_LIBRARIES = $(CSALIB) $(DTWIDGETLIB) $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
OSMAJORVERSION = OSMajorVersion
|
|
||||||
OSMINORVERSION = OSMinorVersion
|
|
||||||
DEFINES = -DREL="$(OSMAJORVERSION)$(OSMINORVERSION)" \
|
|
||||||
-DRELMAJOR="$(OSMAJORVERSION)" \
|
|
||||||
-DRELMINOR="$(OSMINORVERSION)"
|
|
||||||
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
EXTRA_INCLUDES = $(TIRPCINC)
|
|
||||||
EXTRA_LIBRARIES = $(TIRPCLIB)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
EXTRA_LIBRARIES = -lrpcsvc -lPW -ldiag -lc
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
EXTRA_DEFINES = -DHPUX -DS9000
|
|
||||||
EXTRA_LIBRARIES = -lrpcsvc -lV3 -lc -lPW
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
EXTRA_DEFINES = -DSunOS=$(OSMAJORVERSION)$(OSMINORVERSION)
|
|
||||||
EXTRA_CCOPTIONS = -xstrconst -Xc -v
|
|
||||||
EXTRA_LIBRARIES = -lsocket -lnsl -lintl
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = \
|
|
||||||
parser.c access.c callback.c \
|
|
||||||
cmscalendar.c cmsconvert.c cmsentry.c \
|
|
||||||
cmsmatch.c delete.c garbage.c \
|
|
||||||
insert.c lexit.c list.c \
|
|
||||||
log.c lookup.c reclotick.c \
|
|
||||||
recount.c relasttick.c reminder.c \
|
|
||||||
renexttick.c repeat.c reprevtick.c \
|
|
||||||
rerule.c reutil.c tree.c \
|
|
||||||
utility.c v4ops.c v5ops.c \
|
|
||||||
cmsfunc.c programtable.c rtable2.c \
|
|
||||||
rtable3.c rtable4.c svcmain.c \
|
|
||||||
update.c
|
|
||||||
|
|
||||||
OBJS = \
|
|
||||||
parser.o access.o callback.o \
|
|
||||||
cmscalendar.o cmsconvert.o cmsentry.o \
|
|
||||||
cmsmatch.o delete.o garbage.o \
|
|
||||||
insert.o lexit.o list.o \
|
|
||||||
log.o lookup.o reclotick.o \
|
|
||||||
recount.o relasttick.o reminder.o \
|
|
||||||
renexttick.o repeat.o reprevtick.o \
|
|
||||||
rerule.o reutil.o tree.o \
|
|
||||||
utility.o v4ops.o v5ops.o \
|
|
||||||
cmsfunc.o programtable.o rtable2.o \
|
|
||||||
rtable3.o rtable4.o svcmain.o \
|
|
||||||
update.o
|
|
||||||
|
|
||||||
all:: $(PROGRAM)
|
|
||||||
|
|
||||||
NormalProgramTarget($(PROGRAM),$(OBJS),,$(LOCAL_LIBRARIES),)
|
|
||||||
|
|
||||||
.SUFFIXES: .y
|
|
||||||
|
|
||||||
.y.c:
|
|
||||||
$(YACC) -d $(YFLAGS) $<
|
|
||||||
sed -e "s/yy/yyy/g" -e "/# line/d" y.tab.c > $*.c
|
|
||||||
sed s/yy/yyy/g y.tab.h > $*.h
|
|
||||||
$(RM) y.tab.c y.tab.h
|
|
||||||
|
|
||||||
parser.o: parser.c
|
|
||||||
|
|
||||||
includes:: parser.c
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) parser.c
|
|
||||||
$(_NULLCMD_) > parser.h
|
|
||||||
|
|
||||||
DependTarget()
|
|
|
@ -1,16 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1995/12/04 10:54:28 rswiston $
|
|
||||||
/* *
|
|
||||||
* (c) Copyright 1993, 1994 Hewlett-Packard Company *
|
|
||||||
* (c) Copyright 1993, 1994 International Business Machines Corp. *
|
|
||||||
* (c) Copyright 1993, 1994 Sun Microsystems, Inc. *
|
|
||||||
* (c) Copyright 1993, 1994 Novell, Inc. *
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = ibm sun hp
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:28:31 drk $
|
|
||||||
/* *
|
|
||||||
* (c) Copyright 1993, 1994 Hewlett-Packard Company *
|
|
||||||
* (c) Copyright 1993, 1994 International Business Machines Corp. *
|
|
||||||
* (c) Copyright 1993, 1994 Sun Microsystems, Inc. *
|
|
||||||
* (c) Copyright 1993, 1994 Novell, Inc. *
|
|
||||||
*/
|
|
||||||
|
|
||||||
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
|
|
||||||
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP)
|
|
||||||
|
|
||||||
AllTarget(dtconfig dtlogin.rc)
|
|
||||||
|
|
||||||
CppScriptTarget(dtconfig,dtconfig.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(dtlogin.rc,dtlogin.rc.src,$(LOCAL_CPP_DEFINES),)
|
|
|
@ -1,101 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/9 1996/10/09 14:04:06 drk $
|
|
||||||
DESKTOP_VERSION_STRING = DesktopVersionString
|
|
||||||
|
|
||||||
XCOMM
|
|
||||||
XCOMM Imakefile: for DT CreateAction
|
|
||||||
XCOMM
|
|
||||||
|
|
||||||
/* General case INCLUDES DEFINES LOCAL_LIBRARIES
|
|
||||||
* Each individual architecture may have more or less of the above.
|
|
||||||
* Use EXTRA_DEFINES and EXTRA_INCLUDES to add defines and includes
|
|
||||||
* to an individual architecture. There is no equivalent for
|
|
||||||
* LOCAL_LIBRARIES.
|
|
||||||
* USE_libraryname in LOCAL_LIBRARIES is by default empty.
|
|
||||||
* It should be set when necessary to the real library macro name.
|
|
||||||
*/
|
|
||||||
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
INCLUDES = -I. $(TIRPCINC)
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
DEPLIBS = $(DEPDTWIDGETLIB) $(DEPDTSVCLIB) \
|
|
||||||
$(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTWIDGETLIB) $(DTSVCLIB) \
|
|
||||||
$(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
#else
|
|
||||||
DEPLIBS = $(DEPDTHELPLIB) $(DEPDTWIDGETLIB) $(DEPDTSVCLIB) \
|
|
||||||
$(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTWIDGETLIB) $(DTSVCLIB) \
|
|
||||||
$(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
SYS_LIBRARIES = -lm
|
|
||||||
|
|
||||||
#ifdef AlphaArchitecture
|
|
||||||
EXTRA_DEFINES = -D_NO_PROTO
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
EXTRA_DEFINES = -Aa +e -DANSICPP -D_POSIX_SOURCE=1 -D_HPUX_SOURCE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
EXTRA_DEFINES =
|
|
||||||
SYS_LIBRARIES = -lm -liconv
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
SYS_LIBRARIES = -lm -ldl
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
SRCS = \
|
|
||||||
main.c \
|
|
||||||
AddFiletype.c \
|
|
||||||
Confirmed.c \
|
|
||||||
CreateActionAppShell.c \
|
|
||||||
FileCharacteristics.c \
|
|
||||||
OpenFile.c \
|
|
||||||
UxXt.c \
|
|
||||||
ca_aux.c \
|
|
||||||
cmncbs.c \
|
|
||||||
cmnutils.c \
|
|
||||||
cmnrtns.c \
|
|
||||||
ErrorDialog.c \
|
|
||||||
fileio.c \
|
|
||||||
af_aux.c \
|
|
||||||
icon_selection_dialog.c \
|
|
||||||
parser.c
|
|
||||||
|
|
||||||
OBJS = \
|
|
||||||
main.o \
|
|
||||||
AddFiletype.o \
|
|
||||||
Confirmed.o \
|
|
||||||
CreateActionAppShell.o \
|
|
||||||
FileCharacteristics.o \
|
|
||||||
OpenFile.o \
|
|
||||||
UxXt.o \
|
|
||||||
ca_aux.o \
|
|
||||||
cmncbs.o \
|
|
||||||
cmnutils.o \
|
|
||||||
cmnrtns.o \
|
|
||||||
ErrorDialog.o \
|
|
||||||
fileio.o \
|
|
||||||
af_aux.o \
|
|
||||||
icon_selection_dialog.o \
|
|
||||||
parser.o
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
|
|
||||||
ComplexProgramTarget(dtcreate)
|
|
||||||
|
|
||||||
/***** For dtge make a client_OBJS.o using client_main.o ******/
|
|
||||||
/***** This implies the existence of client_main.c ******/
|
|
||||||
/***** dtge hidden symbols *******/
|
|
||||||
#if defined(BuildHugeObject) && defined(HPArchitecture)
|
|
||||||
#ifdef __hp9000s300
|
|
||||||
HIDDEN_SYMBOLS = -h _main -h _HelpOnItemCB -h _CreateHelpDialog \
|
|
||||||
-h _DisplayHelpDialog -h _ChangeTitle
|
|
||||||
#else
|
|
||||||
HIDDEN_SYMBOLS = -h main -h HelpOnItemCB -h CreateHelpDialog \
|
|
||||||
-h DisplayHelpDialog -h ChangeTitle
|
|
||||||
#endif
|
|
||||||
SpecialRelocatableTarget(dtcreate,$(HIDDEN_SYMBOLS),$(OBJS))
|
|
||||||
#endif
|
|
|
@ -1,49 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/5 1996/09/14 15:26:52 drk $
|
|
||||||
|
|
||||||
/* General case INCLUDES DEFINES LOCAL_LIBRARIES
|
|
||||||
* Each individual architecture may have more or less of the above.
|
|
||||||
* Use EXTRA_DEFINES and EXTRA_INCLUDES to add defines and includes
|
|
||||||
* to an individual architecture. There is no equivalent for
|
|
||||||
* LOCAL_LIBRARIES.
|
|
||||||
* USE_libraryname in LOCAL_LIBRARIES is by default empty.
|
|
||||||
* It should be set when necessary to the real library macro name.
|
|
||||||
*/
|
|
||||||
|
|
||||||
INCLUDES = -I. $(TIRPCINC)
|
|
||||||
|
|
||||||
/* DEPLIBS contains the list of library depencies for a client.
|
|
||||||
* LOCAL_LIBRARIES contains the list of libraries on the link line.
|
|
||||||
* Generally, the dependency form of a library has DEP as a prefix.
|
|
||||||
* e.g. put $(XLIB) in LOCAL_LIBRARIES and $(DEPXLIB) in DEPLIBS.
|
|
||||||
* NOTE: if DEPLIBS is not set here, it is by default null and there
|
|
||||||
* are no library dependencies for clients.
|
|
||||||
* You cannot put -Llibpath into DEPLIBS. You must put actual
|
|
||||||
* paths to the library.
|
|
||||||
*/
|
|
||||||
DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) \
|
|
||||||
$(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
SYS_LIBRARIES = -lm
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
EXTRA_DEFINES = +e
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
ATLIB=
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(HPOSFArchitecture)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(SunArchitecture)
|
|
||||||
ATLIB=
|
|
||||||
SYS_LIBRARIES = -lm -ldl -lw -lgen
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
SRCS = Main.c
|
|
||||||
OBJS = Main.o
|
|
||||||
|
|
||||||
ComplexProgramTarget(dtdbcache)
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/6 1996/10/24 00:10:08 cde-hp $
|
|
||||||
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = doc2sdl lib instant xlate_locale
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/2 1996/06/19 17:12:02 drk $
|
|
||||||
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = SGML
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
|
@ -1,44 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/6 1996/11/29 11:06:09 rswiston $
|
|
||||||
|
|
||||||
XLATESRC = $(DTSVCSRC)/DtUtil2
|
|
||||||
|
|
||||||
TCLINC =
|
|
||||||
TCLLIB = -ltcl
|
|
||||||
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
TCLINC = -I/usr/include/tcl
|
|
||||||
#if DefaultLinuxDistribution == LinuxSuSE
|
|
||||||
TCLLIB = -ltcl8.6
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#elif defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture)
|
|
||||||
TCLINC = -I/usr/local/include/tcl8.6
|
|
||||||
TCLLIB = -ltcl86
|
|
||||||
#elif defined(NetBSDArchitecture)
|
|
||||||
TCLINC = -I/usr/pkg/include/tcl
|
|
||||||
TCLLIB = -ltcl86
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(TCLInc)
|
|
||||||
TCLINC = TCLInc
|
|
||||||
#endif
|
|
||||||
#if defined(TCLLib)
|
|
||||||
TCLLIB = TCLLib
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
INCLUDES = -I../lib/tptregexp -I$(XLATESRC) $(TCLINC)
|
|
||||||
DEPLIBS = $(DEPDTSVCLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) \
|
|
||||||
-L../lib/tptregexp -ltptregexp $(TCLLIB)
|
|
||||||
|
|
||||||
#if defined(SunArchitecture)
|
|
||||||
EXTRA_LIBRARIES = -lsocket -lnsl -lgen -lm
|
|
||||||
#else
|
|
||||||
EXTRA_LIBRARIES = -lm
|
|
||||||
#endif
|
|
||||||
|
|
||||||
OBJS = main.o util.o info.o translate.o traninit.o tranvar.o tables.o browse.o
|
|
||||||
SRCS = main.c util.c info.c translate.c traninit.c tranvar.c tables.c browse.c
|
|
||||||
|
|
||||||
ComplexProgramTarget(instant)
|
|
|
@ -1,10 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/1 1996/02/27 18:28:20 lehors $
|
|
||||||
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = tptregexp
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
LintSubdirs($(LINTSUBDIRS))
|
|
|
@ -1,17 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/2 1996/04/21 19:55:57 drk $
|
|
||||||
#define DoNormalLib YES
|
|
||||||
#define DoSharedLib NO
|
|
||||||
#define DoDebugLib NO
|
|
||||||
#define DoProfileLib NO
|
|
||||||
#define LibName tptregexp
|
|
||||||
#define LibHeaders NO
|
|
||||||
#define LibInstall NO
|
|
||||||
|
|
||||||
SRCS = regexp.c regsub.c regerror.c
|
|
||||||
OBJS = regexp.o regsub.o regerror.o
|
|
||||||
|
|
||||||
INCLUDES = -I.
|
|
||||||
|
|
||||||
#include <Library.tmpl>
|
|
||||||
|
|
||||||
DependTarget()
|
|
|
@ -1,15 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1996/10/26 13:55:35 rws $
|
|
||||||
/* xlate_locale Imakefile */
|
|
||||||
|
|
||||||
XLATESRC = $(DTSVCSRC)/DtUtil2
|
|
||||||
|
|
||||||
INCLUDES = -I$(XLATESRC)
|
|
||||||
|
|
||||||
SRCS = xlate_locale.c
|
|
||||||
|
|
||||||
OBJS = xlate_locale.o
|
|
||||||
|
|
||||||
DEPLIBS = $(DEPDTSVCLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
|
|
||||||
ComplexProgramTarget(xlate_locale)
|
|
|
@ -1,16 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/8 1996/10/09 14:04:16 drk $
|
|
||||||
|
|
||||||
DEFINES = -DNO_XLIB
|
|
||||||
SYS_LIBRARIES = -lm $(DYNLIBSYSLIB) $(REGEXSYSLIB)
|
|
||||||
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
EXTRA_DEFINES = +e
|
|
||||||
#endif
|
|
||||||
|
|
||||||
PROGRAMS=dtdspmsg
|
|
||||||
|
|
||||||
SRCS = dtdspmsg.c
|
|
||||||
OBJS = dtdspmsg.o MsgCat.o
|
|
||||||
|
|
||||||
ComplexProgramTarget($(PROGRAMS))
|
|
||||||
LinkSourceFile(MsgCat.c,$(DTSVCSRC)/DtUtil2)
|
|
|
@ -1,17 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/7 1996/09/14 15:17:32 drk $
|
|
||||||
|
|
||||||
DEPLIBS = $(DEPTTLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(TTLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
DEFINES = -DMSGLOG_CLIENT_ONLY
|
|
||||||
INCLUDES = -I. $(TIRPCINC)
|
|
||||||
|
|
||||||
SRCS = DtGetMessage.c Main.c MsgCat.c MsgLog.c
|
|
||||||
OBJS = DtGetMessage.o Main.o MsgCat.o MsgLog.o
|
|
||||||
|
|
||||||
ComplexProgramTarget(dtexec)
|
|
||||||
|
|
||||||
LinkSourceFile(DtSvcLock.h,$(DTSVCSRC)/include)
|
|
||||||
LinkSourceFile(MsgCat.c,$(DTSVCSRC)/DtUtil2)
|
|
||||||
LinkSourceFile(MsgLog.c,$(DTSVCSRC)/DtUtil2)
|
|
||||||
LinkSourceFile(DtGetMessage.c,$(DTSVCSRC)/DtUtil2)
|
|
|
@ -1,77 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/10 1996/10/28 12:05:34 cde-hp $
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = dtcopy
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
ForceSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
|
|
||||||
#if CDE_USEXINERAMA
|
|
||||||
XINOPT = -DUSE_XINERAMA
|
|
||||||
XINLIB = -lDtXinerama -lXinerama
|
|
||||||
#endif
|
|
||||||
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
DEFINES = -DSHAPE -D_ILS_MACROS -DSUN_PERF \
|
|
||||||
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
|
||||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \
|
|
||||||
-DKORNSHELL=\"$(KORNSHELL)\" $(XINOPT)
|
|
||||||
|
|
||||||
INCLUDES = -I./dtcopy $(TIRPCINC)
|
|
||||||
|
|
||||||
DEPLIBS = DepDtClientLibs
|
|
||||||
LOCAL_LIBRARIES = DtClientLibs $(XINLIB)
|
|
||||||
SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
|
|
||||||
|
|
||||||
#ifdef AlphaArchitecture
|
|
||||||
EXTRA_DEFINES = -D_TOOLTALK
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef OpenBSDArchitecture
|
|
||||||
EXTRA_DEFINES = -DFILE_MAP_OPTIMIZE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
EXTRA_CCOPTIONS = -xF
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(LinuxArchitecture) || defined(BSDArchitecture)
|
|
||||||
EXTRA_DEFINES = -DFILE_MAP_OPTIMIZE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = ChangeDir.c ChangeDirP.c Command.c Common.c \
|
|
||||||
Desktop.c Directory.c Encaps.c File.c \
|
|
||||||
FileDialog.c FileManip.c FileMgr.c FileOp.c \
|
|
||||||
Filter.c FilterP.c Find.c FindP.c \
|
|
||||||
Help.c HelpCB.c HelpP.c IconWindow.c \
|
|
||||||
IconicPath.c Main.c Menu.c MkDir.c \
|
|
||||||
ModAttr.c ModAttrP.c MultiView.c OverWrite.c \
|
|
||||||
Prefs.c PrefsP.c SharedMsgs.c SharedProcs.c \
|
|
||||||
ToolTalk.c Trash.c Utils.c fsDialog.c
|
|
||||||
|
|
||||||
DTCOPY_OBJS = dtcopy/sharedFuncs.o dtcopy/fsrtns.o
|
|
||||||
|
|
||||||
OBJS = ChangeDir.o ChangeDirP.o Command.o Common.o \
|
|
||||||
Desktop.o Directory.o Encaps.o File.o \
|
|
||||||
FileDialog.o FileManip.o FileMgr.o FileOp.o \
|
|
||||||
Filter.o FilterP.o Find.o FindP.o \
|
|
||||||
Help.o HelpCB.o HelpP.o IconWindow.o \
|
|
||||||
IconicPath.o Main.o Menu.o MkDir.o \
|
|
||||||
ModAttr.o ModAttrP.o MultiView.o OverWrite.o \
|
|
||||||
Prefs.o PrefsP.o SharedMsgs.o SharedProcs.o \
|
|
||||||
ToolTalk.o Trash.o Utils.o fsDialog.o \
|
|
||||||
$(DTCOPY_OBJS)
|
|
||||||
|
|
||||||
ComplexProgramTarget(dtfile)
|
|
||||||
|
|
||||||
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
|
|
||||||
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP)
|
|
||||||
|
|
||||||
CPP_TARGETS = dtfile.config dtfile_error
|
|
||||||
|
|
||||||
AllTarget($(CPP_TARGETS))
|
|
||||||
|
|
||||||
CppSourceFile(dtfile.config,dtfile.config.cpp,$(LOCAL_CPP_DEFINES),)
|
|
||||||
MakeScriptFromCpp(dtfile_error,$(LOCAL_CPP_DEFINES))
|
|
|
@ -1,20 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/7 1996/09/14 15:17:43 drk $
|
|
||||||
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
DEFINES = -DSHAPE
|
|
||||||
|
|
||||||
DEPLIBS = DepDtClientLibs
|
|
||||||
LOCAL_LIBRARIES = DtClientLibs
|
|
||||||
SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
EXTRA_CCOPTIONS = -xF
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = main_dtcopy.c copydialog.c overwrtdialog.c dosync.c \
|
|
||||||
fsrtns.c utils.c errordialog.c sharedFuncs.c
|
|
||||||
|
|
||||||
OBJS = main_dtcopy.o copydialog.o overwrtdialog.o dosync.o \
|
|
||||||
fsrtns.o utils.o errordialog.o sharedFuncs.o
|
|
||||||
|
|
||||||
ComplexProgramTarget(dtfile_copy)
|
|
|
@ -1,27 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/8 1996/10/09 14:04:24 drk $
|
|
||||||
|
|
||||||
INCLUDES = -I.
|
|
||||||
DEPLIBS = $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(XTOOLLIB) $(XLIB)
|
|
||||||
SYS_LIBRARIES = -lm
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
EXTRA_DEFINES = -DHP_COLOR
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(SunArchitecture)
|
|
||||||
SYS_LIBRARIES = -lm -ldl -lgen
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS1 = dthello.c
|
|
||||||
SRCS = $(SRCS1)
|
|
||||||
OBJS = dthello.o \
|
|
||||||
$(CDELIBSRC)/DtSvc/DtUtil2/DtNlUtils.o \
|
|
||||||
$(CDELIBSRC)/DtSvc/DtUtil2/EnvControl.o \
|
|
||||||
$(CDELIBSRC)/DtSvc/DtUtil2/GetDispRes.o \
|
|
||||||
$(CDELIBSRC)/DtSvc/DtUtil2/MsgCat.o
|
|
||||||
|
|
||||||
ComplexProgramTarget(dthello)
|
|
||||||
|
|
||||||
CppSourceFile(Dthello,Dthello.src,,)
|
|
|
@ -1,9 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:29:26 drk $
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = parser dthelpview dthelpdemo dthelpgen dthelpprint
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
LintSubdirs($(SUBDIRS))
|
|
|
@ -1,24 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/7 1996/09/14 15:26:24 drk $
|
|
||||||
/**
|
|
||||||
** (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994
|
|
||||||
** Hewlett-Packard Company
|
|
||||||
** (c) Copyright 1993, 1994 International Business Machines Corp.
|
|
||||||
** (c) Copyright 1993, 1994 Sun Microsystems, Inc.
|
|
||||||
** (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
|
|
||||||
** Novell, Inc.
|
|
||||||
**/
|
|
||||||
|
|
||||||
PROGRAMS = dthelpdemo
|
|
||||||
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
DEFINES = -D_BMS
|
|
||||||
INCLUDES = -I.
|
|
||||||
|
|
||||||
DEPLIBS = $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
SYS_LIBRARIES = DtClientSysLibs $(CXXLIB)
|
|
||||||
|
|
||||||
SRCS = Main.c HourGlass.c HelpCache.c
|
|
||||||
OBJS = Main.o HourGlass.o HelpCache.o
|
|
||||||
|
|
||||||
ComplexProgramTarget($(PROGRAMS))
|
|
|
@ -1,17 +0,0 @@
|
||||||
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) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
SYS_LIBRARIES = DtClientSysLibs $(CXXLIB)
|
|
||||||
|
|
||||||
EXTRA_INCLUDES = -I$(DTHELPSRC)
|
|
||||||
|
|
||||||
SRCS = helpgen.c
|
|
||||||
OBJS = helpgen.o
|
|
||||||
|
|
||||||
ComplexProgramTarget($(PROGRAMS))
|
|
|
@ -1,22 +0,0 @@
|
||||||
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))
|
|
|
@ -1,15 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/7 1996/09/14 15:26:44 drk $
|
|
||||||
PROGRAMS = dthelpview
|
|
||||||
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
DEFINES = -D_BMS
|
|
||||||
INCLUDES = -I.
|
|
||||||
|
|
||||||
DEPLIBS = $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
SYS_LIBRARIES = DtClientSysLibs $(CXXLIB)
|
|
||||||
|
|
||||||
SRCS = Main.c ManPage.c Util.c
|
|
||||||
OBJS = Main.o ManPage.o Util.o
|
|
||||||
|
|
||||||
ComplexProgramTarget($(PROGRAMS))
|
|
|
@ -1,9 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:29:56 drk $
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = pass1 canon1 pass2 helptag misc dtds
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
LintSubdirs($(SUBDIRS))
|
|
|
@ -1,16 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/3 1995/11/08 09:24:17 rswiston $
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)'
|
|
||||||
|
|
||||||
#if !UseCCMakeDepend
|
|
||||||
MDEP_DIR = makedepend
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
.NO_PARALLEL:
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SUBDIRS = util build eltdef helptag parser
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
|
@ -1,86 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/3 1995/11/08 09:24:32 rswiston $
|
|
||||||
/* build Imakefile */
|
|
||||||
|
|
||||||
ARCCMD = arc u
|
|
||||||
UNARCCMD = arc x
|
|
||||||
ARCDELCMD = arc d
|
|
||||||
|
|
||||||
HELPTAG = ..
|
|
||||||
HELPTAGSRC = $(HELPTAG)/helptag
|
|
||||||
HELPPARSERSRC = $(HELPTAG)/parser
|
|
||||||
HELPELTDEFSRC = $(HELPTAG)/eltdef
|
|
||||||
HELPDTDFILE = $(HELPTAGSRC)/hptag.dtd
|
|
||||||
HELPUTILSRC = $(HELPTAG)/util
|
|
||||||
HELPBUILDSRC = $(HELPTAG)/build
|
|
||||||
HELPUTILLIB = $(HELPTAG)/util/libutil.a
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(HELPUTILSRC)
|
|
||||||
|
|
||||||
SRCS = \
|
|
||||||
build.c buildutl.c eltree.c except.c fsa.c out.c param.c \
|
|
||||||
scan.c sref.c tree.c
|
|
||||||
|
|
||||||
OBJS = \
|
|
||||||
build.o buildutl.o eltree.o except.o fsa.o out.o param.o \
|
|
||||||
scan.o sref.o tree.o
|
|
||||||
|
|
||||||
CHPRODS = context.h delim.h
|
|
||||||
CCPRODS = case.c
|
|
||||||
|
|
||||||
BHPRODS = arc.h dtd.h entity.h
|
|
||||||
BCPRODS =
|
|
||||||
|
|
||||||
CTRASH = error delim.dat
|
|
||||||
BTRASH = error template
|
|
||||||
|
|
||||||
CPRODS = $(CHPRODS) $(CCPRODS)
|
|
||||||
BPRODS = $(BHPRODS) $(BCPRODS)
|
|
||||||
TRASH = error delim.dat template
|
|
||||||
|
|
||||||
PRODUCTS = $(CPRODS) $(BPRODS)
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = $(HELPUTILLIB)
|
|
||||||
|
|
||||||
/* Don't use shared libs for hp */
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
#if OSMajorVersion > 7
|
|
||||||
EXTRA_LOAD_FLAGS = -Wl,-a archive
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
.NO_PARALLEL:
|
|
||||||
#endif
|
|
||||||
|
|
||||||
all:: $(PRODUCTS)
|
|
||||||
|
|
||||||
$(BPRODS): build $(HELPDTDFILE)
|
|
||||||
$(RM) $(BPRODS) $(BTRASH)
|
|
||||||
./build -m < $(HELPDTDFILE)
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
NormalProgramTarget(build,$(OBJS),delim.h $(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),)
|
|
||||||
|
|
||||||
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.bld context.dat
|
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
|
||||||
$(CP) $(HELPTAGSRC)/delim.bld delim.dat /* appl.-specific delim.dat */
|
|
||||||
$(HELPUTILSRC)/context sparse
|
|
||||||
|
|
||||||
$(HELPUTILSRC)/context:
|
|
||||||
cd $(HELPUTILSRC); make context
|
|
||||||
|
|
||||||
|
|
||||||
arc package :
|
|
||||||
if exist util.arc $(CP) build.arc old.arc
|
|
||||||
$(ARCCMD) util.arc *.c *.h makefile
|
|
||||||
|
|
||||||
unarc dearc :
|
|
||||||
$(UNARCCMD) util.arc
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) $(PRODUCTS) $(TRASH)
|
|
||||||
|
|
||||||
depend:: $(SRCS)
|
|
||||||
DependTarget()
|
|
||||||
|
|
||||||
includes:: $(PRODUCTS)
|
|
|
@ -1,85 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/3 1995/11/08 09:27:14 rswiston $
|
|
||||||
/* eltdef Imakefile */
|
|
||||||
|
|
||||||
ARCCMD = arc u
|
|
||||||
UNARCCMD = arc x
|
|
||||||
ARCDELCMD = arc d
|
|
||||||
|
|
||||||
HELPTAG = ..
|
|
||||||
HELPTAGSRC = $(HELPTAG)/helptag
|
|
||||||
HELPPARSERSRC = $(HELPTAG)/parser
|
|
||||||
HELPELTDEFSRC = $(HELPTAG)/eltdef
|
|
||||||
HELPDTDFILE = $(HELPTAGSRC)/hptag.dtd
|
|
||||||
HELPUTILSRC = $(HELPTAG)/util
|
|
||||||
HELPBUILDSRC = $(HELPTAG)/build
|
|
||||||
HELPUTILLIB = $(HELPTAG)/util/libutil.a
|
|
||||||
HELPIFFILE = $(HELPTAGSRC)/help.if
|
|
||||||
HELPTSSFILE = $(HELPTAGSRC)/htag.tss
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(HELPUTILSRC) -I$(HELPBUILDSRC)
|
|
||||||
|
|
||||||
SRCS = eltdef.c eltutil.c entity.c scan.c
|
|
||||||
|
|
||||||
OBJS = eltdef.o eltutil.o entity.o scan.o
|
|
||||||
|
|
||||||
CCPRODS = case.c
|
|
||||||
ECPRODS = efile.c entfile.c pfile.c sfile.c stfile.c tfile.c
|
|
||||||
|
|
||||||
CHPRODS = context.h delim.h
|
|
||||||
EHPRODS = entity2.h globdec.h globdef.h if.h pval.h signon.h signonx.h
|
|
||||||
|
|
||||||
CPRODS = $(CCPRODS) $(CHPRODS)
|
|
||||||
EPRODS = $(ECPRODS) $(EHPRODS)
|
|
||||||
|
|
||||||
CTRASH = delim.dat error
|
|
||||||
ETRASH = estring.h error
|
|
||||||
TRASH = delim.dat estring.h error
|
|
||||||
|
|
||||||
PRODUCTS = $(CPRODS) $(EPRODS)
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = $(HELPUTILLIB)
|
|
||||||
|
|
||||||
/* Don't use shared libs for hp */
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
#if OSMajorVersion > 7
|
|
||||||
EXTRA_LOAD_FLAGS = -Wl,-a archive
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
.NO_PARALLEL:
|
|
||||||
#endif
|
|
||||||
|
|
||||||
all:: $(PRODUCTS)
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
NormalProgramTarget(eltdef,$(OBJS),delim.h $(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),)
|
|
||||||
|
|
||||||
$(EPRODS): eltdef $(HELPIFFILE) $(HELPTSSFILE)
|
|
||||||
$(RM) $(EPRODS) $(ETRASH)
|
|
||||||
./eltdef $(HELPIFFILE)
|
|
||||||
|
|
||||||
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.elt context.dat
|
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
|
||||||
$(CP) $(HELPTAGSRC)/delim.elt delim.dat /* appl.-specific delim.dat */
|
|
||||||
$(HELPUTILSRC)/context
|
|
||||||
|
|
||||||
$(HELPUTILSRC)/context:
|
|
||||||
cd $(HELPUTILSRC); make context
|
|
||||||
|
|
||||||
|
|
||||||
arc package :
|
|
||||||
if exist util.arc $(CP) build.arc old.arc
|
|
||||||
$(ARCCMD) util.arc *.c *.h makefile
|
|
||||||
|
|
||||||
unarc dearc :
|
|
||||||
$(UNARCCMD) util.arc
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) $(PRODUCTS) $(TRASH)
|
|
||||||
|
|
||||||
depend::
|
|
||||||
|
|
||||||
includes:: $(PRODUCTS)
|
|
||||||
|
|
||||||
DependTarget()
|
|
|
@ -1,96 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/9 1996/10/09 14:04:41 drk $
|
|
||||||
/* helptag Imakefile */
|
|
||||||
|
|
||||||
ARCCMD = arc u
|
|
||||||
UNARCCMD = arc x
|
|
||||||
ARCDELCMD = arc d
|
|
||||||
|
|
||||||
.SUFFIXES : .e .arc .c .h
|
|
||||||
|
|
||||||
HELPTAG = ..
|
|
||||||
HELPTAGSRC = $(HELPTAG)/helptag
|
|
||||||
HELPPARSERSRC = $(HELPTAG)/parser
|
|
||||||
HELPELTDEFSRC = $(HELPTAG)/eltdef
|
|
||||||
HELPDTDFILE = $(HELPTAGSRC)/hptag.dtd
|
|
||||||
HELPUTILSRC = $(HELPTAG)/util
|
|
||||||
HELPBUILDSRC = $(HELPTAG)/build
|
|
||||||
HELPUTILLIB = $(HELPTAG)/util/libutil.a
|
|
||||||
HELPIFFILE = $(HELPTAGSRC)/help.if
|
|
||||||
HELPTSSFILE = $(HELPTAGSRC)/htag.tss
|
|
||||||
|
|
||||||
XLATESRC = $(DTHELPSRC)
|
|
||||||
XLATEHDRS = $(XLATESRC)/XlationSvc.h $(XLATESRC)/LocaleXlate.h
|
|
||||||
XLATESRCS = LocaleXlate.c XlationSvc.c
|
|
||||||
XLATEOBJS = LocaleXlate.o XlationSvc.o
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(HELPUTILSRC) -I$(HELPPARSERSRC) \
|
|
||||||
-I$(HELPELTDEFSRC) -I$(XLATESRC)
|
|
||||||
DEFINES = -DOSMAJORVERSION=OSMajorVersion \
|
|
||||||
-DOSMINORVERSION=OSMinorVersion
|
|
||||||
|
|
||||||
|
|
||||||
ELTHDRS = $(HELPUTILSRC)/entdef.h $(HELPUTILSRC)/entext.h
|
|
||||||
|
|
||||||
XCOMM PARSEHDRS are header files used by many parser routines
|
|
||||||
PARSEHDRS = $(HELPUTILSRC)/basic.h $(HELPUTILSRC)/trie.h \
|
|
||||||
$(HELPUTILSRC)/common.h $(HELPUTILSRC)/dtddef.h \
|
|
||||||
$(HELPUTILSRC)/dtdext.h $(HELPUTILSRC)/sparse.h \
|
|
||||||
parser.h proto.h
|
|
||||||
|
|
||||||
APPLHDRS = $(PARSEHDRS) $(ELTHDRS) \
|
|
||||||
$(HELPUTILSRC)/version.h \
|
|
||||||
$(HELPTAGSRC)/global.h $(HELPTAGSRC)/charconv.h \
|
|
||||||
$(HELPTAGSRC)/roman8.h $(HELPTAGSRC)/fproto.h \
|
|
||||||
../parser/pval.h ../parser/globdec.h ../parser/signonx.h \
|
|
||||||
../parser/userinc.h
|
|
||||||
|
|
||||||
SRCS = custom.c default.c global.c help.c make.c option.c out.c special.c xref.c \
|
|
||||||
$(XLATESRCS)
|
|
||||||
|
|
||||||
OBJS = custom.o default.o global.o help.o make.o option.o out.o special.o xref.o \
|
|
||||||
$(XLATEOBJS)
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = $(HELPUTILLIB)
|
|
||||||
|
|
||||||
/* Don't use shared libs for hp */
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
#if OSMajorVersion > 7
|
|
||||||
EXTRA_LOAD_FLAGS = -Wl,-a archive
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
SYS_LIBRARIES = -lm -ldl -lgen
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
all:: $(OBJS)
|
|
||||||
|
|
||||||
LinkSourceFile(LocaleXlate.c,$(DTSVCSRC)/DtUtil2)
|
|
||||||
LinkSourceFile(XlationSvc.c,$(DTSVCSRC)/DtUtil2)
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
|
|
||||||
dthelp_ctag1: $(HELPPARSERSRC)/parser
|
|
||||||
$(RM) dthelp_ctag1
|
|
||||||
$(CP) $(HELPPARSERSRC)/parser dthelp_ctag1
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) dthelp_ctag1
|
|
||||||
$(RM) $(XLATESRCS)
|
|
||||||
|
|
||||||
|
|
||||||
DependTarget()
|
|
||||||
|
|
||||||
arcappl archptag :
|
|
||||||
if exist hptag.arc $(CP) hptag.arc hptag.old
|
|
||||||
$(ARCCMD) hptag.arc *.c *.h linkcmd.dos linkcmd.unx $(HELPDTDFILE) \
|
|
||||||
tex.if makefile makefile.doc make.ini delim.*
|
|
||||||
|
|
||||||
unarcappl unarchptag :
|
|
||||||
$(UNARCCMD) hptag.arc
|
|
||||||
|
|
||||||
tags ::
|
|
||||||
etags -t *.c *.h *.if
|
|
||||||
|
|
||||||
etags ::
|
|
||||||
etags -t *.c *.h *.if
|
|
|
@ -1,129 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/10 1996/10/09 14:04:51 drk $
|
|
||||||
/* parser Imakefile */
|
|
||||||
|
|
||||||
ARCCMD = arc u
|
|
||||||
UNARCCMD = arc x
|
|
||||||
ARCDELCMD = arc d
|
|
||||||
|
|
||||||
HELPTAG = ..
|
|
||||||
HELPTAGSRC = $(HELPTAG)/helptag
|
|
||||||
HELPPARSERSRC = $(HELPTAG)/parser
|
|
||||||
HELPELTDEFSRC = $(HELPTAG)/eltdef
|
|
||||||
HELPDTDFILE = $(HELPTAGSRC)/hptag.dtd
|
|
||||||
HELPUTILSRC = $(HELPTAG)/util
|
|
||||||
HELPBUILDSRC = $(HELPTAG)/build
|
|
||||||
HELPUTILLIB = $(HELPTAG)/util/libutil.a
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(HELPUTILSRC) -I$(HELPTAGSRC) -I$(HELPBUILDSRC) \
|
|
||||||
-I$(HELPELTDEFSRC)
|
|
||||||
|
|
||||||
SRCS = parser.c actutil.c \
|
|
||||||
closent.c code.c cyclent.c dcurelt.c \
|
|
||||||
end.c entity.c \
|
|
||||||
error.c getsign.c \
|
|
||||||
input.c level.c lookent.c \
|
|
||||||
minim.c optstrg.c param.c parent.c \
|
|
||||||
parutil.c pi.c \
|
|
||||||
scan.c setpar.c start.c string.c struct.c \
|
|
||||||
text.c
|
|
||||||
XCOMM parvalok.c parname.c ifdata.c findpar.c
|
|
||||||
|
|
||||||
OBJS = parser.o actutil.o \
|
|
||||||
closent.o code.o cyclent.o dcurelt.o \
|
|
||||||
end.o entity.o \
|
|
||||||
error.o getsign.o \
|
|
||||||
input.o level.o lookent.o \
|
|
||||||
minim.o optstrg.o param.o parent.o \
|
|
||||||
parutil.o pi.o \
|
|
||||||
scan.o setpar.o start.o string.o struct.o \
|
|
||||||
text.o
|
|
||||||
XCOMM parvalok.o parname.o ifdata.o findpar.o
|
|
||||||
|
|
||||||
XLATEOBJECTS = $(HELPTAGSRC)/LocaleXlate.o $(HELPTAGSRC)/XlationSvc.o
|
|
||||||
|
|
||||||
APPLOBJECTS = \
|
|
||||||
$(HELPTAGSRC)/custom.o \
|
|
||||||
$(HELPTAGSRC)/default.o \
|
|
||||||
$(HELPTAGSRC)/global.o \
|
|
||||||
$(HELPTAGSRC)/help.o \
|
|
||||||
$(HELPTAGSRC)/make.o \
|
|
||||||
$(HELPTAGSRC)/option.o \
|
|
||||||
$(HELPTAGSRC)/out.o \
|
|
||||||
$(HELPTAGSRC)/xref.o \
|
|
||||||
$(XLATEOBJECTS)
|
|
||||||
|
|
||||||
ELT_H = \
|
|
||||||
$(HELPELTDEFSRC)/entity2.h \
|
|
||||||
$(HELPELTDEFSRC)/globdec.h \
|
|
||||||
$(HELPELTDEFSRC)/globdef.h \
|
|
||||||
$(HELPELTDEFSRC)/if.h \
|
|
||||||
$(HELPELTDEFSRC)/pval.h \
|
|
||||||
$(HELPELTDEFSRC)/signon.h \
|
|
||||||
$(HELPELTDEFSRC)/signonx.h
|
|
||||||
|
|
||||||
ELT_C = \
|
|
||||||
$(HELPELTDEFSRC)/efile.c \
|
|
||||||
$(HELPELTDEFSRC)/entfile.c \
|
|
||||||
$(HELPELTDEFSRC)/pfile.c \
|
|
||||||
$(HELPELTDEFSRC)/sfile.c \
|
|
||||||
$(HELPELTDEFSRC)/stfile.c \
|
|
||||||
$(HELPELTDEFSRC)/tfile.c
|
|
||||||
|
|
||||||
ELT_DEFS = $(ELT_H) $(ELT_C)
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
.NO_PARALLEL:
|
|
||||||
#endif
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = $(HELPUTILLIB)
|
|
||||||
SYS_LIBRARIES = $(XLIB) DtClientSysLibs
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
SYS_LIBRARIES = $(XLIB) -lm -ldl -lgen
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
all:: $(HELPTAGSRC)/dthelp_ctag1
|
|
||||||
|
|
||||||
other_dirs:
|
|
||||||
cd $(HELPELTDEFSRC); make
|
|
||||||
cd $(HELPTAGSRC); make
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
NormalProgramTarget(parser,$(OBJS) $(APPLOBJECTS),delim.h $(LOCAL_LIBRARIES) other_dirs,$(LOCAL_LIBRARIES),)
|
|
||||||
|
|
||||||
CPRODS = case.c context.h delim.h
|
|
||||||
CTRASH = error delim.dat
|
|
||||||
|
|
||||||
$(HELPTAGSRC)/dthelp_ctag1: parser
|
|
||||||
$(RM) $(HELPTAGSRC)/dthelp_ctag1
|
|
||||||
$(CP) parser $(HELPTAGSRC)/dthelp_ctag1
|
|
||||||
|
|
||||||
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.par context.dat
|
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
|
||||||
$(CP) $(HELPTAGSRC)/delim.par delim.dat /* appl.-specific delim.dat */
|
|
||||||
$(HELPUTILSRC)/context
|
|
||||||
|
|
||||||
$(HELPUTILSRC)/context:
|
|
||||||
cd $(HELPUTILSRC); make context
|
|
||||||
|
|
||||||
$(APPLOBJECTS):
|
|
||||||
cd $(HELPTAGSRC); make $(APPLOBJECTS)
|
|
||||||
|
|
||||||
$(ELT_DEFS):
|
|
||||||
cd $(HELPELTDEFSRC); make $(ELT_DEFS)
|
|
||||||
|
|
||||||
arc package :
|
|
||||||
if exist util.arc $(CP) build.arc old.arc
|
|
||||||
$(ARCCMD) util.arc *.c *.h makefile
|
|
||||||
|
|
||||||
unarc dearc :
|
|
||||||
$(UNARCCMD) util.arc
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) $(CPRODS) $(CTRASH) parser *.o
|
|
||||||
|
|
||||||
depend:: $(SRCS)
|
|
||||||
|
|
||||||
includes:: $(CPRODS)
|
|
||||||
|
|
||||||
DependTarget()
|
|
|
@ -1,60 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1996/05/09 17:30:58 drk $
|
|
||||||
/* Util Imakefile */
|
|
||||||
ARCCMD = arc u
|
|
||||||
UNARCCMD = arc x
|
|
||||||
ARCDELCMD = arc d
|
|
||||||
|
|
||||||
INCLUDES = -I.
|
|
||||||
|
|
||||||
LIBSRCS = \
|
|
||||||
allwhite.c inctest.c letter.c triedump.c triepdmp.c \
|
|
||||||
trieplk.c trierset.c upcmp8.c upstrcmp.c wchar.c
|
|
||||||
CTXSRCS = \
|
|
||||||
conutil.c error.c exit.c itoa.c lower.c malloc.c openchk.c \
|
|
||||||
trie.c triecnt.c upper.c whitesp.c
|
|
||||||
OTHERSRCS = \
|
|
||||||
context.c emptyfil.c fclndir.c
|
|
||||||
SRCS = $(LIBSRCS) $(CTXSRCS) $(OTHERSRCS)
|
|
||||||
|
|
||||||
|
|
||||||
LIBOBJS = \
|
|
||||||
allwhite.o inctest.o letter.o triedump.o triepdmp.o \
|
|
||||||
trieplk.o trierset.o upcmp8.o upstrcmp.o wchar.o
|
|
||||||
CTXOBJS = \
|
|
||||||
conutil.o error.o exit.o itoa.o lower.o malloc.o openchk.o \
|
|
||||||
trie.o triecnt.o upper.o whitesp.o
|
|
||||||
OTHEROBJS = \
|
|
||||||
context.o fclndir.o emptyfil.o
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = libutil.a
|
|
||||||
|
|
||||||
/* Don't use shared libs for hp */
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
#if OSMajorVersion > 7
|
|
||||||
EXTRA_LOAD_FLAGS = -Wl,-a archive
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
all::
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
NormalLibraryTarget(util,$(LIBOBJS) $(CTXOBJS))
|
|
||||||
|
|
||||||
all:: context fclndir
|
|
||||||
|
|
||||||
NormalProgramTarget(context,context.o,$(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),)
|
|
||||||
NormalProgramTarget(fclndir,fclndir.o,$(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),)
|
|
||||||
|
|
||||||
|
|
||||||
XCOMM arc generates an arc file containing all the source files
|
|
||||||
XCOMM in this directory
|
|
||||||
arc package :
|
|
||||||
if exist util.arc $(CP) util.arc old.arc
|
|
||||||
$(ARCCMD) util.arc *.c *.h makefile
|
|
||||||
|
|
||||||
unarc dearc :
|
|
||||||
$(UNARCCMD) util.arc
|
|
||||||
|
|
||||||
DependTarget()
|
|
||||||
|
|
||||||
depend:: $(SRCS)
|
|
|
@ -1,5 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:52:37 drk $
|
|
||||||
|
|
||||||
DTDFILES = helptag.dtd sdl.dtd
|
|
||||||
|
|
||||||
all::
|
|
|
@ -1,7 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:30:06 drk $
|
|
||||||
|
|
||||||
ICONS = cauticon.pm noteicon.pm warnicon.pm
|
|
||||||
|
|
||||||
CppScriptTarget(dthelptag,helptag.cpp,$(LOCAL_CPP_DEFINES),)
|
|
||||||
|
|
||||||
AllTarget(dthelptag)
|
|
|
@ -1,6 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:52:41 drk $
|
|
||||||
|
|
||||||
ENTFILES = helpchar.ent helpicon.ent helplang.ent
|
|
||||||
OPTFILES = helptag.opt
|
|
||||||
|
|
||||||
all::
|
|
|
@ -1,8 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:30:13 drk $
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = util build eltdef helptag parser
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
|
@ -1,86 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/3 1995/11/08 09:59:53 rswiston $
|
|
||||||
/* build Imakefile */
|
|
||||||
|
|
||||||
ARCCMD = arc u
|
|
||||||
UNARCCMD = arc x
|
|
||||||
ARCDELCMD = arc d
|
|
||||||
|
|
||||||
HELPTAG = ..
|
|
||||||
HELPTAGSRC = $(HELPTAG)/helptag
|
|
||||||
HELPPARSERSRC = $(HELPTAG)/parser
|
|
||||||
HELPELTDEFSRC = $(HELPTAG)/eltdef
|
|
||||||
HELPDTDFILE = $(HELPTAGSRC)/hptag.dtd
|
|
||||||
HELPUTILSRC = $(HELPTAG)/util
|
|
||||||
HELPBUILDSRC = $(HELPTAG)/build
|
|
||||||
HELPUTILLIB = $(HELPTAG)/util/libutil.a
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(HELPUTILSRC)
|
|
||||||
|
|
||||||
SRCS = \
|
|
||||||
build.c buildutl.c eltree.c except.c fsa.c out.c param.c \
|
|
||||||
scan.c sref.c tree.c
|
|
||||||
|
|
||||||
OBJS = \
|
|
||||||
build.o buildutl.o eltree.o except.o fsa.o out.o param.o \
|
|
||||||
scan.o sref.o tree.o
|
|
||||||
|
|
||||||
CHPRODS = context.h delim.h
|
|
||||||
CCPRODS = case.c
|
|
||||||
|
|
||||||
BHPRODS = arc.h dtd.h entity.h
|
|
||||||
BCPRODS =
|
|
||||||
|
|
||||||
CTRASH = error delim.dat
|
|
||||||
BTRASH = error template
|
|
||||||
|
|
||||||
CPRODS = $(CHPRODS) $(CCPRODS)
|
|
||||||
BPRODS = $(BHPRODS) $(BCPRODS)
|
|
||||||
TRASH = error delim.dat template
|
|
||||||
|
|
||||||
PRODUCTS = $(CPRODS) $(BPRODS)
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = $(HELPUTILLIB)
|
|
||||||
|
|
||||||
/* Don't use shared libs for hp */
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
#if OSMajorVersion > 7
|
|
||||||
EXTRA_LOAD_FLAGS = -Wl,-a archive
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
.NO_PARALLEL:
|
|
||||||
#endif
|
|
||||||
|
|
||||||
all:: $(PRODUCTS)
|
|
||||||
|
|
||||||
$(BPRODS): build $(HELPDTDFILE)
|
|
||||||
$(RM) $(BPRODS) $(BTRASH)
|
|
||||||
./build < $(HELPDTDFILE)
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
NormalProgramTarget(build,$(OBJS),delim.h $(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),)
|
|
||||||
|
|
||||||
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.bld context.dat
|
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
|
||||||
$(CP) $(HELPTAGSRC)/delim.bld delim.dat /* appl.-specific delim.dat */
|
|
||||||
$(HELPUTILSRC)/context sparse
|
|
||||||
|
|
||||||
$(HELPUTILSRC)/context:
|
|
||||||
cd $(HELPUTILSRC); make context
|
|
||||||
|
|
||||||
|
|
||||||
arc package :
|
|
||||||
if exist util.arc $(CP) build.arc old.arc
|
|
||||||
$(ARCCMD) util.arc *.c *.h makefile
|
|
||||||
|
|
||||||
unarc dearc :
|
|
||||||
$(UNARCCMD) util.arc
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) $(PRODUCTS) $(TRASH)
|
|
||||||
|
|
||||||
depend:: $(SRCS)
|
|
||||||
DependTarget()
|
|
||||||
|
|
||||||
includes:: $(PRODUCTS)
|
|
|
@ -1,85 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/3 1995/11/08 10:04:07 rswiston $
|
|
||||||
/* eltdef Imakefile */
|
|
||||||
|
|
||||||
ARCCMD = arc u
|
|
||||||
UNARCCMD = arc x
|
|
||||||
ARCDELCMD = arc d
|
|
||||||
|
|
||||||
HELPTAG = ..
|
|
||||||
HELPTAGSRC = $(HELPTAG)/helptag
|
|
||||||
HELPPARSERSRC = $(HELPTAG)/parser
|
|
||||||
HELPELTDEFSRC = $(HELPTAG)/eltdef
|
|
||||||
HELPDTDFILE = $(HELPTAGSRC)/hptag.dtd
|
|
||||||
HELPUTILSRC = $(HELPTAG)/util
|
|
||||||
HELPBUILDSRC = $(HELPTAG)/build
|
|
||||||
HELPUTILLIB = $(HELPTAG)/util/libutil.a
|
|
||||||
HELPIFFILE = $(HELPTAGSRC)/help.if
|
|
||||||
HELPTSSFILE = $(HELPTAGSRC)/htag.tss
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(HELPUTILSRC) -I$(HELPBUILDSRC)
|
|
||||||
|
|
||||||
SRCS = eltdef.c eltutil.c entity.c scan.c
|
|
||||||
|
|
||||||
OBJS = eltdef.o eltutil.o entity.o scan.o
|
|
||||||
|
|
||||||
CCPRODS = case.c
|
|
||||||
ECPRODS = efile.c entfile.c pfile.c sfile.c stfile.c tfile.c
|
|
||||||
|
|
||||||
CHPRODS = context.h delim.h
|
|
||||||
EHPRODS = entity2.h globdec.h globdef.h if.h pval.h signon.h signonx.h
|
|
||||||
|
|
||||||
CPRODS = $(CCPRODS) $(CHPRODS)
|
|
||||||
EPRODS = $(ECPRODS) $(EHPRODS)
|
|
||||||
|
|
||||||
CTRASH = delim.dat error
|
|
||||||
ETRASH = estring.h error
|
|
||||||
TRASH = delim.dat estring.h error
|
|
||||||
|
|
||||||
PRODUCTS = $(CPRODS) $(EPRODS)
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = $(HELPUTILLIB)
|
|
||||||
|
|
||||||
/* Don't use shared libs for hp */
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
#if OSMajorVersion > 7
|
|
||||||
EXTRA_LOAD_FLAGS = -Wl,-a archive
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
.NO_PARALLEL:
|
|
||||||
#endif
|
|
||||||
|
|
||||||
all:: $(PRODUCTS)
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
NormalProgramTarget(eltdef,$(OBJS),delim.h $(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),)
|
|
||||||
|
|
||||||
$(EPRODS): eltdef $(HELPIFFILE) $(HELPTSSFILE)
|
|
||||||
$(RM) $(EPRODS) $(ETRASH)
|
|
||||||
./eltdef $(HELPIFFILE)
|
|
||||||
|
|
||||||
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.elt context.dat
|
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
|
||||||
$(CP) $(HELPTAGSRC)/delim.elt delim.dat /* appl.-specific delim.dat */
|
|
||||||
$(HELPUTILSRC)/context
|
|
||||||
|
|
||||||
$(HELPUTILSRC)/context:
|
|
||||||
cd $(HELPUTILSRC); make context
|
|
||||||
|
|
||||||
|
|
||||||
arc package :
|
|
||||||
if exist util.arc $(CP) build.arc old.arc
|
|
||||||
$(ARCCMD) util.arc *.c *.h makefile
|
|
||||||
|
|
||||||
unarc dearc :
|
|
||||||
$(UNARCCMD) util.arc
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) $(PRODUCTS) $(TRASH)
|
|
||||||
|
|
||||||
depend::
|
|
||||||
|
|
||||||
includes:: $(PRODUCTS)
|
|
||||||
|
|
||||||
DependTarget()
|
|
|
@ -1,96 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/9 1996/10/09 14:04:59 drk $
|
|
||||||
/* helptag Imakefile */
|
|
||||||
|
|
||||||
ARCCMD = arc u
|
|
||||||
UNARCCMD = arc x
|
|
||||||
ARCDELCMD = arc d
|
|
||||||
|
|
||||||
.SUFFIXES : .e .arc .c .h
|
|
||||||
|
|
||||||
HELPTAG = ..
|
|
||||||
HELPTAGSRC = $(HELPTAG)/helptag
|
|
||||||
HELPPARSERSRC = $(HELPTAG)/parser
|
|
||||||
HELPELTDEFSRC = $(HELPTAG)/eltdef
|
|
||||||
HELPDTDFILE = $(HELPTAGSRC)/hptag.dtd
|
|
||||||
HELPUTILSRC = $(HELPTAG)/util
|
|
||||||
HELPBUILDSRC = $(HELPTAG)/build
|
|
||||||
HELPUTILLIB = $(HELPTAG)/util/libutil.a
|
|
||||||
HELPIFFILE = $(HELPTAGSRC)/help.if
|
|
||||||
HELPTSSFILE = $(HELPTAGSRC)/htag.tss
|
|
||||||
|
|
||||||
XLATESRC = $(DTHELPSRC)
|
|
||||||
XLATEHDRS = $(XLATESRC)/XlationSvc.h $(XLATESRC)/LocaleXlate.h
|
|
||||||
XLATESRCS = LocaleXlate.c XlationSvc.c
|
|
||||||
XLATEOBJS = LocaleXlate.o XlationSvc.o
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(HELPUTILSRC) -I$(HELPPARSERSRC) \
|
|
||||||
-I$(HELPELTDEFSRC) -I$(XLATESRC)
|
|
||||||
DEFINES = -DOSMAJORVERSION=OSMajorVersion \
|
|
||||||
-DOSMINORVERSION=OSMinorVersion
|
|
||||||
|
|
||||||
|
|
||||||
ELTHDRS = $(HELPUTILSRC)/entdef.h $(HELPUTILSRC)/entext.h
|
|
||||||
|
|
||||||
XCOMM PARSEHDRS are header files used by many parser routines
|
|
||||||
PARSEHDRS = $(HELPUTILSRC)/basic.h $(HELPUTILSRC)/trie.h \
|
|
||||||
$(HELPUTILSRC)/common.h $(HELPUTILSRC)/dtddef.h \
|
|
||||||
$(HELPUTILSRC)/dtdext.h $(HELPUTILSRC)/sparse.h \
|
|
||||||
parser.h proto.h
|
|
||||||
|
|
||||||
APPLHDRS = $(PARSEHDRS) $(ELTHDRS) \
|
|
||||||
$(HELPUTILSRC)/version.h \
|
|
||||||
$(HELPTAGSRC)/global.h $(HELPTAGSRC)/charconv.h \
|
|
||||||
$(HELPTAGSRC)/roman8.h $(HELPTAGSRC)/fproto.h \
|
|
||||||
../parser/pval.h ../parser/globdec.h ../parser/signonx.h \
|
|
||||||
../parser/userinc.h
|
|
||||||
|
|
||||||
SRCS = custom.c default.c global.c help.c make.c option.c out.c special.c xref.c \
|
|
||||||
$(XLATESRCS)
|
|
||||||
|
|
||||||
OBJS = custom.o default.o global.o help.o make.o option.o out.o special.o xref.o \
|
|
||||||
$(XLATEOBJS)
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = $(HELPUTILLIB)
|
|
||||||
|
|
||||||
/* Don't use shared libs for hp */
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
#if OSMajorVersion > 7
|
|
||||||
EXTRA_LOAD_FLAGS = -Wl,-a archive
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
SYS_LIBRARIES = -lm -ldl -lgen
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
all:: $(OBJS)
|
|
||||||
|
|
||||||
LinkSourceFile(LocaleXlate.c,$(DTSVCSRC)/DtUtil2)
|
|
||||||
LinkSourceFile(XlationSvc.c,$(DTSVCSRC)/DtUtil2)
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
|
|
||||||
dthelp_htag1: $(HELPPARSERSRC)/parser
|
|
||||||
$(RM) dthelp_htag1
|
|
||||||
$(CP) $(HELPPARSERSRC)/parser dthelp_htag1
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) dthelp_htag1
|
|
||||||
$(RM) $(XLATESRCS)
|
|
||||||
|
|
||||||
|
|
||||||
DependTarget()
|
|
||||||
|
|
||||||
arcappl archptag :
|
|
||||||
if exist hptag.arc $(CP) hptag.arc hptag.old
|
|
||||||
$(ARCCMD) hptag.arc *.c *.h linkcmd.dos linkcmd.unx $(HELPDTDFILE) \
|
|
||||||
tex.if makefile makefile.doc make.ini delim.*
|
|
||||||
|
|
||||||
unarcappl unarchptag :
|
|
||||||
$(UNARCCMD) hptag.arc
|
|
||||||
|
|
||||||
tags ::
|
|
||||||
etags -t *.c *.h *.if
|
|
||||||
|
|
||||||
etags ::
|
|
||||||
etags -t *.c *.h *.if
|
|
|
@ -1,129 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/10 1996/10/09 14:05:07 drk $
|
|
||||||
/* parser Imakefile */
|
|
||||||
|
|
||||||
ARCCMD = arc u
|
|
||||||
UNARCCMD = arc x
|
|
||||||
ARCDELCMD = arc d
|
|
||||||
|
|
||||||
HELPTAG = ..
|
|
||||||
HELPTAGSRC = $(HELPTAG)/helptag
|
|
||||||
HELPPARSERSRC = $(HELPTAG)/parser
|
|
||||||
HELPELTDEFSRC = $(HELPTAG)/eltdef
|
|
||||||
HELPDTDFILE = $(HELPTAGSRC)/hptag.dtd
|
|
||||||
HELPUTILSRC = $(HELPTAG)/util
|
|
||||||
HELPBUILDSRC = $(HELPTAG)/build
|
|
||||||
HELPUTILLIB = $(HELPTAG)/util/libutil.a
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(HELPUTILSRC) -I$(HELPTAGSRC) -I$(HELPBUILDSRC) \
|
|
||||||
-I$(HELPELTDEFSRC)
|
|
||||||
|
|
||||||
SRCS = parser.c actutil.c \
|
|
||||||
closent.c code.c cyclent.c dcurelt.c \
|
|
||||||
end.c entity.c \
|
|
||||||
error.c getsign.c \
|
|
||||||
input.c level.c lookent.c \
|
|
||||||
minim.c optstrg.c param.c parent.c \
|
|
||||||
parutil.c pi.c \
|
|
||||||
scan.c setpar.c start.c string.c struct.c \
|
|
||||||
text.c
|
|
||||||
XCOMM parvalok.c parname.c ifdata.c findpar.c
|
|
||||||
|
|
||||||
OBJS = parser.o actutil.o \
|
|
||||||
closent.o code.o cyclent.o dcurelt.o \
|
|
||||||
end.o entity.o \
|
|
||||||
error.o getsign.o \
|
|
||||||
input.o level.o lookent.o \
|
|
||||||
minim.o optstrg.o param.o parent.o \
|
|
||||||
parutil.o pi.o \
|
|
||||||
scan.o setpar.o start.o string.o struct.o \
|
|
||||||
text.o
|
|
||||||
XCOMM parvalok.o parname.o ifdata.o findpar.o
|
|
||||||
|
|
||||||
XLATEOBJECTS = $(HELPTAGSRC)/LocaleXlate.o $(HELPTAGSRC)/XlationSvc.o
|
|
||||||
|
|
||||||
APPLOBJECTS = \
|
|
||||||
$(HELPTAGSRC)/custom.o \
|
|
||||||
$(HELPTAGSRC)/default.o \
|
|
||||||
$(HELPTAGSRC)/global.o \
|
|
||||||
$(HELPTAGSRC)/help.o \
|
|
||||||
$(HELPTAGSRC)/make.o \
|
|
||||||
$(HELPTAGSRC)/option.o \
|
|
||||||
$(HELPTAGSRC)/out.o \
|
|
||||||
$(HELPTAGSRC)/xref.o \
|
|
||||||
$(XLATEOBJECTS)
|
|
||||||
|
|
||||||
ELT_H = \
|
|
||||||
$(HELPELTDEFSRC)/entity2.h \
|
|
||||||
$(HELPELTDEFSRC)/globdec.h \
|
|
||||||
$(HELPELTDEFSRC)/globdef.h \
|
|
||||||
$(HELPELTDEFSRC)/if.h \
|
|
||||||
$(HELPELTDEFSRC)/pval.h \
|
|
||||||
$(HELPELTDEFSRC)/signon.h \
|
|
||||||
$(HELPELTDEFSRC)/signonx.h
|
|
||||||
|
|
||||||
ELT_C = \
|
|
||||||
$(HELPELTDEFSRC)/efile.c \
|
|
||||||
$(HELPELTDEFSRC)/entfile.c \
|
|
||||||
$(HELPELTDEFSRC)/pfile.c \
|
|
||||||
$(HELPELTDEFSRC)/sfile.c \
|
|
||||||
$(HELPELTDEFSRC)/stfile.c \
|
|
||||||
$(HELPELTDEFSRC)/tfile.c
|
|
||||||
|
|
||||||
ELT_DEFS = $(ELT_H) $(ELT_C)
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
.NO_PARALLEL:
|
|
||||||
#endif
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = $(HELPUTILLIB)
|
|
||||||
SYS_LIBRARIES = $(XLIB) DtClientSysLibs
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
SYS_LIBRARIES = $(XLIB) -lm -ldl -lgen
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
all:: $(HELPTAGSRC)/dthelp_htag1
|
|
||||||
|
|
||||||
other_dirs:
|
|
||||||
cd $(HELPELTDEFSRC); make
|
|
||||||
cd $(HELPTAGSRC); make
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
NormalProgramTarget(parser,$(OBJS) $(APPLOBJECTS),delim.h $(LOCAL_LIBRARIES) other_dirs,$(LOCAL_LIBRARIES),)
|
|
||||||
|
|
||||||
CPRODS = case.c context.h delim.h
|
|
||||||
CTRASH = error delim.dat
|
|
||||||
|
|
||||||
$(HELPTAGSRC)/dthelp_htag1: parser
|
|
||||||
$(RM) $(HELPTAGSRC)/dthelp_htag1
|
|
||||||
$(CP) parser $(HELPTAGSRC)/dthelp_htag1
|
|
||||||
|
|
||||||
$(CPRODS): $(HELPUTILSRC)/context $(HELPTAGSRC)/delim.par context.dat
|
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
|
||||||
$(CP) $(HELPTAGSRC)/delim.par delim.dat /* appl.-specific delim.dat */
|
|
||||||
$(HELPUTILSRC)/context
|
|
||||||
|
|
||||||
$(HELPUTILSRC)/context:
|
|
||||||
cd $(HELPUTILSRC); make context
|
|
||||||
|
|
||||||
$(APPLOBJECTS):
|
|
||||||
cd $(HELPTAGSRC); make $(APPLOBJECTS)
|
|
||||||
|
|
||||||
$(ELT_DEFS):
|
|
||||||
cd $(HELPELTDEFSRC); make $(ELT_DEFS)
|
|
||||||
|
|
||||||
arc package :
|
|
||||||
if exist util.arc $(CP) build.arc old.arc
|
|
||||||
$(ARCCMD) util.arc *.c *.h makefile
|
|
||||||
|
|
||||||
unarc dearc :
|
|
||||||
$(UNARCCMD) util.arc
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) $(CPRODS) $(CTRASH) parser *.o
|
|
||||||
|
|
||||||
depend:: $(SRCS)
|
|
||||||
|
|
||||||
includes:: $(CPRODS)
|
|
||||||
|
|
||||||
DependTarget()
|
|
|
@ -1,60 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1996/05/09 17:31:32 drk $
|
|
||||||
/* Util Imakefile */
|
|
||||||
ARCCMD = arc u
|
|
||||||
UNARCCMD = arc x
|
|
||||||
ARCDELCMD = arc d
|
|
||||||
|
|
||||||
INCLUDES = -I.
|
|
||||||
|
|
||||||
LIBSRCS = \
|
|
||||||
allwhite.c inctest.c letter.c triedump.c triepdmp.c \
|
|
||||||
trieplk.c trierset.c upcmp8.c upstrcmp.c wchar.c
|
|
||||||
CTXSRCS = \
|
|
||||||
conutil.c error.c exit.c itoa.c lower.c malloc.c openchk.c \
|
|
||||||
trie.c triecnt.c upper.c whitesp.c
|
|
||||||
OTHERSRCS = \
|
|
||||||
context.c emptyfil.c fclndir.c
|
|
||||||
SRCS = $(LIBSRCS) $(CTXSRCS) $(OTHERSRCS)
|
|
||||||
|
|
||||||
|
|
||||||
LIBOBJS = \
|
|
||||||
allwhite.o inctest.o letter.o triedump.o triepdmp.o \
|
|
||||||
trieplk.o trierset.o upcmp8.o upstrcmp.o wchar.o
|
|
||||||
CTXOBJS = \
|
|
||||||
conutil.o error.o exit.o itoa.o lower.o malloc.o openchk.o \
|
|
||||||
trie.o triecnt.o upper.o whitesp.o
|
|
||||||
OTHEROBJS = \
|
|
||||||
context.o fclndir.o emptyfil.o
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = libutil.a
|
|
||||||
|
|
||||||
/* Don't use shared libs for hp */
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
#if OSMajorVersion > 7
|
|
||||||
EXTRA_LOAD_FLAGS = -Wl,-a archive
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
all::
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
NormalLibraryTarget(util,$(LIBOBJS) $(CTXOBJS))
|
|
||||||
|
|
||||||
all:: context fclndir
|
|
||||||
|
|
||||||
NormalProgramTarget(context,context.o,$(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),)
|
|
||||||
NormalProgramTarget(fclndir,fclndir.o,$(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),)
|
|
||||||
|
|
||||||
|
|
||||||
XCOMM arc generates an arc file containing all the source files
|
|
||||||
XCOMM in this directory
|
|
||||||
arc package :
|
|
||||||
if exist util.arc $(CP) util.arc old.arc
|
|
||||||
$(ARCCMD) util.arc *.c *.h makefile
|
|
||||||
|
|
||||||
unarc dearc :
|
|
||||||
$(UNARCCMD) util.arc
|
|
||||||
|
|
||||||
DependTarget()
|
|
||||||
|
|
||||||
depend:: $(SRCS)
|
|
|
@ -1,12 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/3 1995/11/08 10:40:52 rswiston $
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)'
|
|
||||||
|
|
||||||
#if !UseCCMakeDepend
|
|
||||||
MDEP_DIR = makedepend
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SUBDIRS = util build eltdef htag2 parser
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
|
@ -1,74 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/3 1995/11/08 10:41:11 rswiston $
|
|
||||||
/* build Imakefile */
|
|
||||||
|
|
||||||
HTAG2 = ..
|
|
||||||
HTAG2SRC = $(HTAG2)/htag2
|
|
||||||
SDLPARSERSRC = $(HTAG2)/parser
|
|
||||||
SDLELTDEFSRC = $(HTAG2)/eltdef
|
|
||||||
SDLDTDFILE = $(HTAG2SRC)/sdl.dtd
|
|
||||||
SDLUTILSRC = $(HTAG2)/util
|
|
||||||
SDLBUILDSRC = $(HTAG2)/build
|
|
||||||
SDLUTILLIB = $(HTAG2)/util/libutil.a
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(SDLUTILSRC)
|
|
||||||
|
|
||||||
SRCS = \
|
|
||||||
build.c buildutl.c eltree.c except.c fsa.c out.c param.c \
|
|
||||||
scan.c sref.c tree.c
|
|
||||||
|
|
||||||
OBJS = \
|
|
||||||
build.o buildutl.o eltree.o except.o fsa.o out.o param.o \
|
|
||||||
scan.o sref.o tree.o
|
|
||||||
|
|
||||||
CHPRODS = context.h delim.h
|
|
||||||
CCPRODS = case.c
|
|
||||||
|
|
||||||
BHPRODS = dtd.h entity.h arc.h
|
|
||||||
BCPRODS =
|
|
||||||
|
|
||||||
CTRASH = error delim.dat
|
|
||||||
BTRASH = error template
|
|
||||||
|
|
||||||
CPRODS = $(CHPRODS) $(CCPRODS)
|
|
||||||
BPRODS = $(BHPRODS) $(BCPRODS)
|
|
||||||
TRASH = error delim.dat template
|
|
||||||
|
|
||||||
PRODUCTS = $(CPRODS) $(BPRODS)
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = $(SDLUTILLIB)
|
|
||||||
|
|
||||||
/* Don't use shared libs for hp */
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
#if OSMajorVersion > 7
|
|
||||||
EXTRA_LOAD_FLAGS = -Wl,-a archive
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
.NO_PARALLEL:
|
|
||||||
#endif
|
|
||||||
|
|
||||||
all:: $(PRODUCTS)
|
|
||||||
|
|
||||||
$(BPRODS): build $(SDLDTDFILE)
|
|
||||||
$(RM) $(BPRODS) $(BTRASH)
|
|
||||||
./build < $(SDLDTDFILE)
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
NormalProgramTarget(build,$(OBJS),delim.h $(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),)
|
|
||||||
|
|
||||||
$(CPRODS): $(SDLUTILSRC)/context $(HTAG2SRC)/delim.bld context.dat
|
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
|
||||||
$(CP) $(HTAG2SRC)/delim.bld delim.dat /* appl.-specific delim.dat */
|
|
||||||
$(SDLUTILSRC)/context sparse
|
|
||||||
|
|
||||||
$(SDLUTILSRC)/context:
|
|
||||||
cd $(SDLUTILSRC); make context
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) $(PRODUCTS) $(TRASH)
|
|
||||||
|
|
||||||
depend:: $(SRCS)
|
|
||||||
DependTarget()
|
|
||||||
|
|
||||||
includes:: $(PRODUCTS)
|
|
|
@ -1,74 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/3 1995/11/08 10:44:32 rswiston $
|
|
||||||
/* eltdef Imakefile */
|
|
||||||
|
|
||||||
HTAG2 = ..
|
|
||||||
HTAG2SRC = $(HTAG2)/htag2
|
|
||||||
SDLPARSERSRC = $(HTAG2)/parser
|
|
||||||
SDLELTDEFSRC = $(HTAG2)/eltdef
|
|
||||||
SDLDTDFILE = $(HTAG2SRC)/sdl.dtd
|
|
||||||
SDLUTILSRC = $(HTAG2)/util
|
|
||||||
SDLBUILDSRC = $(HTAG2)/build
|
|
||||||
SDLUTILLIB = $(HTAG2)/util/libutil.a
|
|
||||||
SDLIFFILE = $(HTAG2SRC)/sdl.if
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(SDLUTILSRC) -I$(SDLBUILDSRC)
|
|
||||||
|
|
||||||
SRCS = eltdef.c eltutil.c entity.c scan.c
|
|
||||||
|
|
||||||
OBJS = eltdef.o eltutil.o entity.o scan.o
|
|
||||||
|
|
||||||
CCPRODS = case.c
|
|
||||||
ECPRODS = efile.c entfile.c pfile.c sfile.c stfile.c tfile.c
|
|
||||||
|
|
||||||
CHPRODS = context.h delim.h
|
|
||||||
EHPRODS = entity2.h globdec.h globdef.h if.h pval.h signon.h signonx.h
|
|
||||||
|
|
||||||
CPRODS = $(CCPRODS) $(CHPRODS)
|
|
||||||
EPRODS = $(ECPRODS) $(EHPRODS)
|
|
||||||
|
|
||||||
CTRASH = delim.dat error
|
|
||||||
ETRASH = estring.h error
|
|
||||||
TRASH = delim.dat estring.h error
|
|
||||||
|
|
||||||
PRODUCTS = $(CPRODS) $(EPRODS)
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = $(SDLUTILLIB)
|
|
||||||
LOCAL_INCLUDES = -I$(SDLUTILSRC)
|
|
||||||
|
|
||||||
/* Don't use shared libs for hp */
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
#if OSMajorVersion > 7
|
|
||||||
EXTRA_LOAD_FLAGS = -Wl,-a archive
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
.NO_PARALLEL:
|
|
||||||
#endif
|
|
||||||
|
|
||||||
all:: $(PRODUCTS)
|
|
||||||
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
NormalProgramTarget(eltdef,$(OBJS),delim.h $(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),)
|
|
||||||
|
|
||||||
$(EPRODS): eltdef $(SDLIFFILE)
|
|
||||||
$(RM) $(EPRODS) $(ETRASH)
|
|
||||||
./eltdef $(SDLIFFILE)
|
|
||||||
|
|
||||||
$(CPRODS): $(SDLUTILSRC)/context $(HTAG2SRC)/delim.elt context.dat
|
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
|
||||||
$(CP) $(HTAG2SRC)/delim.elt delim.dat /* appl.-specific delim.dat */
|
|
||||||
$(SDLUTILSRC)/context
|
|
||||||
|
|
||||||
$(SDLUTILSRC)/context:
|
|
||||||
cd $(SDLUTILSRC); make context
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) $(PRODUCTS) $(TRASH)
|
|
||||||
|
|
||||||
depend::
|
|
||||||
|
|
||||||
includes:: $(PRODUCTS)
|
|
||||||
|
|
||||||
DependTarget()
|
|
|
@ -1,80 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/9 1996/10/09 14:05:16 drk $
|
|
||||||
/* htag2 Imakefile */
|
|
||||||
|
|
||||||
.SUFFIXES : .e .c .h
|
|
||||||
|
|
||||||
HTAG2 = ..
|
|
||||||
HTAG2SRC = $(HTAG2)/htag2
|
|
||||||
SDLPARSERSRC = $(HTAG2)/parser
|
|
||||||
SDLELTDEFSRC = $(HTAG2)/eltdef
|
|
||||||
SDLDTDFILE = $(HTAG2SRC)/sdl.dtd
|
|
||||||
SDLUTILSRC = $(HTAG2)/util
|
|
||||||
SDLBUILDSRC = $(HTAG2)/build
|
|
||||||
SDLUTILLIB = $(HTAG2)/util/libutil.a
|
|
||||||
SDLIFFILE = $(HTAG2SRC)/sdl.if
|
|
||||||
|
|
||||||
XLATESRC = $(DTHELPSRC)
|
|
||||||
XLATEHDRS = $(XLATESRC)/XlationSvc.h $(XLATESRC)/LocaleXlate.h
|
|
||||||
XLATESRCS = LocaleXlate.c XlationSvc.c
|
|
||||||
XLATEOBJS = LocaleXlate.o XlationSvc.o
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(SDLUTILSRC) -I$(SDLPARSERSRC) \
|
|
||||||
-I$(SDLELTDEFSRC) -I$(XLATESRC)
|
|
||||||
DEFINES = -DOSMAJORVERSION=OSMajorVersion \
|
|
||||||
-DOSMINORVERSION=OSMinorVersion
|
|
||||||
|
|
||||||
ELTHDRS = $(SDLUTILSRC)/entdef.h $(SDLUTILSRC)/entext.h
|
|
||||||
|
|
||||||
XCOMM PARSEHDRS are header files used by many parser routines
|
|
||||||
PARSEHDRS = $(SDLUTILSRC)/basic.h $(SDLUTILSRC)/trie.h \
|
|
||||||
$(SDLUTILSRC)/common.h $(SDLUTILSRC)/dtddef.h \
|
|
||||||
$(SDLUTILSRC)/dtdext.h $(SDLUTILSRC)/sparse.h \
|
|
||||||
parser.h proto.h
|
|
||||||
|
|
||||||
APPLHDRS = $(PARSEHDRS) $(ELTHDRS) \
|
|
||||||
$(SDLUTILSRC)/version.h \
|
|
||||||
$(HTAG2SRC)/global.h \
|
|
||||||
$(HTAG2SRC)/fproto.h \
|
|
||||||
../parser/pval.h ../parser/globdec.h ../parser/signonx.h \
|
|
||||||
../parser/userinc.h
|
|
||||||
|
|
||||||
SRCS = custom.c global.c sdl.c option.c out.c $(XLATESRCS)
|
|
||||||
|
|
||||||
OBJS = custom.o global.o sdl.o option.o out.o $(XLATEOBJS)
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = $(SDLUTILLIB)
|
|
||||||
|
|
||||||
/* Don't use shared libs for hp */
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
#if OSMajorVersion > 7
|
|
||||||
EXTRA_LOAD_FLAGS = -Wl,-a archive
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
SYS_LIBRARIES = -lm -ldl -lgen
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
all:: $(OBJS)
|
|
||||||
|
|
||||||
LinkSourceFile(LocaleXlate.c,$(DTSVCSRC)/DtUtil2)
|
|
||||||
LinkSourceFile(XlationSvc.c,$(DTSVCSRC)/DtUtil2)
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
|
|
||||||
dthelp_htag2: $(SDLPARSERSRC)/parser
|
|
||||||
$(RM) dthelp_htag2
|
|
||||||
$(CP) (SDLPARSERSRC)/parser dthelp_htag2
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) dthelp_htag2
|
|
||||||
$(RM) $(XLATESRCS)
|
|
||||||
|
|
||||||
|
|
||||||
DependTarget()
|
|
||||||
|
|
||||||
tags ::
|
|
||||||
etags -t *.c *.h *.if
|
|
||||||
|
|
||||||
etags ::
|
|
||||||
etags -t *.c *.h *.if
|
|
|
@ -1,113 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/10 1996/10/09 14:05:24 drk $
|
|
||||||
/* parser Imakefile */
|
|
||||||
|
|
||||||
HTAG2 = ..
|
|
||||||
HTAG2SRC = $(HTAG2)/htag2
|
|
||||||
SDLPARSERSRC = $(HTAG2)/parser
|
|
||||||
SDLELTDEFSRC = $(HTAG2)/eltdef
|
|
||||||
SDLDTDFILE = $(HTAG2SRC)/sdl.dtd
|
|
||||||
SDLUTILSRC = $(HTAG2)/util
|
|
||||||
SDLBUILDSRC = $(HTAG2)/build
|
|
||||||
SDLUTILLIB = $(HTAG2)/util/libutil.a
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(SDLUTILSRC) -I$(HTAG2SRC) -I$(SDLBUILDSRC) \
|
|
||||||
-I$(SDLELTDEFSRC)
|
|
||||||
|
|
||||||
SRCS = parser.c actutil.c \
|
|
||||||
closent.c code.c cyclent.c dcurelt.c \
|
|
||||||
end.c entity.c \
|
|
||||||
error.c getsign.c \
|
|
||||||
input.c level.c lookent.c \
|
|
||||||
minim.c optstrg.c param.c parent.c \
|
|
||||||
parutil.c pi.c \
|
|
||||||
scan.c setpar.c start.c string.c struct.c \
|
|
||||||
text.c
|
|
||||||
|
|
||||||
OBJS = parser.o actutil.o \
|
|
||||||
closent.o code.o cyclent.o dcurelt.o \
|
|
||||||
end.o entity.o \
|
|
||||||
error.o getsign.o \
|
|
||||||
input.o level.o lookent.o \
|
|
||||||
minim.o optstrg.o param.o parent.o \
|
|
||||||
parutil.o pi.o \
|
|
||||||
scan.o setpar.o start.o string.o struct.o \
|
|
||||||
text.o
|
|
||||||
|
|
||||||
XLATEOBJECTS = $(HTAG2SRC)/LocaleXlate.o $(HTAG2SRC)/XlationSvc.o
|
|
||||||
|
|
||||||
APPLOBJECTS = \
|
|
||||||
$(HTAG2SRC)/custom.o \
|
|
||||||
$(HTAG2SRC)/global.o \
|
|
||||||
$(HTAG2SRC)/sdl.o \
|
|
||||||
$(HTAG2SRC)/option.o \
|
|
||||||
$(HTAG2SRC)/out.o \
|
|
||||||
$(XLATEOBJECTS)
|
|
||||||
|
|
||||||
ELT_H = \
|
|
||||||
$(SDLELTDEFSRC)/entity2.h \
|
|
||||||
$(SDLELTDEFSRC)/globdec.h \
|
|
||||||
$(SDLELTDEFSRC)/globdef.h \
|
|
||||||
$(SDLELTDEFSRC)/if.h \
|
|
||||||
$(SDLELTDEFSRC)/pval.h \
|
|
||||||
$(SDLELTDEFSRC)/signon.h \
|
|
||||||
$(SDLELTDEFSRC)/signonx.h
|
|
||||||
|
|
||||||
ELT_C = \
|
|
||||||
$(SDLELTDEFSRC)/efile.c \
|
|
||||||
$(SDLELTDEFSRC)/entfile.c \
|
|
||||||
$(SDLELTDEFSRC)/pfile.c \
|
|
||||||
$(SDLELTDEFSRC)/sfile.c \
|
|
||||||
$(SDLELTDEFSRC)/stfile.c \
|
|
||||||
$(SDLELTDEFSRC)/tfile.c
|
|
||||||
|
|
||||||
ELT_DEFS = $(ELT_H) $(ELT_C)
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
.NO_PARALLEL:
|
|
||||||
#endif
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = $(SDLUTILLIB)
|
|
||||||
SYS_LIBRARIES = $(XLIB) DtClientSysLibs
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
SYS_LIBRARIES = $(XLIB) -lm -ldl -lgen
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
all:: $(HTAG2SRC)/dthelp_htag2
|
|
||||||
|
|
||||||
other_dirs:
|
|
||||||
cd $(SDLELTDEFSRC); make
|
|
||||||
cd $(HTAG2SRC); make
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
NormalProgramTarget(parser,$(OBJS) $(APPLOBJECTS),delim.h $(LOCAL_LIBRARIES) other_dirs,$(LOCAL_LIBRARIES),)
|
|
||||||
|
|
||||||
CPRODS = case.c context.h delim.h
|
|
||||||
CTRASH = error delim.dat
|
|
||||||
|
|
||||||
$(HTAG2SRC)/dthelp_htag2: parser
|
|
||||||
$(RM) $(HTAG2SRC)/dthelp_htag2
|
|
||||||
$(CP) parser $(HTAG2SRC)/dthelp_htag2
|
|
||||||
|
|
||||||
$(CPRODS): $(SDLUTILSRC)/context $(HTAG2SRC)/delim.par context.dat
|
|
||||||
$(RM) $(CPRODS) $(CTRASH)
|
|
||||||
$(CP) $(HTAG2SRC)/delim.par delim.dat /* appl.-specific delim.dat */
|
|
||||||
$(SDLUTILSRC)/context
|
|
||||||
|
|
||||||
$(SDLUTILSRC)/context:
|
|
||||||
cd $(SDLUTILSRC); make context
|
|
||||||
|
|
||||||
$(APPLOBJECTS):
|
|
||||||
cd $(HTAG2SRC); make
|
|
||||||
|
|
||||||
$(ELT_DEFS):
|
|
||||||
cd $(SDLELTDEFSRC); make
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) $(CPRODS) $(CTRASH) parser *.o
|
|
||||||
|
|
||||||
depend:: $(SRCS)
|
|
||||||
|
|
||||||
includes:: $(CPRODS)
|
|
||||||
|
|
||||||
DependTarget()
|
|
|
@ -1,47 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/3 1995/11/08 11:01:32 rswiston $
|
|
||||||
/* Util Imakefile */
|
|
||||||
|
|
||||||
INCLUDES = -I.
|
|
||||||
|
|
||||||
LIBSRCS = \
|
|
||||||
allwhite.c inctest.c letter.c triedump.c triepdmp.c \
|
|
||||||
trieplk.c trierset.c upcmp8.c upstrcmp.c wchar.c
|
|
||||||
CTXSRCS = \
|
|
||||||
conutil.c error.c exit.c itoa.c lower.c malloc.c openchk.c \
|
|
||||||
trie.c triecnt.c upper.c whitesp.c
|
|
||||||
OTHERSRCS = \
|
|
||||||
context.c emptyfil.c fclndir.c
|
|
||||||
SRCS = $(LIBSRCS) $(CTXSRCS) $(OTHERSRCS)
|
|
||||||
|
|
||||||
|
|
||||||
LIBOBJS = \
|
|
||||||
allwhite.o inctest.o letter.o triedump.o triepdmp.o \
|
|
||||||
trieplk.o trierset.o upcmp8.o upstrcmp.o wchar.o
|
|
||||||
CTXOBJS = \
|
|
||||||
conutil.o error.o exit.o itoa.o lower.o malloc.o openchk.o \
|
|
||||||
trie.o triecnt.o upper.o whitesp.o
|
|
||||||
OTHEROBJS = \
|
|
||||||
context.o fclndir.o emptyfil.o
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = libutil.a
|
|
||||||
|
|
||||||
/* Don't use shared libs for hp */
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
#if OSMajorVersion > 7
|
|
||||||
EXTRA_LOAD_FLAGS = -Wl,-a archive
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
all::
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
NormalLibraryTarget(util,$(LIBOBJS) $(CTXOBJS))
|
|
||||||
|
|
||||||
all:: context fclndir
|
|
||||||
|
|
||||||
NormalProgramTarget(context,context.o,$(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),)
|
|
||||||
NormalProgramTarget(fclndir,fclndir.o,$(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),)
|
|
||||||
|
|
||||||
DependTarget()
|
|
||||||
|
|
||||||
depend:: $(SRCS)
|
|
|
@ -1,61 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/9 1996/10/09 14:05:31 drk $
|
|
||||||
|
|
||||||
XCOMM
|
|
||||||
XCOMM Imakefile: for DT Icon Editor
|
|
||||||
XCOMM
|
|
||||||
|
|
||||||
/* General case INCLUDES DEFINES LOCAL_LIBRARIES
|
|
||||||
* Each individual architecture may have more or less of the above.
|
|
||||||
* Use EXTRA_DEFINES and EXTRA_INCLUDES to add defines and includes
|
|
||||||
* to an individual architecture. There is no equivalent for
|
|
||||||
* LOCAL_LIBRARIES.
|
|
||||||
* USE_libraryname in LOCAL_LIBRARIES is by default empty.
|
|
||||||
* It should be set when necessary to the real library macro name.
|
|
||||||
*/
|
|
||||||
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
DEFINES = -D__TOOLTALK
|
|
||||||
INCLUDES = -I. $(TIRPCINC)
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
DEPLIBS = $(DEPDTWIDGETLIB) $(DEPDTSVCLIB) $(DEPTTLIB) \
|
|
||||||
$(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTWIDGETLIB) $(DTSVCLIB) $(TTLIB) \
|
|
||||||
$(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
#else
|
|
||||||
DEPLIBS = $(DEPDTHELPLIB) $(DEPDTWIDGETLIB) $(DEPDTSVCLIB) $(DEPTTLIB) \
|
|
||||||
$(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTWIDGETLIB) $(DTSVCLIB) $(TTLIB) \
|
|
||||||
$(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
SYS_LIBRARIES = -lm
|
|
||||||
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
EXTRA_DEFINES =
|
|
||||||
SYS_LIBRARIES = -lm -liconv
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
SYS_LIBRARIES = -lm -ldl
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
#if defined (AlphaArchitecture)
|
|
||||||
EXTRA_DEFINES =
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = dtIconShell.c event.c fileIO.c \
|
|
||||||
fileIODialog.c globals.c graphics.c \
|
|
||||||
help.c image.c main.c \
|
|
||||||
newIconDialog.c process.c queryDialog.c \
|
|
||||||
stdErrDialog.c utils.c
|
|
||||||
|
|
||||||
OBJS = dtIconShell.o event.o fileIO.o \
|
|
||||||
fileIODialog.o globals.o graphics.o \
|
|
||||||
help.o image.o main.o \
|
|
||||||
newIconDialog.o process.o queryDialog.o \
|
|
||||||
stdErrDialog.o utils.o
|
|
||||||
|
|
||||||
ComplexProgramTarget(dticon)
|
|
|
@ -1,47 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/8 1996/04/21 19:55:32 drk $
|
|
||||||
|
|
||||||
DEFINES = -DNLS
|
|
||||||
INCLUDES = -I. -I$(CDELIBSRC)
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) \
|
|
||||||
$(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) \
|
|
||||||
$(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
#else
|
|
||||||
DEPLIBS = $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB) \
|
|
||||||
$(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) \
|
|
||||||
$(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
SYS_LIBRARIES = DtClientSysLibs
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
EXTRA_CCOPTIONS = -xF
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (RsArchitecture)
|
|
||||||
EXTRA_DEFINES = -DANSICPP
|
|
||||||
#endif /* RsArchitecture */
|
|
||||||
|
|
||||||
CPP_TARGETS = 0020.dtims
|
|
||||||
AllTarget($(CPP_TARGETS))
|
|
||||||
|
|
||||||
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
|
|
||||||
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
|
|
||||||
-DKORNSHELL=$(KORNSHELL)
|
|
||||||
|
|
||||||
PROGRAMS=dtimsstart
|
|
||||||
|
|
||||||
SRCS = action.c env.c file.c \
|
|
||||||
main.c remote.c select.c \
|
|
||||||
start.c util.c win.c
|
|
||||||
|
|
||||||
OBJS = action.o env.o file.o \
|
|
||||||
main.o remote.o select.o \
|
|
||||||
start.o util.o win.o
|
|
||||||
|
|
||||||
ComplexProgramTarget($(PROGRAMS))
|
|
||||||
|
|
||||||
CppSourceFile(0020.dtims,0020.dtims.src,$(LOCAL_CPP_DEFINES),)
|
|
|
@ -1,119 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/15 1998/04/07 08:55:29 mgreess $
|
|
||||||
DESKTOP_VERSION_STRING = DesktopVersionString
|
|
||||||
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = examples
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
|
|
||||||
KSH93SRC = ./ksh93
|
|
||||||
|
|
||||||
SYS_LIBRARIES = -lm $(DYNLIBSYSLIB) $(REGEXSYSLIB) $(ICONVSYSLIB)
|
|
||||||
|
|
||||||
#ifdef LinuxArchitecture
|
|
||||||
SYS_LIBRARIES = -lm -ldl
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
EXTRA_DEFINES = -Wl,-E -Wp,-H12000
|
|
||||||
SYS_LIBRARIES = -lm -ldld
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
EXTRA_DEFINES = -D_IBMRPC_
|
|
||||||
LOCAL_LDFLAGS = -bE:dtksh.exp
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
.NO_PARALLEL:
|
|
||||||
|
|
||||||
SYS_LIBRARIES = -lm -lsecdb -lsocket -lnsl
|
|
||||||
#endif
|
|
||||||
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
INCLUDES = -I. -I$(KSH93SRC)/include/ast \
|
|
||||||
-I$(KSH93SRC)/src/cmd/ksh93 \
|
|
||||||
-I$(KSH93SRC)/src/cmd/ksh93/include -I$(KSH93SRC)/src/cmd/ksh93 \
|
|
||||||
-I$(KSH93SRC)/src/lib/libast/include $(TIRPCINC)
|
|
||||||
|
|
||||||
/* DEPLIBS contains the list of library depencies for a client.
|
|
||||||
* LOCAL_LIBRARIES contains the list of libraries on the link line.
|
|
||||||
* Generally, the dependency form of a library has DEP as a prefix.
|
|
||||||
* e.g. put $(XLIB) in LOCAL_LIBRARIES and $(DEPXLIB) in DEPLIBS.
|
|
||||||
* NOTE: if DEPLIBS is not set here, it is by default null and there
|
|
||||||
* are no library dependencies for clients.
|
|
||||||
* You cannot put -Llibpath into DEPLIBS. You must put actual
|
|
||||||
* paths to the library.
|
|
||||||
*/
|
|
||||||
DEPLIBS = $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPDTWIDGETLIB) $(DEPDTPRINTLIB) \
|
|
||||||
$(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB) \
|
|
||||||
$(KSH93SRC)/lib/libast.a
|
|
||||||
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTWIDGETLIB) $(DTSVCLIB) $(DTPRINTLIB) \
|
|
||||||
$(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) \
|
|
||||||
$(KSH93SRC)/lib/libcmd.a $(KSH93SRC)/lib/libast.a \
|
|
||||||
$(KSH93SRC)/lib/libdll.a libshell.a
|
|
||||||
|
|
||||||
EXTRA_DEFINES = -DKSHELL -DSHOPT_RAWONLY '-DAST_VERSION=20111111'
|
|
||||||
|
|
||||||
EXTRA_INCLUDES = -I$(DTHELPSRC) -I$(DTPRINTSRC)
|
|
||||||
|
|
||||||
SUIDEXECDEFINES = \
|
|
||||||
-DPROFILEPATH=\"$(CDE_CONFIGURATION_TOP)/config/profile\" \
|
|
||||||
-DSUIDPROFILEPATH=\"$(CDE_CONFIGURATION_TOP)/config/suid_profile\" \
|
|
||||||
-DSUIDEXECPATH=\"$(CDE_INSTALLATION_TOP)/bin/suid_exec\" \
|
|
||||||
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" -DBUILD_DTKSH
|
|
||||||
|
|
||||||
KSH93LIBSHELL = $(KSH93SRC)/lib/libshell.a
|
|
||||||
|
|
||||||
PROGRAMS = dtksh
|
|
||||||
|
|
||||||
SRCS = widget.c \
|
|
||||||
dtkcvt.c \
|
|
||||||
dtkcmds.c \
|
|
||||||
XtCvtrs.c \
|
|
||||||
xmcvt.c \
|
|
||||||
xmcmds.c \
|
|
||||||
xmwidgets.c \
|
|
||||||
extra.c \
|
|
||||||
findsym.c \
|
|
||||||
msgs.c
|
|
||||||
|
|
||||||
OBJS = \
|
|
||||||
pmain.o \
|
|
||||||
init.o \
|
|
||||||
libshell.a \
|
|
||||||
widget.o \
|
|
||||||
dtkcvt.o \
|
|
||||||
dtkcmds.o \
|
|
||||||
XtCvtrs.o \
|
|
||||||
xmcvt.o \
|
|
||||||
xmcmds.o \
|
|
||||||
xmwidgets.o \
|
|
||||||
extra.o \
|
|
||||||
findsym.o \
|
|
||||||
msgs.o \
|
|
||||||
$(LOCAL_LIBRARIES2)
|
|
||||||
|
|
||||||
all:: dtksh
|
|
||||||
|
|
||||||
libshell.a: $(KSH93LIBSHELL) init.o
|
|
||||||
$(CP) $(KSH93LIBSHELL) libshell.a; \
|
|
||||||
ar d libshell.a init.o; \
|
|
||||||
$(AR) libshell.a init.o
|
|
||||||
|
|
||||||
pmain.o:
|
|
||||||
cd ksh93; ./bin/package flat make CCFLAGS='$(SUIDEXECDEFINES) -g -D_std_malloc'
|
|
||||||
cp ./ksh93/src/cmd/ksh93/sh/init.c init.c
|
|
||||||
patch --posix init.c -i init.patch
|
|
||||||
./setup.sh
|
|
||||||
|
|
||||||
SpecialObjectRule(init.o, $(NULL), -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_2DMATCH -DSHOPT_PFSH -DSHOPT_MULTIBYTE -DSHOPT_BGX -DSHOPT_AUDIT '-D_API_ast=20100309' -D_PACKAGE_ast -DSHOPT_DYNAMIC -D_BLD_shell -DSHOPT_KIA -DKSHELL -DSHOPT_HISTEXPAND -DSHOPT_EDPREDICT -DSHOPT_ESH -DSHOPT_VSH -DSHOPT_FIXEDARRAY '-DERROR_CONTEXT_T=Error_context_t' -DSHOPT_SUID_EXEC -DSHOPT_BRACEPAT -DBUILD_DTKSH -l$(KSH93SRC)/lib/libcmd.a -l$(KSH93SRC)/lib/libast.a -l$(KSH93SRC)/lib/libdll.a)
|
|
||||||
|
|
||||||
ComplexProgramTarget($(PROGRAMS))
|
|
||||||
|
|
||||||
clean::
|
|
||||||
cd ksh93; ./bin/package flat clean
|
|
||||||
rm -f init.c
|
|
||||||
rm -rf FEATURE
|
|
|
@ -1,30 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:30:42 drk $
|
|
||||||
|
|
||||||
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP)
|
|
||||||
|
|
||||||
PROGRAMS = CallDataTest4 CallbackTest2 DtCursorTest2 DtWsTest1 \
|
|
||||||
EventHandlerTest ListBounds1 ListItemPos1 ListPosSel1 PopupTest \
|
|
||||||
SelBoxResTest SessionTest TextCutBuf1 TextDisp1 TextFXYPos1 \
|
|
||||||
TransEventTest TransTest1 WorkProcTest1 XdrawTest crMovesText1
|
|
||||||
|
|
||||||
all:: $(PROGRAMS)
|
|
||||||
|
|
||||||
CppScriptTarget(CallDataTest4,CallDataTest4.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(CallbackTest2,CallbackTest2.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(DtCursorTest2,DtCursorTest2.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(DtWsTest1,DtWsTest1.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(EventHandlerTest,EventHandlerTest.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(ListBounds1,ListBounds1.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(ListItemPos1,ListItemPos1.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(ListPosSel1,ListPosSel1.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(PopupTest,PopupTest.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(SelBoxResTest,SelBoxResTest.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(SessionTest,SessionTest.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(TextCutBuf1,TextCutBuf1.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(TextDisp1,TextDisp1.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(TextFXYPos1,TextFXYPos1.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(TransEventTest,TransEventTest.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(TransTest1,TransTest1.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(WorkProcTest1,WorkProcTest1.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(XdrawTest,XdrawTest.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(crMovesText1,crMovesText1.src,$(LOCAL_CPP_DEFINES),)
|
|
|
@ -1,482 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/21 1999/03/01 18:26:06 mgreess $
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = config $(XDMSUBDIRS) $(BLSSUBDIRS) $(AFSSUBDIRS)
|
|
||||||
|
|
||||||
#if CDE_USEXINERAMA
|
|
||||||
XINOPT = -DUSE_XINERAMA
|
|
||||||
XINLIB = -lDtXinerama -lXinerama
|
|
||||||
#endif
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
|
|
||||||
#if InstallXdmConfig
|
|
||||||
XDMCONFIGDIR = XdmConfigurationSubdirectory
|
|
||||||
XDMSUBDIRS = $(XDMCONFIGDIR) bootxutil
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* please list any new dtlogin headers for use by krb and rgy */
|
|
||||||
HEADERS = dm.h vg.h vglogo.h vgmsg.h vgproto.h
|
|
||||||
|
|
||||||
#if HasXdmAuth
|
|
||||||
DESDEFS = -DHASDES -DHASXDMAUTH -DSILLYEXPORTRULE
|
|
||||||
DESOBJS = xdmauth.o
|
|
||||||
DESSRCS = xdmauth.c
|
|
||||||
#elif HasDESLibrary
|
|
||||||
DESDEFS = -DHASDES
|
|
||||||
DESOBJS = xdmauth.o
|
|
||||||
DESSRCS = xdmauth.c
|
|
||||||
#else
|
|
||||||
DESDEFS =
|
|
||||||
DESOBJS =
|
|
||||||
DESSRCS =
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef UsePamLibrary
|
|
||||||
# define UsePamLibrary NO
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if UsePamLibrary
|
|
||||||
PAM_SRCS = pam_svc.c
|
|
||||||
PAM_OBJS = pam_svc.o
|
|
||||||
PAM_LIB = -lpam
|
|
||||||
#else
|
|
||||||
PAM_SRCS =
|
|
||||||
PAM_OBJS =
|
|
||||||
PAM_LIB =
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
SOLARIS_SRCS = solaris.c
|
|
||||||
SOLARIS_OBJS = solaris.o
|
|
||||||
#else
|
|
||||||
SOLARIS_SRCS =
|
|
||||||
SOLARIS_OBJS =
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(SunArchitecture) && !UsePamLibrary
|
|
||||||
/* Unsure when libauth went away */
|
|
||||||
# if (OSMajorVersion == 5) && (OSMinorVersion < 5)
|
|
||||||
PAM_LIB = -lauth
|
|
||||||
# else
|
|
||||||
PAM_SRCS = pam_svc.c
|
|
||||||
PAM_OBJS = pam_svc.o
|
|
||||||
PAM_LIB = -lpam
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
XDMDIR = $(CDE_LOGFILES_TOP)
|
|
||||||
|
|
||||||
/****************** DTLOGIN ARCHIVE SECTION *****************
|
|
||||||
A better long-term solution is a dtgreet subdirectory since dtgreet
|
|
||||||
is built with shared libraries.
|
|
||||||
dtlogin is always built archived in HP because of
|
|
||||||
its importance for user startup. DEPLIBS needs to be explicitly set
|
|
||||||
because default is null DEPLIBS for shared libraries.
|
|
||||||
Does this need to be ifdef'd hp? */
|
|
||||||
/* Defaults */
|
|
||||||
LOGINDEPXMULIB = $(DEPXMULIB)
|
|
||||||
LOGINXMULIB = $(XMULIB)
|
|
||||||
LOGINDEPXLIB = $(DEPXLIB)
|
|
||||||
LOGINXLIB = $(XLIB)
|
|
||||||
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
# if !defined(UseInstalled) && !defined(UseMitLibrariesFromSystemOnly) && \
|
|
||||||
defined(SHLIB)
|
|
||||||
LOGINDEPXMULIB = $(XMUSRC)/libXmu.a
|
|
||||||
LOGINXMULIB = $(LOGINDEPXMULIB)
|
|
||||||
LOGINDEPXLIB = $(XLIBSRC)/libX11.a
|
|
||||||
LOGINXLIB = $(LOGINDEPXLIB)
|
|
||||||
/* This is really a kludge !! */
|
|
||||||
LOGINLDOPTIONS = -Wl,-a archive
|
|
||||||
# endif
|
|
||||||
# if OSMajorVersion >= 10
|
|
||||||
SYS_LIBRARIES = -lsec
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(SunArchitecture)
|
|
||||||
/* note: libcmd.a is a Sun static private lib for login related work.
|
|
||||||
* It should come before $(PAM_LIB) in link line, at least when compiled
|
|
||||||
* on Solaris 2.4 and run on Solaris 2.5. In Solaris 2.4 some of
|
|
||||||
* libcmd.a functions are also in libauth.so. But on Solaris 2.5
|
|
||||||
* these Sun private functions have been removed from libauth.so. */
|
|
||||||
SYS_LIBRARIES = -lm -ldl -lgen -lresolv -lbsm -lcmd $(PAM_LIB)
|
|
||||||
EXTRA_DEFINES = -DPAM
|
|
||||||
|
|
||||||
|
|
||||||
# if UsePamLibrary
|
|
||||||
EXTRA_DEFINES = -DPAM
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(RsArchitecture)
|
|
||||||
SYS_LIBRARIES = -ls
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef AlphaArchitecture
|
|
||||||
SYS_LIBRARIES = -lm -lXdmcp
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(LinuxArchitecture) || \
|
|
||||||
defined(FreeBSDArchitecture) || defined(NetBSDArchitecture)
|
|
||||||
SYS_LIBRARIES = -lm -lcrypt
|
|
||||||
EXTRA_DEFINES = $(XINOPT)
|
|
||||||
LOGINXLIB = $(XLIB) $(XINLIB)
|
|
||||||
/* just use the system provided Xau and Xdmcp*/
|
|
||||||
DEPXAUTHLIB =
|
|
||||||
DEPXDMCPLIB =
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(HasPamLibrary) && HasPamLibrary
|
|
||||||
DTPAMSVCLIB = -lDtPamSvc
|
|
||||||
EXTRA_DEFINES += -DHAS_PAM_LIBRARY
|
|
||||||
#else
|
|
||||||
DTPAMSVCLIB =
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**************************************************************************
|
|
||||||
*
|
|
||||||
* Source and object modules
|
|
||||||
*
|
|
||||||
* SRCS1 = Dtlogin sources
|
|
||||||
* OBJS1 = Dtlogin objects
|
|
||||||
*
|
|
||||||
* SRCS2 = Dtgreet sources
|
|
||||||
* OBJS2 = Dtgreet objects
|
|
||||||
*
|
|
||||||
* SRCS3 = Dtchooser sources
|
|
||||||
* OBJS3 - Dtchooser objects
|
|
||||||
*
|
|
||||||
**************************************************************************/
|
|
||||||
|
|
||||||
PROG1 = dtlogin
|
|
||||||
|
|
||||||
SRCS1 = access.c account.c auth.c genauth.c daemon.c dm.c \
|
|
||||||
dpylist.c error.c file.c mitauth.c protodpy.c policy.c \
|
|
||||||
reset.c resource.c server.c session.c socket.c util.c \
|
|
||||||
verify.c sysauth.c fontpath.c $(DESSRCS) qualify.c choose.c \
|
|
||||||
netaddr.c xdmcp.c $(PAM_SRCS) $(SOLARIS_SRCS)
|
|
||||||
|
|
||||||
OBJS1 = access.o account.o auth.o genauth.o daemon.o dm.o \
|
|
||||||
dpylist.o error.o file.o mitauth.o protodpy.o policy.o \
|
|
||||||
reset.o resource.o server.o session.o socket.o util.o \
|
|
||||||
verify.o sysauth.o fontpath.o $(DESOBJS) qualify.o choose.o \
|
|
||||||
netaddr.o xdmcp.o $(PAM_OBJS) $(SOLARIS_OBJS) \
|
|
||||||
$(CDELIBSRC)/DtSvc/DtUtil2/MsgCat.o
|
|
||||||
|
|
||||||
PROG2 = dtgreet
|
|
||||||
#ifdef AlphaArchitecture
|
|
||||||
SRCS2 = vgcallback.c vglogo.c vgmain.c vgutil.c vglang.c vgsiaform.c
|
|
||||||
OBJS2 = vgcallback.o vglogo.o vgmain.o vgutil.o vglang.o vgsiaform.o
|
|
||||||
#else
|
|
||||||
SRCS2 = vgcallback.c vglogo.c vgmain.c vgutil.c vglang.c
|
|
||||||
OBJS2 = vgcallback.o vglogo.o vgmain.o vgutil.o vglang.o
|
|
||||||
#endif
|
|
||||||
|
|
||||||
PROG3 = dtchooser
|
|
||||||
SRCS3 = chooser.c dtchooser.c vglogo.c vgutil.c \
|
|
||||||
vgcallback.c vglang.c
|
|
||||||
OBJS3 = chooser.o dtchooser.o vglogo.o vgutil.o \
|
|
||||||
vgcallback.o vglang.o
|
|
||||||
|
|
||||||
PROGRAMS = $(PROG1) $(PROG2) $(PROG3)
|
|
||||||
|
|
||||||
/**************************************************************************
|
|
||||||
*
|
|
||||||
* Defines
|
|
||||||
*
|
|
||||||
**************************************************************************/
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
NATIVEXBINDIR = /usr/openwin/bin
|
|
||||||
#elif defined(FreeBSDArchitecture)
|
|
||||||
NATIVEXBINDIR = /usr/local/bin
|
|
||||||
#elif defined(OpenBSDArchitecture)
|
|
||||||
NATIVEXBINDIR = /usr/X11R6/bin
|
|
||||||
#elif defined(NetBSDArchitecture)
|
|
||||||
NATIVEXBINDIR = /usr/X11R7/bin
|
|
||||||
#else
|
|
||||||
NATIVEXBINDIR = /usr/bin/X11
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SIGDEFS = $(SIGNAL_DEFINES)
|
|
||||||
|
|
||||||
XBINDIR = $(XPROJECTROOT)/bin
|
|
||||||
OSMAJORVERSION = OSMajorVersion
|
|
||||||
OSMINORVERSION = OSMinorVersion
|
|
||||||
DTDEFINES = $(DESDEFS) ConnectionFlags \
|
|
||||||
-DBINDIR=\"$(XBINDIR)\" -DXDMDIR=\"$(XDMDIR)\" $(SIGDEFS) \
|
|
||||||
-DOSMAJORVERSION=$(OSMAJORVERSION) \
|
|
||||||
-DOSMINORVERSION=$(OSMINORVERSION) \
|
|
||||||
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
|
||||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
|
|
||||||
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
#if defined (HPArchitecture)
|
|
||||||
DEFINES = $(DTDEFINES) -D_XPG2 -DAUDIT -DBYPASSLOGIN ServerExtraDefines
|
|
||||||
#elif defined (RsArchitecture)
|
|
||||||
DEFINES = $(DTDEFINES) -D_ILS_MACROS -DBSD44SOCKETS \
|
|
||||||
-D__NetBSD__ -DENABLE_DYNAMIC_LANGLIST
|
|
||||||
#elif defined (AlphaArchitecture)
|
|
||||||
DEFINES = $(DTDEFINES) -DXDMCP -DSIA
|
|
||||||
#elif defined (LinuxArchitecture)
|
|
||||||
DEFINES = $(DTDEFINES) -DXDMCP
|
|
||||||
#elif defined (OpenBSDArchitecture)
|
|
||||||
DEFINES = $(DTDEFINES) -DXDMCP
|
|
||||||
#elif defined (FreeBSDArchitecture)
|
|
||||||
DEFINES = $(DTDEFINES) -DXDMCP
|
|
||||||
#else
|
|
||||||
DEFINES = $(DTDEFINES) -D_NO_PROTO
|
|
||||||
#endif
|
|
||||||
|
|
||||||
XCOMM
|
|
||||||
XCOMM Special definitions for compiling default resources; these parameters
|
|
||||||
XCOMM should be set in util/imake.includes/site.def or the appropriate .macros
|
|
||||||
XCOMM file in that directory. The lack of initial spaces is to prevent imake
|
|
||||||
XCOMM from accidently turning the lines into rules by putting a leading tab.
|
|
||||||
XCOMM
|
|
||||||
XCOMM Do NOT change these lines!
|
|
||||||
XCOMM
|
|
||||||
DEF_SERVER = $(XBINDIR)/X
|
|
||||||
DEF_USER_PATH = DefaultUserPath:/usr/ccs/bin:$(NATIVEXBINDIR):$(XBINDIR)
|
|
||||||
DEF_SYSTEM_PATH = DefaultSystemPath:$(NATIVEXBINDIR):$(XBINDIR)
|
|
||||||
BOURNE_SHELL = DefaultSystemShell
|
|
||||||
CPP_PROGRAM = CppCmd
|
|
||||||
DEF_BM_PATH = $(CDE_CONFIGURATION_TOP)/appconfig/icons/%L/%B%M.bm:$(CDE_CONFIGURATION_TOP)/appconfig/icons/%L/%B%M.pm:$(CDE_CONFIGURATION_TOP)/appconfig/icons/%L/%B:$(CDE_CONFIGURATION_TOP)/appconfig/icons/C/%B%M.bm:$(CDE_CONFIGURATION_TOP)/appconfig/icons/C/%B%M.pm:$(CDE_CONFIGURATION_TOP)/appconfig/icons/C/%B:$(CDE_INSTALLATION_TOP)/appconfig/icons/%L/%B%M.bm:$(CDE_INSTALLATION_TOP)/appconfig/icons/%L/%B%M.pm:$(CDE_INSTALLATION_TOP)/appconfig/icons/%L/%B:$(CDE_INSTALLATION_TOP)/appconfig/icons/C/%B%M.bm:$(CDE_INSTALLATION_TOP)/appconfig/icons/C/%B%M.pm:$(CDE_INSTALLATION_TOP)/appconfig/icons/C/%B
|
|
||||||
DEF_PM_PATH=$(CDE_CONFIGURATION_TOP)/appconfig/icons/%L/%B%M.pm:$(CDE_CONFIGURATION_TOP)/appconfig/icons/%L/%B%M.bm:$(CDE_CONFIGURATION_TOP)/appconfig/icons/%L/%B:$(CDE_CONFIGURATION_TOP)/appconfig/icons/C/%B%M.pm:$(CDE_CONFIGURATION_TOP)/appconfig/icons/C/%B%M.bm:$(CDE_CONFIGURATION_TOP)/appconfig/icons/C/%B:$(CDE_INSTALLATION_TOP)/appconfig/icons/%L/%B%M.pm:$(CDE_INSTALLATION_TOP)/appconfig/icons/%L/%B%M.bm:$(CDE_INSTALLATION_TOP)/appconfig/icons/%L/%B:$(CDE_INSTALLATION_TOP)/appconfig/icons/C/%B%M.pm:$(CDE_INSTALLATION_TOP)/appconfig/icons/C/%B%M.bm:$(CDE_INSTALLATION_TOP)/appconfig/icons/C/%B
|
|
||||||
|
|
||||||
RES_DEFINES = '-DDEF_SERVER_LINE=":0 Local local $(DEF_SERVER) :0"' \
|
|
||||||
'-DXRDB_PROGRAM="$(XBINDIR)/xrdb"' \
|
|
||||||
'-DDEF_USER_PATH="$(DEF_USER_PATH)"' \
|
|
||||||
'-DDEF_SYSTEM_PATH="$(DEF_SYSTEM_PATH)"' \
|
|
||||||
'-DDEF_FAILSAFE_CLIENT="$(XBINDIR)/xterm"' \
|
|
||||||
'-DDEF_AUTH_FILE="$(XDMDIR)/auth-server"' \
|
|
||||||
'-DDEF_AUTH_DIR="$(XDMDIR)"' \
|
|
||||||
'-DCPP_PROGRAM="$(CPP_PROGRAM)"' \
|
|
||||||
'-DDEF_PM_SEARCH_PATH="$(DEF_PM_PATH)"' \
|
|
||||||
'-DDEF_BM_SEARCH_PATH="$(DEF_BM_PATH)"'
|
|
||||||
|
|
||||||
XCOMM
|
|
||||||
XCOMM These -D flags had to be taken out of the RES_DEFINES macro in order
|
|
||||||
XCOMM to get around a buffer limitation in the Sun C compiler code generation
|
|
||||||
XCOMM phase. The code generation phase creates a temporary assembler file
|
|
||||||
XCOMM containing the command line to the compiler and all the .ident pragmas.
|
|
||||||
XCOMM With resent changes to the Imakefile, the command line had gotten so
|
|
||||||
XCOMM long that it exceeded an internal buffer length resulting in errors in
|
|
||||||
XCOMM the generated assembler code. The EXTRA_RES_DEFINES were extracted
|
|
||||||
XCOMM from the RES_DEFINES macro in order to shorten the command line on
|
|
||||||
XCOMM the Sun platform. These particular -D flags were chosen as the
|
|
||||||
XCOMM least likely to change or be system dependent.
|
|
||||||
XCOMM
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
EXTRA_RES_DEFINES =
|
|
||||||
#else
|
|
||||||
EXTRA_RES_DEFINES = \
|
|
||||||
'-DDEF_SESSION="$(CDE_INSTALLATION_TOP)/bin/Xsession"' \
|
|
||||||
'-DDEF_SYSTEM_SHELL="$(BOURNE_SHELL)"' \
|
|
||||||
'-DDEF_CHOOSER="$(CDE_INSTALLATION_TOP)/bin/dtchooser"' \
|
|
||||||
'-DDEF_XDM_CONFIG="Xconfig"'
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**************************************************************************
|
|
||||||
*
|
|
||||||
* Libraries
|
|
||||||
*
|
|
||||||
* BASE_LIBS1 = dtlogin base libraries
|
|
||||||
* BASE_LIBS2 = dtgreet base libraries
|
|
||||||
*
|
|
||||||
**************************************************************************/
|
|
||||||
|
|
||||||
|
|
||||||
DEPLIBS1 = $(DEPXAUTHLIB) $(DEPXDMCPLIB) $(LOGINDEPXMULIB) $(LOGINDEPXLIB)
|
|
||||||
DEPLIBS2 = $(DEPDTWIDGETLIB) $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) \
|
|
||||||
$(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
DEPLIBS3 = $(DEPXDMCPLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
|
|
||||||
BASE_LIBS1 = $(XAUTHLIB) $(LOGINXMULIB) $(XDMCPLIB) $(LOGINXLIB) \
|
|
||||||
$(DTPAMSVCLIB)
|
|
||||||
BASE_LIBS2 = $(DTWIDGETLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) \
|
|
||||||
$(XTOOLLIB) $(XLIB) $(XINLIB)
|
|
||||||
BASE_LIBS3 = $(DTWIDGETLIB) $(DTSVCLIB) $(TTLIB) $(XDMCPLIB) $(XMLIB) \
|
|
||||||
$(XTOOLLIB) $(XLIB) $(XINLIB)
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES1 = $(BASE_LIBS1) $(IAFSYSLIB)
|
|
||||||
LOCAL_LIBRARIES2 = $(BASE_LIBS2)
|
|
||||||
LOCAL_LIBRARIES3 = $(BASE_LIBS3)
|
|
||||||
|
|
||||||
/**************************************************************************
|
|
||||||
*
|
|
||||||
* Extra things for the HP-UX BLS version
|
|
||||||
*
|
|
||||||
**************************************************************************/
|
|
||||||
|
|
||||||
#if !defined(BLS) && defined(HPArchitecture) && (OSMajorVersion == 8) && \
|
|
||||||
(OSMinorVersion == 8)
|
|
||||||
# define BLS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef BLS
|
|
||||||
BLSSUBDIRS = bls
|
|
||||||
BLSLIBSRC = ./bls
|
|
||||||
EXTRA_DEFINES = -UAUDIT -D_NO_PROTO
|
|
||||||
EXTRA_CFLAGS = -Wp,-H256000
|
|
||||||
EXTRA_LIBRARIES = $(BLSLIBSRC)/libbls.a -lsec ExtraLibraries
|
|
||||||
STD_CPP_DEFINES = -DSYSV -DBLS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**************************************************************************
|
|
||||||
*
|
|
||||||
* Extra things for the Kerberos/AFS version (dtlogin.krb)
|
|
||||||
*
|
|
||||||
**************************************************************************/
|
|
||||||
|
|
||||||
#ifdef USE_KRB
|
|
||||||
|
|
||||||
AFSSUBDIRS = afs
|
|
||||||
|
|
||||||
KRBLIBSRC = $(LIBSRC)/krb
|
|
||||||
DEPKRBLIB = $(KRBLIBSRC)/libkrb.a
|
|
||||||
KRBLIB = $(DEPKRBLIB)
|
|
||||||
|
|
||||||
DESLIBSRC = $(LIBSRC)/des
|
|
||||||
DEPDESLIB = $(DESLIBSRC)/libdes.a
|
|
||||||
DESLIB = $(DEPDESLIB)
|
|
||||||
|
|
||||||
KRBINCLUDESRC = $(KRBLIBSRC)/include
|
|
||||||
AFSLIBSRC = ./afs
|
|
||||||
AFSINCLUDESRC = $(AFSLIBSRC)
|
|
||||||
EXTRA_INCLUDES = -I$(KRBINCLUDESRC) -I$(AFSINCLUDESRC)
|
|
||||||
EXTRA_DEFINES = -D__KERBEROS -D__AFS
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES1 = $(BASE_LIBS1) \
|
|
||||||
$(KRBLIB) \
|
|
||||||
$(IAFSYSLIB) \
|
|
||||||
$(AFSLIBSRC)/libafsutil.a \
|
|
||||||
$(AFSLIBSRC)/$(VENDOR)/$(HARDWARE)/libdes.a
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES2 = $(BASE_LIBS2) \
|
|
||||||
$(KRBLIB) \
|
|
||||||
$(AFSLIBSRC)/$(VENDOR)/$(HARDWARE)/libkauth.a \
|
|
||||||
$(AFSLIBSRC)/$(VENDOR)/$(HARDWARE)/libprot.a \
|
|
||||||
$(AFSLIBSRC)/$(VENDOR)/$(HARDWARE)/libubik.a \
|
|
||||||
$(AFSLIBSRC)/$(VENDOR)/$(HARDWARE)/libauth.a \
|
|
||||||
$(AFSLIBSRC)/$(VENDOR)/$(HARDWARE)/librxkad.a \
|
|
||||||
$(AFSLIBSRC)/$(VENDOR)/$(HARDWARE)/libsys.a \
|
|
||||||
$(AFSLIBSRC)/$(VENDOR)/$(HARDWARE)/libdes.a \
|
|
||||||
$(AFSLIBSRC)/$(VENDOR)/$(HARDWARE)/librx.a \
|
|
||||||
$(AFSLIBSRC)/$(VENDOR)/$(HARDWARE)/liblwp.a \
|
|
||||||
$(AFSLIBSRC)/$(VENDOR)/$(HARDWARE)/libcom_err.a \
|
|
||||||
$(AFSLIBSRC)/libafsutil.a \
|
|
||||||
-lBSD
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**************************************************************************
|
|
||||||
*
|
|
||||||
* Extra things for the Passwd Etc. version (dtlogin.rgy)
|
|
||||||
*
|
|
||||||
**************************************************************************/
|
|
||||||
|
|
||||||
#ifdef USE_RGY
|
|
||||||
EXTRA_INCLUDES = -I$(RGYINCLUDESRC)
|
|
||||||
EXTRA_DEFINES = -D__PASSWD_ETC +e
|
|
||||||
EXTRA_LIBRARIES = $(RGYLIB) $(NCKLIB) -lndbm -lBSD ExtraLibraries
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**************************************************************************
|
|
||||||
*
|
|
||||||
* Extra things for Dtge
|
|
||||||
*
|
|
||||||
* HIDDEN_SYMBOLS1 = dtlogin hidden symbols
|
|
||||||
* HIDDEN_SYMBOLS2 = dtgreet hidden symbols
|
|
||||||
*
|
|
||||||
**************************************************************************/
|
|
||||||
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
# ifdef __hp9000s300
|
|
||||||
|
|
||||||
HIDDEN_SYMBOLS1 = -h _main -h _BecomeDaemon -h _GetHourGlass \
|
|
||||||
-h _Verify
|
|
||||||
HIDDEN_SYMBOLS2 = -h _main -h _LogError -h _PingServer
|
|
||||||
|
|
||||||
# else
|
|
||||||
|
|
||||||
HIDDEN_SYMBOLS1 = -h main -h BecomeDaemon -h GetHourGlass \
|
|
||||||
-h Verify
|
|
||||||
HIDDEN_SYMBOLS2 = -h main -h LogError -h PingServer
|
|
||||||
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**************************************************************************
|
|
||||||
*
|
|
||||||
* Rules
|
|
||||||
*
|
|
||||||
**************************************************************************/
|
|
||||||
|
|
||||||
#if defined(USE_KRB) || defined(USE_RGY)
|
|
||||||
includes::
|
|
||||||
@for i in $(SRCS1) $(SRCS2) $(HEADERS); do \
|
|
||||||
$(RM) $$i; \
|
|
||||||
echo "linking $(DTLOGINSRC)/$$i to $$i";\
|
|
||||||
ln -f -s $(DTLOGINSRC)/$$i .; \
|
|
||||||
done
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
ComplexProgramTarget_1($(PROG1),$(LOCAL_LIBRARIES1), $(LOGINLDOPTIONS))
|
|
||||||
ComplexProgramTarget_2($(PROG2),$(LOCAL_LIBRARIES2), /**/)
|
|
||||||
ComplexProgramTarget_3($(PROG3),$(LOCAL_LIBRARIES3), /**/)
|
|
||||||
|
|
||||||
#ifdef __ppc
|
|
||||||
/* Problem with "-O" in dtgreet ... wrong size login widget. */
|
|
||||||
/* Override "-O" (xO2) with "-xO1". */
|
|
||||||
vgutil.o:
|
|
||||||
$(RM) $@
|
|
||||||
$(CC) -c $(CFLAGS) -xO1 $(_NOOP_) $*.c
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SpecialObjectRule(resource.o, $(ICONFIGFILES), $(EXTRA_RES_DEFINES) $(RES_DEFINES) $(CCINLIBS))
|
|
||||||
#if defined(HPArchitecture) && !defined(DEBUGTREE)
|
|
||||||
SpecialObjectRule(session.o,,+O1 $(CCINLIBS))
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !defined(USE_KRB) && !defined(USE_RGY)
|
|
||||||
|
|
||||||
LOCAL_CPP_DEFINES = -DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
|
|
||||||
-DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
|
|
||||||
-DCDE_LOGFILES_TOP=$(CDE_LOGFILES_TOP)
|
|
||||||
|
|
||||||
#endif /* USE_KRB && USE_RGY */
|
|
||||||
|
|
||||||
#if InstallXdmConfig
|
|
||||||
MakeDirectories(install,$(XDMDIR))
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Don't install; let people read the instructions about putting in the
|
|
||||||
* abort-display() resource:
|
|
||||||
*/
|
|
||||||
#ifdef comment
|
|
||||||
InstallProgramWithFlags(xdmshell,$(XBINDIR), /**/)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !defined(USE_KRB) && !defined(USE_RGY) && defined(BuildHugeObject) && \
|
|
||||||
defined(HPArchitecture) && !defined(BLS)
|
|
||||||
/***** For dtge make a client_OBJS.o using client_main.o ******/
|
|
||||||
/***** This implies the existence of client_main.c ******/
|
|
||||||
SpecialRelocatableTarget(dtlogin,$(HIDDEN_SYMBOLS1),$(OBJS1))
|
|
||||||
SpecialRelocatableTarget(dtgreet,$(HIDDEN_SYMBOLS2),$(OBJS2))
|
|
||||||
#endif
|
|
|
@ -1,23 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/3 1995/10/27 16:19:32 rswiston $
|
|
||||||
INSTALLFLAGS = $(INSTINCFLAGS)
|
|
||||||
LINTLIBS =
|
|
||||||
|
|
||||||
DEFINES = -DTAC3
|
|
||||||
|
|
||||||
SRCS = get_level.c validate.c debug.c
|
|
||||||
|
|
||||||
OBJS = get_level.o validate.o debug.o
|
|
||||||
|
|
||||||
|
|
||||||
all::
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
|
|
||||||
NormalLibraryTarget(bls,$(OBJS))
|
|
||||||
|
|
||||||
LintLibraryTarget(bls,$(SRCS))
|
|
||||||
|
|
||||||
|
|
||||||
DependTarget()
|
|
||||||
|
|
||||||
NormalLintTarget($(SRCS))
|
|
|
@ -1,24 +0,0 @@
|
||||||
/*
|
|
||||||
* (c) Copyright 1995 Digital Equipment Corporation.
|
|
||||||
* (c) Copyright 1995 Hewlett-Packard Company.
|
|
||||||
* (c) Copyright 1995 International Business Machines Corp.
|
|
||||||
* (c) Copyright 1995 Sun Microsystems, Inc.
|
|
||||||
* (c) Copyright 1995 Novell, Inc.
|
|
||||||
* (c) Copyright 1995 FUJITSU LIMITED.
|
|
||||||
* (c) Copyright 1995 Hitachi.
|
|
||||||
*
|
|
||||||
* $XConsortium: Imakefile /main/2 1995/12/07 16:10:41 rswiston $
|
|
||||||
*/
|
|
||||||
|
|
||||||
DESKTOP_VERSION_STRING = DesktopVersionString
|
|
||||||
|
|
||||||
MODULE=bootxutil
|
|
||||||
|
|
||||||
HEADERS =
|
|
||||||
SRCS = bootxutil.c
|
|
||||||
OBJS = bootxutil.o
|
|
||||||
|
|
||||||
DEPLIBS = $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(XLIB)
|
|
||||||
|
|
||||||
ComplexProgramTarget(bootxutil)
|
|
|
@ -1,96 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/10 1999/02/26 11:28:56 mgreess $
|
|
||||||
|
|
||||||
#if InstallXdmConfig
|
|
||||||
XDMCONFIG = xdm-config
|
|
||||||
XDMRESOURCES = Xresources
|
|
||||||
XDMSERVERS = Xservers
|
|
||||||
XDMSESSION = Xsession
|
|
||||||
|
|
||||||
InstallNonExec($(XDMCONFIG),$(XDMDIR))
|
|
||||||
InstallNonExec($(XDMRESOURCES),$(XDMDIR))
|
|
||||||
InstallNonExec($(XDMSERVERS),$(XDMDIR))
|
|
||||||
InstallNonExec($(XDMSESSION),$(XDMDIR))
|
|
||||||
|
|
||||||
Xservers:
|
|
||||||
echo "Choose one of" Xservers.* "and copy it to Xservers"
|
|
||||||
exit 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
LOCAL_CPP_DEFINES = -DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
|
|
||||||
-DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
|
|
||||||
-DCDE_LOGFILES_TOP=$(CDE_LOGFILES_TOP) \
|
|
||||||
-DKORNSHELL=$(KORNSHELL) \
|
|
||||||
-DXPROJECTROOT=X11ProjectRoot
|
|
||||||
|
|
||||||
#ifdef FreeBSDArchitecture
|
|
||||||
LOCAL_CPP_DEFINES += -DFREEBSD
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(HasPamLibrary) && HasPamLibrary
|
|
||||||
LOCAL_CPP_DEFINES += -DHAS_PAM_LIBRARY
|
|
||||||
EXTRA_CPP_TARGETS += pam.d.dtlogin
|
|
||||||
#ifdef PamAuthenticationModule
|
|
||||||
PAM_AUTHENTICATION_MODULE=PamAuthenticationModule
|
|
||||||
LOCAL_CPP_DEFINES += -DPAM_AUTHENTICATION_MODULE=$(PAM_AUTHENTICATION_MODULE)
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
EXTRA_CPP_TARGETS = \
|
|
||||||
0015.sun.env \
|
|
||||||
Xresources.ow \
|
|
||||||
Xsession.ow \
|
|
||||||
Xsession.ow2
|
|
||||||
#else
|
|
||||||
EXTRA_CPP_TARGETS =
|
|
||||||
#endif
|
|
||||||
|
|
||||||
CPP_TARGETS = \
|
|
||||||
0060.dtsysenv Dtlogin \
|
|
||||||
Xaccess Xconfig \
|
|
||||||
Xconfig.con Xconfig.nc \
|
|
||||||
Xfailsafe Xreset \
|
|
||||||
Xresources Xresources.ive \
|
|
||||||
Xservers Xservers.con \
|
|
||||||
Xservers.nc Xsession \
|
|
||||||
Xsession.ive Xsetup \
|
|
||||||
Xstartup current.session \
|
|
||||||
display.current.session display.home.session \
|
|
||||||
dtlslocale dtprofile \
|
|
||||||
home.session $(EXTRA_CPP_TARGETS)
|
|
||||||
|
|
||||||
AllTarget($(CPP_TARGETS))
|
|
||||||
|
|
||||||
CppScriptTarget(0015.sun.env,0015.sun.env.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(0020.dtims,0020.dtims.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(0060.dtsysenv,0060.dtsysenv.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(Dtlogin,Dtlogin.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(Xaccess,Xaccess.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(Xconfig,Xconfig.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(Xconfig.con,Xconfig.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(Xconfig.nc,Xconfig.src,-D_NO_CONSOLE $(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(Xfailsafe,Xfailsafe.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(Xreset,Xreset.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(Xresources,Xresources.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(Xresources.ive,Xresources.src,-DIVE $(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(Xresources.ow,Xresources.ow.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(Xservers,Xservers.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(Xservers.con,Xservers.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(Xservers.nc,Xservers.src,-D_NO_CONSOLE $(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(Xservers.nc,Xservers.src,-D_NO_CONSOLE,)
|
|
||||||
CppScriptTarget(Xsession,Xsession.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(Xsession.ive,Xsession.src,-DIVE $(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(Xsession.ow,Xsession.ow.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(Xsession.ow2,Xsession.ow2.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(Xsetup,Xsetup.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(Xstartup,Xstartup.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(current.session,current.session.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(display.current.session,display.current.session.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(display.home.session,display.home.session.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(dtlslocale,dtlslocale.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(dtprofile,dtprofile.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(home.session,home.session.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
|
|
||||||
#if defined(HasPamLibrary) && HasPamLibrary
|
|
||||||
CppSourceFile(pam.d.dtlogin,pam.d.dtlogin.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
#endif
|
|
|
@ -1,14 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/6 1998/08/10 15:47:38 mgreess $
|
|
||||||
XCOMM @(#)Imakefile 1.35 07 Oct 1994
|
|
||||||
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
.NO_PARALLEL:
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SUBDIRS = libDtMail MotifApp dtmail dtmailpr
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
|
@ -1,83 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/8 1998/08/05 13:24:05 mgreess $
|
|
||||||
#define DoNormalLib YES
|
|
||||||
#define DoSharedLib NO
|
|
||||||
#define DoDebugLib NO
|
|
||||||
#define DoProfileLib NO
|
|
||||||
#define LibName MotifApp
|
|
||||||
#define LibHeaders NO
|
|
||||||
|
|
||||||
#define CplusplusSource YES
|
|
||||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
|
||||||
|
|
||||||
#include <Threads.tmpl>
|
|
||||||
|
|
||||||
INCLUDES = -I../include/MotifApp -I../include -I../include/utils $(TIRPCINC)
|
|
||||||
|
|
||||||
#ifndef DtMailDefines
|
|
||||||
# define DtMailDefines
|
|
||||||
#endif
|
|
||||||
DEFINES = DtMailDefines
|
|
||||||
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
EXTRA_C++OPTIONS = +p
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
# ifdef USE_SPRO_V3
|
|
||||||
SPRO_V3_OPTIONS = -noex -xO0 -USPRO_V2
|
|
||||||
# ifdef DEBUGTREE
|
|
||||||
SPRO_V3_OPTIONS += -xsb
|
|
||||||
# endif
|
|
||||||
# endif
|
|
||||||
|
|
||||||
EXTRA_C++OPTIONS = -xF +p +w $(SPRO_V3_OPTIONS)
|
|
||||||
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
HEADERS =
|
|
||||||
|
|
||||||
SRCS = \
|
|
||||||
Application.C AskFirstCmd.C \
|
|
||||||
BasicComponent.C BusyPixmap.C \
|
|
||||||
ButtonInterface.C Cmd.C \
|
|
||||||
CmdInterface.C CmdList.C \
|
|
||||||
DialogManager.C Help.C \
|
|
||||||
IconifyCmd.C InfoDialogManager.C \
|
|
||||||
InterruptibleCmd.C Main.C \
|
|
||||||
MainWindow.C ManageCmd.C \
|
|
||||||
MenuBar.C MenuWindow.C \
|
|
||||||
MotifCmds.C NoUndoCmd.C \
|
|
||||||
PixmapCycler.C PromptDialogManager.C \
|
|
||||||
QuestionDialogManager.C QuitCmd.C \
|
|
||||||
ScrollingList.C SelectFileCmd.C \
|
|
||||||
ToggleButtonInterface.C UIComponent.C \
|
|
||||||
UndoCmd.C WarnNoUndoCmd.C \
|
|
||||||
WorkingDialogManager.C
|
|
||||||
|
|
||||||
OBJS = \
|
|
||||||
Application.o AskFirstCmd.o \
|
|
||||||
BasicComponent.o BusyPixmap.o \
|
|
||||||
ButtonInterface.o Cmd.o \
|
|
||||||
CmdInterface.o CmdList.o \
|
|
||||||
DialogManager.o Help.o \
|
|
||||||
IconifyCmd.o InfoDialogManager.o \
|
|
||||||
InterruptibleCmd.o Main.o \
|
|
||||||
MainWindow.o ManageCmd.o \
|
|
||||||
MenuBar.o MenuWindow.o \
|
|
||||||
MotifCmds.o NoUndoCmd.o \
|
|
||||||
PixmapCycler.o PromptDialogManager.o \
|
|
||||||
QuestionDialogManager.o QuitCmd.o \
|
|
||||||
ScrollingList.o SelectFileCmd.o \
|
|
||||||
ToggleButtonInterface.o UIComponent.o \
|
|
||||||
UndoCmd.o WarnNoUndoCmd.o \
|
|
||||||
WorkingDialogManager.o
|
|
||||||
|
|
||||||
#include <Library.tmpl>
|
|
||||||
|
|
||||||
DependTarget()
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
clean::
|
|
||||||
$(RM) -r .sb
|
|
||||||
$(RM) .make.state*
|
|
||||||
#endif
|
|
|
@ -1,127 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/25 1998/02/17 15:18:16 mgreess $
|
|
||||||
|
|
||||||
#define CplusplusSource YES
|
|
||||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
|
||||||
EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
|
||||||
|
|
||||||
INCLUDES = -I. -I../include -I../include/MotifApp \
|
|
||||||
-I../include/utils -I../include/DtMail \
|
|
||||||
-I../libDtMail/RFC -I$(CDELIBSRC) -I$(DTHELPSRC) \
|
|
||||||
$(STD_INCLUDES) $(TIRPCINC)
|
|
||||||
|
|
||||||
#ifndef DtMailDefines
|
|
||||||
# define DtMailDefines
|
|
||||||
#endif
|
|
||||||
DEFINES = -DRELEASE_NOTES -DDTMAIL_TOOLTALK -DDTEDITOR DtMailDefines
|
|
||||||
|
|
||||||
DEPLIBS = ../MotifApp/libMotifApp.a ../libDtMail/libDtMail.a DepDtClientLibs
|
|
||||||
LOCAL_LIBRARIES = ../libDtMail/libDtMail.a ../MotifApp/libMotifApp.a DtClientLibs
|
|
||||||
|
|
||||||
/* Sun needs the widechar library */
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
SYS_LIBRARIES = $(DYNLIBSYSLIB) $(ICONVSYSLIB) $(REGEXSYSLIB) -lw -lm
|
|
||||||
#else
|
|
||||||
SYS_LIBRARIES = $(DYNLIBSYSLIB) $(ICONVSYSLIB) $(REGEXSYSLIB) -lm
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
# ifndef SUNPRODIR
|
|
||||||
SUNPRO_DIR = /opt/SUNWspro
|
|
||||||
# else
|
|
||||||
SUNPRO_DIR = SUNPRODIR
|
|
||||||
# endif
|
|
||||||
|
|
||||||
C++LIBPATH = -L$(SUNPRO_DIR)/lib
|
|
||||||
|
|
||||||
# ifdef USE_SPRO_V3
|
|
||||||
SPRO_V3_OPTIONS = -noex -USPRO_V2
|
|
||||||
# ifdef DEBUGTREE
|
|
||||||
SPRO_V3_OPTIONS += -xsb
|
|
||||||
# endif /* DEBUGTREE */
|
|
||||||
# else
|
|
||||||
EXTRA_CCOPTIONS += -DSPRO_V2
|
|
||||||
# endif /* USE_SPRO_V3 */
|
|
||||||
|
|
||||||
EXTRA_C++OPTIONS = -xF +w $(SPRO_V3_OPTIONS)
|
|
||||||
EXTRA_CCOPTIONS = -xF -xstrconst -Xa -v
|
|
||||||
|
|
||||||
# ifdef USE_EDITRES
|
|
||||||
EXTRA_LIBRARIES = $(XMULIB) ExtraLibraries
|
|
||||||
# endif
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
SRCS = AliasListUiItem.C AlternatesListUiItem.C \
|
|
||||||
AntiCheckBoxUiItem.C AttachArea.C \
|
|
||||||
Attachment.C \
|
|
||||||
CheckBoxUiItem.C CheckForMailUiItem.C \
|
|
||||||
ComposeCmds.C CustomListUiItem.C \
|
|
||||||
Dialog.C DialogShell.C \
|
|
||||||
DmxMailbox.C DmxMessage.C \
|
|
||||||
DmxPrintJob.C DmxPrintOptions.C \
|
|
||||||
DmxPrintOutput.C DmxPrintSetup.C \
|
|
||||||
DmxUtils.C DtEditor.C \
|
|
||||||
DtMailEditor.C DtMailGenDialog.C \
|
|
||||||
DtMailWDM.C Editor.C \
|
|
||||||
EncryptedTextFieldUiItem.C FindDialog.C \
|
|
||||||
Fonts.C Icon.C \
|
|
||||||
IgnoreListUiItem.C Image.C \
|
|
||||||
InboxTextFieldUiItem.C IndexedOptionMenu.C \
|
|
||||||
IndexedOptionMenuUiItem.C ListUiItem.C \
|
|
||||||
MailRcSource.C MailRetrievalOptions.C \
|
|
||||||
MailSession.C \
|
|
||||||
MoveMenuListUiItem.C MsgHndArray.C \
|
|
||||||
MsgScrollingList.C NoOpCmd.C \
|
|
||||||
OptCmd.C PasswordDialogManager.C \
|
|
||||||
PropUi.C QueryDialogManager.C \
|
|
||||||
RoamApp.C RoamCmds.C \
|
|
||||||
RoamInterruptibleCmd.C RoamMenuWindow.C \
|
|
||||||
ScaleUiItem.C SendMsgDialog.C \
|
|
||||||
Sort.C SortCmd.C \
|
|
||||||
SpinBoxUiItem.C StringTab.c \
|
|
||||||
TemplateListUiItem.C TextFieldUiItem.C \
|
|
||||||
Undelete.C ViewMsgDialog.C \
|
|
||||||
WMSaveSession.C XmStrCollector.C \
|
|
||||||
XmTextEditor.C XtArgCollector.C \
|
|
||||||
dtb_utils.C options_stubs.C \
|
|
||||||
options_ui.C options_util.C
|
|
||||||
|
|
||||||
OBJS = AliasListUiItem.o AlternatesListUiItem.o \
|
|
||||||
AntiCheckBoxUiItem.o AttachArea.o \
|
|
||||||
Attachment.o \
|
|
||||||
CheckBoxUiItem.o CheckForMailUiItem.o \
|
|
||||||
ComposeCmds.o CustomListUiItem.o \
|
|
||||||
Dialog.o DialogShell.o \
|
|
||||||
DmxMailbox.o DmxMessage.o \
|
|
||||||
DmxPrintJob.o DmxPrintOptions.o \
|
|
||||||
DmxPrintOutput.o DmxPrintSetup.o \
|
|
||||||
DmxUtils.o DtEditor.o \
|
|
||||||
DtMailEditor.o DtMailGenDialog.o \
|
|
||||||
DtMailWDM.o Editor.o \
|
|
||||||
EncryptedTextFieldUiItem.o FindDialog.o \
|
|
||||||
Fonts.o Icon.o \
|
|
||||||
IgnoreListUiItem.o Image.o \
|
|
||||||
InboxTextFieldUiItem.o IndexedOptionMenu.o \
|
|
||||||
IndexedOptionMenuUiItem.o ListUiItem.o \
|
|
||||||
MailRcSource.o MailRetrievalOptions.o \
|
|
||||||
MailSession.o \
|
|
||||||
MoveMenuListUiItem.o MsgHndArray.o \
|
|
||||||
MsgScrollingList.o NoOpCmd.o \
|
|
||||||
OptCmd.o PasswordDialogManager.o \
|
|
||||||
PropUi.o QueryDialogManager.o \
|
|
||||||
RoamApp.o RoamCmds.o \
|
|
||||||
RoamInterruptibleCmd.o RoamMenuWindow.o \
|
|
||||||
ScaleUiItem.o SendMsgDialog.o \
|
|
||||||
Sort.o SortCmd.o \
|
|
||||||
SpinBoxUiItem.o StringTab.o \
|
|
||||||
TemplateListUiItem.o TextFieldUiItem.o \
|
|
||||||
Undelete.o ViewMsgDialog.o \
|
|
||||||
WMSaveSession.o XmStrCollector.o \
|
|
||||||
XmTextEditor.o XtArgCollector.o \
|
|
||||||
dtb_utils.o options_stubs.o \
|
|
||||||
options_ui.o options_util.o
|
|
||||||
|
|
||||||
# Rules
|
|
||||||
NormalCplusplusObjectRule()
|
|
||||||
|
|
||||||
ComplexCplusplusProgramTarget(dtmail)
|
|
|
@ -1,49 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/15 1998/08/05 13:24:40 mgreess $
|
|
||||||
|
|
||||||
#define CplusplusSource YES
|
|
||||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
|
||||||
EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
|
||||||
|
|
||||||
INCLUDES = -I. -I../include -I../../dtcompat -I../../../. \
|
|
||||||
-I$(CDELIBSRC) $(STD_INCLUDES) $(TIRPCINC)
|
|
||||||
|
|
||||||
#ifndef DtMailDefines
|
|
||||||
# define DtMailDefines
|
|
||||||
#endif
|
|
||||||
DEFINES = DtMailDefines
|
|
||||||
|
|
||||||
DEPLIBS = ../libDtMail/libDtMail.a DepDtClientLibs
|
|
||||||
LOCAL_LIBRARIES = ../libDtMail/libDtMail.a DtClientLibs
|
|
||||||
SYS_LIBRARIES = $(DYNLIBSYSLIB) $(ICONVSYSLIB) $(REGEXSYSLIB) -lm
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
# ifndef SUNPRODIR
|
|
||||||
SUNPRO_DIR = /opt/SUNWspro
|
|
||||||
# else
|
|
||||||
SUNPRO_DIR = SUNPRODIR
|
|
||||||
# endif
|
|
||||||
|
|
||||||
C++LIBPATH = -L$(SUNPRO_DIR)/lib
|
|
||||||
|
|
||||||
EXTRA_CCOPTIONS = -xstrconst -Xc -v
|
|
||||||
# ifdef USE_SPRO_V3
|
|
||||||
SPRO_V3_OPTIONS = -noex -USPRO_V2
|
|
||||||
# ifdef DEBUGTREE
|
|
||||||
SPRO_V3_OPTIONS += -xsb
|
|
||||||
# endif /* DEBUGTREE */
|
|
||||||
# else
|
|
||||||
EXTRA_CCOPTIONS += -DSPRO_V2
|
|
||||||
# endif /* USE_SPRO_V3 */
|
|
||||||
|
|
||||||
EXTRA_C++OPTIONS = +p +w $(SPRO_V3_OPTIONS)
|
|
||||||
MT_LIBS = $(C++_LIB) -lm -lw -lc
|
|
||||||
|
|
||||||
SYS_LIBRARIES = -lintl -lnsl $(MT_LIBS)
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
SRCS = main.C message.C mailbox.C utils.C
|
|
||||||
OBJS = main.o message.o mailbox.o utils.o
|
|
||||||
|
|
||||||
NormalCplusplusObjectRule()
|
|
||||||
|
|
||||||
ComplexCplusplusProgramTarget(dtmailpr)
|
|
|
@ -1,115 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/10 1998/11/09 18:30:37 mgreess $
|
|
||||||
#define DoNormalLib YES
|
|
||||||
#define DoSharedLib NO
|
|
||||||
#define DoDebugLib NO
|
|
||||||
#define DoProfileLib NO
|
|
||||||
#define LibName DtMail
|
|
||||||
#define LibHeaders NO
|
|
||||||
#define LibCreate NO
|
|
||||||
|
|
||||||
#define CplusplusSource YES
|
|
||||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
|
||||||
|
|
||||||
#include <Threads.tmpl>
|
|
||||||
|
|
||||||
INCLUDES = -I. -I../../include -I../../include/utils -I$(CDELIBSRC) \
|
|
||||||
$(STD_INCLUDES) $(TIRPCINC)
|
|
||||||
|
|
||||||
#if HasVFork
|
|
||||||
VFORK_DEFINES = -DHAS_VFORK
|
|
||||||
#else
|
|
||||||
VFORK_DEFINES =
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(DtMailDynamicLinking) && DtMailDynamicLinking
|
|
||||||
DYNLIB_SRCS = DlDynamicLib.C
|
|
||||||
DYNLIB_OBJS = DlDynamicLib.o
|
|
||||||
DYNLIB_DEFINES = -DDL_DYNAMIC_LIBS
|
|
||||||
#else
|
|
||||||
DYNLIB_SRCS = NotDynamic.C
|
|
||||||
DYNLIB_OBJS = NotDynamic.o
|
|
||||||
DYNLIB_DEFINES = -DDL_NOT_DYNAMIC
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef DtMailDefines
|
|
||||||
# define DtMailDefines
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef HPArchitecture
|
|
||||||
MAILSERVER_DEFINES = -DUSE_SOCKSTREAM
|
|
||||||
#endif
|
|
||||||
|
|
||||||
DEFINES = $(VFORK_DEFINES) $(DYNLIB_DEFINES) $(MAILSERVER_DEFINES) DtMailDefines
|
|
||||||
|
|
||||||
SRCS = \
|
|
||||||
$(DYNLIB_SRCS) \
|
|
||||||
APOPServer.C \
|
|
||||||
AUTOServer.C \
|
|
||||||
Buffer.C \
|
|
||||||
DetermineFileLocality.C \
|
|
||||||
DtMailBodyPart.C \
|
|
||||||
DtMailEnvelope.C \
|
|
||||||
DtMailError.C \
|
|
||||||
DtMailMailBox.C \
|
|
||||||
DtMailMessage.C \
|
|
||||||
DtMailRc.C \
|
|
||||||
DtMailServer.C \
|
|
||||||
DtMailTransport.C \
|
|
||||||
DtMailValuesBuiltin.C \
|
|
||||||
DtMailXtProc.C \
|
|
||||||
DtVirtArray.C \
|
|
||||||
DynamicLib.C \
|
|
||||||
FileShare.C \
|
|
||||||
HashTable.C \
|
|
||||||
IMAPServer.C \
|
|
||||||
IO.C \
|
|
||||||
LanguagePortability.C \
|
|
||||||
ObjectKey.C \
|
|
||||||
POP2Server.C \
|
|
||||||
POP3Server.C \
|
|
||||||
Process.C \
|
|
||||||
Session.C \
|
|
||||||
Threads.C \
|
|
||||||
md5.C \
|
|
||||||
str_utils.C
|
|
||||||
|
|
||||||
/*
|
|
||||||
* NOTE: All changes here must be mirrored in ../Imakefile's COMMON_OBJS
|
|
||||||
*/
|
|
||||||
OBJS = \
|
|
||||||
$(DYNLIB_OBJS) \
|
|
||||||
APOPServer.o \
|
|
||||||
AUTOServer.o \
|
|
||||||
Buffer.o \
|
|
||||||
DetermineFileLocality.o \
|
|
||||||
DtMailBodyPart.o \
|
|
||||||
DtMailEnvelope.o \
|
|
||||||
DtMailError.o \
|
|
||||||
DtMailMailBox.o \
|
|
||||||
DtMailMessage.o \
|
|
||||||
DtMailRc.o \
|
|
||||||
DtMailServer.o \
|
|
||||||
DtMailTransport.o \
|
|
||||||
DtMailValuesBuiltin.o \
|
|
||||||
DtMailXtProc.o \
|
|
||||||
DtVirtArray.o \
|
|
||||||
DynamicLib.o \
|
|
||||||
FileShare.o \
|
|
||||||
HashTable.o \
|
|
||||||
IMAPServer.o \
|
|
||||||
IO.o \
|
|
||||||
LanguagePortability.o \
|
|
||||||
ObjectKey.o \
|
|
||||||
POP2Server.o \
|
|
||||||
POP3Server.o \
|
|
||||||
Process.o \
|
|
||||||
Session.o \
|
|
||||||
Threads.o \
|
|
||||||
md5.o \
|
|
||||||
str_utils.o
|
|
||||||
|
|
||||||
#include <Library.tmpl>
|
|
||||||
|
|
||||||
SubdirLibraryRule($(OBJS))
|
|
||||||
|
|
||||||
DependTarget()
|
|
|
@ -1,82 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/10 1998/08/10 15:47:14 mgreess $
|
|
||||||
#define DoNormalLib YES
|
|
||||||
#define DoSharedLib NO
|
|
||||||
#define DoDebugLib NO
|
|
||||||
#define DoProfileLib NO
|
|
||||||
#define LibName DtMail
|
|
||||||
#define LibHeaders NO
|
|
||||||
#define LibInstall NO
|
|
||||||
|
|
||||||
#define CplusplusSource YES
|
|
||||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
|
|
||||||
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = Common RFC
|
|
||||||
EXTRALIBRARYDEPS = Common/DONE RFC/DONE
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
ForceSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
|
|
||||||
#include <Threads.tmpl>
|
|
||||||
|
|
||||||
#if defined(DtMailDynamicLinking) && DtMailDynamicLinking
|
|
||||||
DYNLIB_SRCS = Common/DlDynamicLib.C
|
|
||||||
DYNLIB_OBJS = Common/DlDynamicLib.o
|
|
||||||
#else
|
|
||||||
DYNLIB_SRCS = Common/NotDynamic.C
|
|
||||||
DYNLIB_OBJS = Common/NotDynamic.o
|
|
||||||
#endif
|
|
||||||
|
|
||||||
COMMON_OBJS = \
|
|
||||||
$(DYNLIB_OBJS) \
|
|
||||||
Common/APOPServer.o \
|
|
||||||
Common/AUTOServer.o \
|
|
||||||
Common/Buffer.o \
|
|
||||||
Common/DetermineFileLocality.o \
|
|
||||||
Common/DtMailBodyPart.o \
|
|
||||||
Common/DtMailEnvelope.o \
|
|
||||||
Common/DtMailError.o \
|
|
||||||
Common/DtMailMailBox.o \
|
|
||||||
Common/DtMailMessage.o \
|
|
||||||
Common/DtMailRc.o \
|
|
||||||
Common/DtMailServer.o \
|
|
||||||
Common/DtMailTransport.o \
|
|
||||||
Common/DtMailValuesBuiltin.o \
|
|
||||||
Common/DtMailXtProc.o \
|
|
||||||
Common/DtVirtArray.o \
|
|
||||||
Common/DynamicLib.o \
|
|
||||||
Common/FileShare.o \
|
|
||||||
Common/HashTable.o \
|
|
||||||
Common/IMAPServer.o \
|
|
||||||
Common/IO.o \
|
|
||||||
Common/LanguagePortability.o \
|
|
||||||
Common/ObjectKey.o \
|
|
||||||
Common/POP2Server.o \
|
|
||||||
Common/POP3Server.o \
|
|
||||||
Common/Process.o \
|
|
||||||
Common/Session.o \
|
|
||||||
Common/Threads.o \
|
|
||||||
Common/md5.o \
|
|
||||||
Common/str_utils.o
|
|
||||||
|
|
||||||
RFC_OBJS = \
|
|
||||||
RFC/AliasExpand.o \
|
|
||||||
RFC/MIMEBodyPart.o \
|
|
||||||
RFC/MIMEPartial.o \
|
|
||||||
RFC/RFCBodyPart.o \
|
|
||||||
RFC/RFCEnvelope.o \
|
|
||||||
RFC/RFCFormat.o \
|
|
||||||
RFC/RFCMailBox.o \
|
|
||||||
RFC/RFCMailValues.o \
|
|
||||||
RFC/RFCMessage.o \
|
|
||||||
RFC/RFCMIME.o \
|
|
||||||
RFC/RFCTransport.o \
|
|
||||||
RFC/SunV3.o \
|
|
||||||
RFC/V3BodyPart.o
|
|
||||||
|
|
||||||
OBJS = $(COMMON_OBJS) $(RFC_OBJS)
|
|
||||||
|
|
||||||
#include <Library.tmpl>
|
|
|
@ -1,54 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/8 1998/08/05 13:25:32 mgreess $
|
|
||||||
#define DoNormalLib YES
|
|
||||||
#define DoSharedLib NO
|
|
||||||
#define DoDebugLib NO
|
|
||||||
#define DoProfileLib NO
|
|
||||||
#define LibName DtMail
|
|
||||||
#define LibHeaders NO
|
|
||||||
#define LibCreate NO
|
|
||||||
|
|
||||||
#define CplusplusSource YES
|
|
||||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
|
||||||
|
|
||||||
#include <Threads.tmpl>
|
|
||||||
|
|
||||||
INCLUDES = -I. -I../Common -I../../include -I../../include/utils \
|
|
||||||
-I$(CDELIBSRC) $(STD_INCLUDES) $(TIRPCINC)
|
|
||||||
|
|
||||||
#if HasVFork
|
|
||||||
VFORK_DEFINES = -DHAS_VFORK
|
|
||||||
#else
|
|
||||||
VFORK_DEFINES =
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef DtMailDefines
|
|
||||||
# define DtMailDefines
|
|
||||||
#endif
|
|
||||||
DEFINES = -DTTLOCK_OFF $(VFORK_DEFINES) DtMailDefines
|
|
||||||
|
|
||||||
SRCS = \
|
|
||||||
AliasExpand.C MIMEBodyPart.C \
|
|
||||||
MIMEPartial.C RFCBodyPart.C \
|
|
||||||
RFCEnvelope.C RFCFormat.C \
|
|
||||||
RFCMIME.C RFCMailBox.C \
|
|
||||||
RFCMailValues.C RFCMessage.C \
|
|
||||||
RFCTransport.C SunV3.C \
|
|
||||||
V3BodyPart.C
|
|
||||||
|
|
||||||
/*
|
|
||||||
* NOTE: All changes here must be mirrored in ../Imakefile's RFC_OBJS
|
|
||||||
*/
|
|
||||||
OBJS = \
|
|
||||||
AliasExpand.o MIMEBodyPart.o \
|
|
||||||
MIMEPartial.o RFCBodyPart.o \
|
|
||||||
RFCEnvelope.o RFCFormat.o \
|
|
||||||
RFCMailBox.o RFCMailValues.o \
|
|
||||||
RFCMessage.o RFCMIME.o \
|
|
||||||
RFCTransport.o SunV3.o \
|
|
||||||
V3BodyPart.o
|
|
||||||
|
|
||||||
#include <Library.tmpl>
|
|
||||||
|
|
||||||
SubdirLibraryRule($(OBJS))
|
|
||||||
|
|
||||||
DependTarget()
|
|
|
@ -1,13 +0,0 @@
|
||||||
XCOMM make dtopen fro dtopen.src
|
|
||||||
#define PassCDebugFlags
|
|
||||||
|
|
||||||
AllTarget(dtopen)
|
|
||||||
|
|
||||||
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
|
|
||||||
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
|
|
||||||
-DCDE_LOGFILES_TOP=$(CDE_LOGFILES_TOP)
|
|
||||||
|
|
||||||
CppScriptTarget(dtopen,dtopen.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
|
|
||||||
depend::
|
|
||||||
|
|
|
@ -1,34 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/11 1996/09/14 15:16:29 drk $
|
|
||||||
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
DEFINES = -DDT_LITE -DWORDWRAP -UNLS16
|
|
||||||
INCLUDES = $(TIRPCINC)
|
|
||||||
|
|
||||||
DEPLIBS = DepDtClientLibs
|
|
||||||
LOCAL_LIBRARIES = DtClientLibs
|
|
||||||
SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
EXTRA_CCOPTIONS = -xF
|
|
||||||
# LOCAL_LDFLAGS = -M mapfile.reorder
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = \
|
|
||||||
dtpad.c editCB.c fileCB.c \
|
|
||||||
fileDlg.c fileIo.c formatCB.c \
|
|
||||||
helpCB.c helpDlg.c main.c \
|
|
||||||
optionsCB.c printJob.c printOutput.c \
|
|
||||||
printSetup.c session.c ttMsgSupport.c \
|
|
||||||
ttSaveSupport.c
|
|
||||||
|
|
||||||
OBJS = \
|
|
||||||
dtpad.o editCB.o fileCB.o \
|
|
||||||
fileDlg.o fileIo.o formatCB.o \
|
|
||||||
helpCB.o helpDlg.o main.o \
|
|
||||||
optionsCB.o printJob.o printOutput.o \
|
|
||||||
printSetup.o session.o ttMsgSupport.o \
|
|
||||||
ttSaveSupport.o
|
|
||||||
|
|
||||||
ComplexProgramTarget(dtpad)
|
|
||||||
|
|
||||||
AllTarget(Dtpad)
|
|
|
@ -1,44 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/7 1996/10/09 14:13:27 drk $
|
|
||||||
|
|
||||||
/* General case INCLUDES DEFINES LOCAL_LIBRARIES
|
|
||||||
* Each individual architecture may have more or less of the above.
|
|
||||||
* USE_libraryname in LOCAL_LIBRARIES is by default empty.
|
|
||||||
* It should be set when necessary to the real library macro name.
|
|
||||||
*/
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
DEFINES = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" -DI18N_MSG
|
|
||||||
INCLUDES = -I.
|
|
||||||
|
|
||||||
/* DEPLIBS contains the list of library depencies for a client.
|
|
||||||
* LOCAL_LIBRARIES contains the list of libraries on the link line.
|
|
||||||
* Generally, the dependency form of a library has DEP as a prefix.
|
|
||||||
* e.g. put $(XLIB) in LOCAL_LIBRARIES and $(DEPXLIB) in DEPLIBS.
|
|
||||||
* NOTE: if DEPLIBS is not set here, it is by default null and there
|
|
||||||
* are no library dependencies for clients.
|
|
||||||
* You cannot put -Llibpath into DEPLIBS. You must put actual
|
|
||||||
* paths to the library.
|
|
||||||
*/
|
|
||||||
DEPLIBS = DepDtClientLibs
|
|
||||||
LOCAL_LIBRARIES = DtClientLibs
|
|
||||||
SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
SYS_LIBRARIES = -lmsaa -liconv
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
SYS_LIBRARIES = -lintl -lm -lgen -ldl
|
|
||||||
#endif
|
|
||||||
|
|
||||||
PROGRAMS = dtpdm
|
|
||||||
|
|
||||||
SRCS = JobBox.c Main.c MainWindow.c \
|
|
||||||
PdmMsgs.c PdmOid.c PdmXp.c \
|
|
||||||
PrinterBox.c
|
|
||||||
|
|
||||||
OBJS = JobBox.o Main.o MainWindow.o \
|
|
||||||
PdmMsgs.o PdmOid.o PdmXp.o \
|
|
||||||
PrinterBox.o
|
|
||||||
|
|
||||||
ComplexProgramTarget($(PROGRAMS))
|
|
||||||
|
|
|
@ -1,45 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/6 1996/10/30 19:10:03 cde-hp $
|
|
||||||
/*********************************************************************
|
|
||||||
* (c) Copyright 1993, 1994 Hewlett-Packard Company
|
|
||||||
* (c) Copyright 1993, 1994 International Business Machines Corp.
|
|
||||||
* (c) Copyright 1993, 1994 Sun Microsystems, Inc.
|
|
||||||
* (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
|
|
||||||
* Novell, Inc.
|
|
||||||
**********************************************************************/
|
|
||||||
DESKTOP_VERSION_STRING = DesktopVersionString
|
|
||||||
|
|
||||||
XCOMM
|
|
||||||
XCOMM Imakefile: for DT Print Dialog Manager Daemon
|
|
||||||
XCOMM
|
|
||||||
|
|
||||||
/* General case INCLUDES DEFINES LOCAL_LIBRARIES
|
|
||||||
* Each individual architecture may have more or less of the above.
|
|
||||||
* Use EXTRA_DEFINES and EXTRA_INCLUDES to add defines and includes
|
|
||||||
* to an individual architecture. There is no equivalent for
|
|
||||||
* LOCAL_LIBRARIES.
|
|
||||||
* USE_libraryname in LOCAL_LIBRARIES is by default empty.
|
|
||||||
* It should be set when necessary to the real library macro name.
|
|
||||||
*/
|
|
||||||
|
|
||||||
DEFINES = -DCDE_INSTALLATION_TOP='"'$(CDE_INSTALLATION_TOP)'"'
|
|
||||||
INCLUDES = -I.
|
|
||||||
|
|
||||||
DEPLIBS = $(DEPXTOOLLIB) $(DEPXAUTHLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(XTOOLLIB) $(XAUTHLIB) $(XLIB)
|
|
||||||
SYS_LIBRARIES = DtClientSysLibs
|
|
||||||
|
|
||||||
SRCS = dispatch.c dtpdmd.c mailbox.c \
|
|
||||||
manager.c records.c setup.c \
|
|
||||||
util.c nlmsg.c
|
|
||||||
|
|
||||||
OBJS = dispatch.o dtpdmd.o mailbox.o \
|
|
||||||
manager.o records.o setup.o \
|
|
||||||
util.o nlmsg.o \
|
|
||||||
$(CDELIBSRC)/DtSvc/DtUtil2/MsgCat.o
|
|
||||||
|
|
||||||
#if defined(LinuxArchitecture) || defined(BSDArchitecture)
|
|
||||||
/* On Linux, just use the system provided Xau */
|
|
||||||
DEPXAUTHLIB =
|
|
||||||
#endif
|
|
||||||
|
|
||||||
ComplexProgramTarget(dtpdmd)
|
|
|
@ -1,17 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/6 1996/04/21 19:50:24 drk $
|
|
||||||
|
|
||||||
CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
|
|
||||||
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
|
|
||||||
-DKORNSHELL=$(KORNSHELL) -DDTKORNSHELL=$(DTKORNSHELL)
|
|
||||||
|
|
||||||
#if defined (SunArchitecture)
|
|
||||||
LOCAL_CPP_DEFINES = $(CPP_DEFINES) -D__sun
|
|
||||||
#else
|
|
||||||
LOCAL_CPP_DEFINES = $(CPP_DEFINES)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
all:: dtprintegrate dtlp dtlpsetup
|
|
||||||
|
|
||||||
CppScriptTarget(dtprintegrate,dtprintegrate.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(dtlp,dtlp.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(dtlpsetup,dtlpsetup.src,$(LOCAL_CPP_DEFINES),)
|
|
|
@ -1,86 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/21 1998/08/25 12:58:41 mgreess $
|
|
||||||
|
|
||||||
#define CplusplusSource YES
|
|
||||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
|
||||||
EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
|
||||||
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = util libUI objects UI
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
|
|
||||||
DTPRINTINFO_GEN = \
|
|
||||||
dtprintinfo_cat.h \
|
|
||||||
dtprintinfo_msg.h \
|
|
||||||
dtprintinfo.msg
|
|
||||||
|
|
||||||
all:: $(DTPRINTINFO_GEN)
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
.NO_PARALLEL:
|
|
||||||
#endif
|
|
||||||
|
|
||||||
INCLUDES = -I. -I./UI -I./libUI -I./util -I./libUI/MotifUI \
|
|
||||||
-I./objects -I./objects/PrintObj
|
|
||||||
|
|
||||||
DEPLIBS = ./libUI/MotifUI/libMotifUI.a ./util/libUtil.a \
|
|
||||||
./UI/libDtPrintinfo.a ./objects/PrintObj/libPrintObj.a \
|
|
||||||
$(DEPDTHELPLIB) $(DEPDTWIDGETLIB) $(DEPDTSVCLIB) $(DEPTTLIB) \
|
|
||||||
$(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
LOCAL_LIBRARIES = ./UI/libDtPrintinfo.a ./util/libUtil.a \
|
|
||||||
./libUI/MotifUI/libMotifUI.a ./objects/PrintObj/libPrintObj.a \
|
|
||||||
$(DTWIDGETLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) \
|
|
||||||
$(XLIB)
|
|
||||||
#else
|
|
||||||
LOCAL_LIBRARIES = ./UI/libDtPrintinfo.a ./util/libUtil.a \
|
|
||||||
./libUI/MotifUI/libMotifUI.a ./objects/PrintObj/libPrintObj.a \
|
|
||||||
$(DTHELPLIB) $(DTWIDGETLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) \
|
|
||||||
$(XTOOLLIB) $(XLIB)
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
|
|
||||||
|
|
||||||
AWK = awk
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
AWK = nawk
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
DEFINES = -DHAS_EXCEPTIONS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef AlphaArchitecture
|
|
||||||
DEFINES = -D_TOOLTALK
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* special processing for message files */
|
|
||||||
SYM2NUM_CMD = $(KORNSHELL) sym2num
|
|
||||||
|
|
||||||
SRCS = DtPrintinfo.C
|
|
||||||
OBJS = libUI/BaseUI.o objects/BaseObj.o DtPrintinfo.o
|
|
||||||
PROGRAM = dtprintinfo
|
|
||||||
|
|
||||||
NormalCplusplusObjectRule()
|
|
||||||
|
|
||||||
ComplexCplusplusProgramTarget(dtprintinfo)
|
|
||||||
|
|
||||||
dtprintinfo_msg.h dtprintinfo.msg: dtprintinfo.msg.src
|
|
||||||
rm -f dtprintinfo_msg.h dtprintinfo.msg
|
|
||||||
CPP="$(CPP)" $(SYM2NUM_CMD) dtprintinfo dtprintinfo.msg.src> dtprintinfo.msg
|
|
||||||
|
|
||||||
dtprintinfo_cat.h: dtprintinfo.msg.src
|
|
||||||
rm -f dtprintinfo_cat.h
|
|
||||||
${AWK} -f msg.awk dtprintinfo.msg.src > dtprintinfo_cat.h
|
|
||||||
|
|
||||||
includes:: dtprintinfo_cat.h dtprintinfo_msg.h
|
|
||||||
|
|
||||||
depend:: dtprintinfo_cat.h dtprintinfo_msg.h
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) *.map $(DTPRINTINFO_GEN)
|
|
|
@ -1,33 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/6 1996/04/21 19:50:41 drk $
|
|
||||||
#define DoNormalLib YES
|
|
||||||
#define DoSharedLib NO
|
|
||||||
#define DoDebugLib NO
|
|
||||||
#define DoProfileLib NO
|
|
||||||
#define LibName DtPrintinfo
|
|
||||||
#define LibHeaders NO
|
|
||||||
#define LibInstall NO
|
|
||||||
|
|
||||||
#define CplusplusSource YES
|
|
||||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
|
||||||
|
|
||||||
INCLUDES = -I. -I.. -I../libUI -I../libUI/MotifUI -I../objects -I../util -I../objects -I../objects/PrintObj
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
DEFINES = -DHAS_EXCEPTIONS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = DtActions.C DtApp.C DtDetailsLabel.C \
|
|
||||||
DtFindD.C DtFindSet.C DtMainW.C \
|
|
||||||
DtPrinterIcon.C DtProps.C DtPrtJobIcon.C \
|
|
||||||
DtPrtProps.C DtSetModList.C DtSetPref.C \
|
|
||||||
DtWorkArea.C
|
|
||||||
|
|
||||||
OBJS = DtActions.o DtApp.o DtDetailsLabel.o \
|
|
||||||
DtFindD.o DtFindSet.o DtMainW.o \
|
|
||||||
DtPrinterIcon.o DtProps.o DtPrtJobIcon.o \
|
|
||||||
DtPrtProps.o DtSetModList.o DtSetPref.o \
|
|
||||||
DtWorkArea.o
|
|
||||||
|
|
||||||
#include <Library.tmpl>
|
|
||||||
|
|
||||||
DependTarget()
|
|
|
@ -1,37 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/14 1998/08/25 12:59:12 mgreess $
|
|
||||||
|
|
||||||
#define CplusplusSource YES
|
|
||||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
|
||||||
EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
|
||||||
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = MotifUI
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
|
|
||||||
INCLUDES = -I. -I./MotifUI
|
|
||||||
|
|
||||||
DEPLIBS = ./MotifUI/libMotifUI.a DepDtClientLibs
|
|
||||||
LOCAL_LIBRARIES = ./MotifUI/libMotifUI.a DtClientLibs
|
|
||||||
SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
DEFINES = -DHAS_EXCEPTIONS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef AlphaArchitecture
|
|
||||||
DEFINES = -UNO_REGCOMP
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = BaseUI.C Test.C
|
|
||||||
OBJS = BaseUI.o Test.o
|
|
||||||
|
|
||||||
NormalCplusplusObjectRule()
|
|
||||||
|
|
||||||
ComplexCplusplusProgramTarget(Test)
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) *.map
|
|
|
@ -1,39 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:52:09 drk $
|
|
||||||
#define DoNormalLib YES
|
|
||||||
#define DoSharedLib NO
|
|
||||||
#define DoDebugLib NO
|
|
||||||
#define DoProfileLib NO
|
|
||||||
#define LibName MotifUI
|
|
||||||
#define LibHeaders NO
|
|
||||||
#define LibInstall NO
|
|
||||||
|
|
||||||
#define CplusplusSource YES
|
|
||||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
|
||||||
|
|
||||||
INCLUDES = -I. -I..
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
EXTRA_DEFINES = -DHAS_EXCEPTIONS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
CXXEXTRA_DEFINES = -DKORNSHELL=\"$(KORNSHELL)\"
|
|
||||||
|
|
||||||
SRCS = Application.C Button.C ComboBoxObj.C \
|
|
||||||
Container.C Debug.c Dialog.C \
|
|
||||||
DtDND.C Group.C HelpSystem.C \
|
|
||||||
Icon.c IconObj.C LabelObj.C \
|
|
||||||
MainWindow.C Menu.C MenuBar.C \
|
|
||||||
MotifThread.C MotifUI.C Prompt.C \
|
|
||||||
ScaleObj.C Sep.C WorkArea.c
|
|
||||||
|
|
||||||
OBJS = Application.o Button.o ComboBoxObj.o \
|
|
||||||
Container.o Debug.o Dialog.o \
|
|
||||||
DtDND.o Group.o HelpSystem.o \
|
|
||||||
Icon.o IconObj.o LabelObj.o \
|
|
||||||
MainWindow.o Menu.o MenuBar.o \
|
|
||||||
MotifThread.o MotifUI.o Prompt.o \
|
|
||||||
ScaleObj.o Sep.o WorkArea.o
|
|
||||||
|
|
||||||
#include <Library.tmpl>
|
|
||||||
|
|
||||||
DependTarget()
|
|
|
@ -1,31 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/5 1998/08/25 12:59:24 mgreess $
|
|
||||||
#define CplusplusSource YES
|
|
||||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
|
|
||||||
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = PrintObj
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
|
|
||||||
INCLUDES = -I. -I.. -I./PrintObj -I../util
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
.NO_PARALLEL:
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
EXTRA_DEFINES = -DHAS_EXCEPTIONS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = BaseObj.C
|
|
||||||
OBJS = BaseObj.o
|
|
||||||
|
|
||||||
NormalCplusplusObjectRule()
|
|
||||||
|
|
||||||
all:: $(OBJS)
|
|
||||||
|
|
||||||
clean::
|
|
||||||
$(RM) *.map
|
|
|
@ -1,28 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:52:17 drk $
|
|
||||||
#define DoNormalLib YES
|
|
||||||
#define DoSharedLib NO
|
|
||||||
#define DoDebugLib NO
|
|
||||||
#define DoProfileLib NO
|
|
||||||
#define LibName PrintObj
|
|
||||||
#define LibHeaders NO
|
|
||||||
#define LibInstall NO
|
|
||||||
|
|
||||||
#define CplusplusSource YES
|
|
||||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
|
||||||
|
|
||||||
INCLUDES = -I. -I.. -I../.. -I../../util
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
DEFINES = -DHAS_EXCEPTIONS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef AlphaArchitecture
|
|
||||||
DEFINES = -UNO_REGCOMP
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = ParseJobs.C PrintJob.C PrintSubSys.C Queue.C
|
|
||||||
OBJS = ParseJobs.o PrintJob.o PrintSubSys.o Queue.o
|
|
||||||
|
|
||||||
#include <Library.tmpl>
|
|
||||||
|
|
||||||
DependTarget()
|
|
|
@ -1,26 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:50:47 drk $
|
|
||||||
#define DoNormalLib YES
|
|
||||||
#define DoSharedLib NO
|
|
||||||
#define DoDebugLib NO
|
|
||||||
#define DoProfileLib NO
|
|
||||||
#define LibName Util
|
|
||||||
#define LibHeaders NO
|
|
||||||
#define LibInstall NO
|
|
||||||
|
|
||||||
#define CplusplusSource YES
|
|
||||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
|
||||||
|
|
||||||
INCLUDES = -I.
|
|
||||||
|
|
||||||
CXXEXTRA_DEFINES = -DKORNSHELL=\"$(KORNSHELL)\"
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
EXTRA_DEFINES = -DHAS_EXCEPTIONS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = Invoke.C Process.C
|
|
||||||
OBJS = Invoke.o Process.o
|
|
||||||
|
|
||||||
#include <Library.tmpl>
|
|
||||||
|
|
||||||
DependTarget()
|
|
|
@ -1,34 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/10 1996/10/09 14:06:18 drk $
|
|
||||||
|
|
||||||
INCLUDES = -I.
|
|
||||||
|
|
||||||
DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
SYS_LIBRARIES = -lm $(DYNLIBSYSLIB) $(REGEXSYSLIB)
|
|
||||||
|
|
||||||
SRCS = blank.c dtscreen.c flame.c hopalong.c \
|
|
||||||
hsbramp.c image.c life.c pyro.c \
|
|
||||||
qix.c resource.c rotor.c swarm.c \
|
|
||||||
usleep.c worm.c
|
|
||||||
|
|
||||||
OBJS = blank.o dtscreen.o flame.o hopalong.o \
|
|
||||||
hsbramp.o image.o life.o pyro.o \
|
|
||||||
qix.o resource.o rotor.o swarm.o \
|
|
||||||
usleep.o worm.o
|
|
||||||
|
|
||||||
all::
|
|
||||||
|
|
||||||
/**************************************************************************
|
|
||||||
*
|
|
||||||
* Extra things for the Passwd Etc. version
|
|
||||||
*
|
|
||||||
**************************************************************************/
|
|
||||||
|
|
||||||
#ifdef USE_RGY
|
|
||||||
EXTRA_DEFINES = -D__PASSWD_ETC +e
|
|
||||||
EXTRA_LIBRARIES = $(RGYLIB) $(NCKLIB) -lndbm -lBSD ExtraLibraries
|
|
||||||
#endif
|
|
||||||
|
|
||||||
CppSourceFile(Dtscreen,Dtscreen.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
|
|
||||||
ComplexProgramTarget(dtscreen)
|
|
|
@ -1,19 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/9 1998/08/10 15:50:21 mgreess $
|
|
||||||
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = libCliSrv dtsp dtappg
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
|
|
||||||
CPP_TARGETS = 0010.dtpaths 0030.dttmpdir
|
|
||||||
AllTarget($(CPP_TARGETS))
|
|
||||||
|
|
||||||
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
|
|
||||||
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
|
|
||||||
-DKORNSHELL=$(KORNSHELL)
|
|
||||||
|
|
||||||
CppSourceFile(0010.dtpaths,0010.dtpaths.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(0030.dttmpdir,0030.dttmpdir.src,$(LOCAL_CPP_DEFINES),)
|
|
|
@ -1,26 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/14 1998/08/05 13:21:24 mgreess $
|
|
||||||
|
|
||||||
#define CplusplusSource YES
|
|
||||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
|
||||||
EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
|
||||||
|
|
||||||
INCLUDES = -I. -I../libCliSrv
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = ../libCliSrv/libCliSrv.a $(TTLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
DEPLIBS = ../libCliSrv/libCliSrv.a $(DEPTTLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
SYS_LIBRARIES = -ldl -lintl
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
EXTRA_DEFINES = -DIOSTREAMSWORKS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = Options.C dtappgather.C
|
|
||||||
OBJS = Options.o dtappgather.o
|
|
||||||
|
|
||||||
NormalCplusplusObjectRule()
|
|
||||||
|
|
||||||
ComplexCplusplusProgramTarget(dtappg)
|
|
|
@ -1,45 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/15 1998/08/05 13:21:49 mgreess $
|
|
||||||
|
|
||||||
#define CplusplusSource YES
|
|
||||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
|
||||||
EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
|
||||||
|
|
||||||
INCLUDES = -I. -I../libCliSrv $(TIRPCINC)
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = ../libCliSrv/libCliSrv.a $(TTLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
DEPLIBS = ../libCliSrv/libCliSrv.a $(DEPTTLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
EXTRA_DEFINES = -DIOSTREAMSWORKS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
EXTRA_DEFINES = -DIOSTREAMSWORKS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = \
|
|
||||||
AppSearchPath.C \
|
|
||||||
DbSearchPath.C \
|
|
||||||
HelpSearchPath.C \
|
|
||||||
IconSearchPath.C \
|
|
||||||
InfoLibSearchPath.C \
|
|
||||||
ManSearchPath.C \
|
|
||||||
Options.C \
|
|
||||||
SearchPath.C \
|
|
||||||
dtsearchpath.C
|
|
||||||
|
|
||||||
OBJS = \
|
|
||||||
AppSearchPath.o \
|
|
||||||
DbSearchPath.o \
|
|
||||||
HelpSearchPath.o \
|
|
||||||
IconSearchPath.o \
|
|
||||||
InfoLibSearchPath.o \
|
|
||||||
ManSearchPath.o \
|
|
||||||
Options.o \
|
|
||||||
SearchPath.o \
|
|
||||||
dtsearchpath.o
|
|
||||||
|
|
||||||
NormalCplusplusObjectRule()
|
|
||||||
|
|
||||||
ComplexCplusplusProgramTarget(dtsp)
|
|
|
@ -1,33 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/5 1998/08/05 13:22:12 mgreess $
|
|
||||||
#define DoNormalLib YES
|
|
||||||
#define DoSharedLib NO
|
|
||||||
#define DoDebugLib NO
|
|
||||||
#define DoProfileLib NO
|
|
||||||
#define LibName CliSrv
|
|
||||||
#define LibHeaders NO
|
|
||||||
#define LibInstall NO
|
|
||||||
|
|
||||||
#define CplusplusSource YES
|
|
||||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
|
||||||
|
|
||||||
INCLUDES = -I. $(TIRPCINC)
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
SYS_LIBRARIES = -ldl -lintl
|
|
||||||
LAST_LOAD_FLAGS = -Bstatic -Bdynamic -lm -lc -ladm -Bstatic
|
|
||||||
EXTRA_DEFINES = -DIOSTREAMSWORKS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
|
||||||
EXTRA_DEFINES = -DIOSTREAMSWORKS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = DirIterator.C Environ.C TTFile.C \
|
|
||||||
UnixEnv.C cstring.C
|
|
||||||
|
|
||||||
OBJS = DirIterator.o Environ.o TTFile.o \
|
|
||||||
UnixEnv.o cstring.o
|
|
||||||
|
|
||||||
#include <Library.tmpl>
|
|
||||||
|
|
||||||
DependTarget()
|
|
|
@ -1,191 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/22 1998/04/06 13:33:41 mgreess $
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
||||||
|
|
||||||
SUBDIRS = config
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
DEFINES = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
|
||||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
|
|
||||||
|
|
||||||
#if defined(HasPamLibrary) && HasPamLibrary
|
|
||||||
DTPAMSVCLIB = -lDtPamSvc
|
|
||||||
#else
|
|
||||||
DTPAMSVCLIB =
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(SunArchitecture)
|
|
||||||
DEPLIBS = $(DEPDTWIDGETLIB) $(DEPDTSVCLIB) $(DEPTTLIB) \
|
|
||||||
$(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTWIDGETLIB) $(DTSVCLIB) $(TTLIB) \
|
|
||||||
$(XMLIB) $(XTOOLLIB) $(USE_XHPLIB) $(XLIB)
|
|
||||||
#else
|
|
||||||
DEPLIBS = $(DEPDTHELPLIB) $(DEPDTWIDGETLIB) $(DEPDTSVCLIB) $(DEPTTLIB) \
|
|
||||||
$(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTWIDGETLIB) $(DTSVCLIB) $(TTLIB) \
|
|
||||||
$(XMLIB) $(XTOOLLIB) $(USE_XHPLIB) $(XLIB) $(DTPAMSVCLIB)
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
SYS_LIBRARIES = -lm
|
|
||||||
|
|
||||||
#if CDE_USEXINERAMA
|
|
||||||
XINOPT = -DUSE_XINERAMA
|
|
||||||
XINLIB = -lDtXinerama -lXinerama
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef AlphaArchitecture
|
|
||||||
SYS_LIBRARIES = -lm
|
|
||||||
EXTRA_DEFINES = -DMULTIBYTE -DXLIB_ILLEGAL_ACCESS -DSIA
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
EXTRA_DEFINES = -DMULTIBYTE -DUSE_HPSSEXT
|
|
||||||
USE_XHPLIB = $(XHPLIB)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(RsArchitecture)
|
|
||||||
EXTRA_DEFINES = -D_ILS_MACROS -DSBSTDINC_H_NO_REDEFINE
|
|
||||||
SYS_LIBRARIES = -lm -lbsd -ls -liconv
|
|
||||||
#if (OSMajorVersion == 3)
|
|
||||||
EXTRA_SRC = SmHftRing.c SmMigResources.c
|
|
||||||
EXTRA_OBJS = $(ALTDIRECTORY)SmHftRing.o $(ALTDIRECTORY)SmMigResources.o
|
|
||||||
#else
|
|
||||||
EXTRA_SRC = SmMigResources.c
|
|
||||||
EXTRA_OBJS = $(ALTDIRECTORY)SmMigResources.o
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(SunArchitecture)
|
|
||||||
EXTRA_SRC = OWsync.c
|
|
||||||
EXTRA_OBJS = $(ALTDIRECTORY)OWsync.o
|
|
||||||
EXTRA_DEFINES = -D${PROGRAMS}
|
|
||||||
SYS_LIBRARIES = -lelf -lm -ldl
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
EXTRA_DEFINES = -D${PROGRAMS} $(XINOPT) -DUSE_X11SSEXT
|
|
||||||
SYS_LIBRARIES = $(XINLIB) $(TIRPCLIB) -lXss -ldl -lcrypt -lm
|
|
||||||
INCLUDES = $(TIRPCINC)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(FreeBSDArchitecture) || defined(NetBSDArchitecture)
|
|
||||||
EXTRA_DEFINES = -D${PROGRAMS} $(XINOPT) -DUSE_X11SSEXT
|
|
||||||
SYS_LIBRARIES = $(XINLIB) -lXss -lcrypt -lm
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(HasPamLibrary) && HasPamLibrary
|
|
||||||
EXTRA_DEFINES += -DHAS_PAM_LIBRARY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
PROGRAMS=dtsession
|
|
||||||
|
|
||||||
/**** Every .o except version.o may only be built in a remote
|
|
||||||
**** directory as we do with rgy -> $(ALTDIRECTORY)
|
|
||||||
****/
|
|
||||||
OBJS= $(ALTDIRECTORY)SmMain.o \
|
|
||||||
$(ALTDIRECTORY)SmGlobals.o \
|
|
||||||
$(ALTDIRECTORY)SmHelp.o \
|
|
||||||
$(ALTDIRECTORY)SmCommun.o \
|
|
||||||
$(ALTDIRECTORY)SmError.o \
|
|
||||||
$(ALTDIRECTORY)SmProperty.o \
|
|
||||||
$(ALTDIRECTORY)SmProtocol.o \
|
|
||||||
$(ALTDIRECTORY)SmSave.o \
|
|
||||||
$(ALTDIRECTORY)SmScreen.o \
|
|
||||||
$(ALTDIRECTORY)SmRestore.o \
|
|
||||||
$(ALTDIRECTORY)SmUI.o \
|
|
||||||
$(ALTDIRECTORY)SmWindow.o \
|
|
||||||
$(ALTDIRECTORY)SmLock.o \
|
|
||||||
$(ALTDIRECTORY)SrvPalette.o\
|
|
||||||
$(ALTDIRECTORY)SrvFile_io.o\
|
|
||||||
$(ALTDIRECTORY)SmStrDefs.o \
|
|
||||||
$(ALTDIRECTORY)SmConMgmt.o \
|
|
||||||
$(EXTRA_OBJS) \
|
|
||||||
$(ALTDIRECTORY)SmXSMP.o \
|
|
||||||
$(ALTDIRECTORY)SmAuth.o \
|
|
||||||
$(ALTDIRECTORY)SmWatch.o \
|
|
||||||
$(ALTDIRECTORY)SmProp.o \
|
|
||||||
$(ALTDIRECTORY)SmDB.o
|
|
||||||
|
|
||||||
SRCS= SmMain.c \
|
|
||||||
SmHelp.c \
|
|
||||||
SmGlobals.c \
|
|
||||||
SmCommun.c \
|
|
||||||
SmError.c \
|
|
||||||
SmProperty.c \
|
|
||||||
SmProtocol.c \
|
|
||||||
SmSave.c \
|
|
||||||
SmScreen.c \
|
|
||||||
SmRestore.c \
|
|
||||||
SmUI.c \
|
|
||||||
SmWindow.c \
|
|
||||||
SmLock.c \
|
|
||||||
SrvPalette.c\
|
|
||||||
SrvFile_io.c\
|
|
||||||
SmStrDefs.c \
|
|
||||||
SmConMgmt.c \
|
|
||||||
$(EXTRA_SRC) \
|
|
||||||
SmXSMP.c \
|
|
||||||
SmAuth.c \
|
|
||||||
SmWatch.c \
|
|
||||||
SmProp.c \
|
|
||||||
SmDB.c
|
|
||||||
|
|
||||||
/**************************************************************************
|
|
||||||
*
|
|
||||||
* Extra things for the Passwd Etc. version
|
|
||||||
*
|
|
||||||
**************************************************************************/
|
|
||||||
|
|
||||||
#ifdef USE_RGY
|
|
||||||
EXTRA_DEFINES = -DMULTIBYTE -DUSE_HPSSEXT -D__PASSWD_ETC +e
|
|
||||||
EXTRA_LIBRARIES = $(RGYLIB) $(NCKLIB) -lndbm -lBSD ExtraLibraries
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/******* RGY or KRB CASE *******************************/
|
|
||||||
#if (defined(USE_KRB) || defined(USE_RGY)) && defined(HPArchitecture)
|
|
||||||
/*******************************************************/
|
|
||||||
|
|
||||||
/* don't build other .o's */
|
|
||||||
.c.o:
|
|
||||||
ComplexProgramTarget($(PROGRAMS))
|
|
||||||
|
|
||||||
/******* NORMAL NON-RGY CASE *******************************/
|
|
||||||
#else
|
|
||||||
/***************************************************/
|
|
||||||
|
|
||||||
ComplexProgramTarget($(PROGRAMS))
|
|
||||||
|
|
||||||
DTSM_CMD1 = $(CDE_INSTALLATION_TOP)/bin/dtaction OpenHomeDir
|
|
||||||
DTSM_CMD2 = $(CDE_INSTALLATION_TOP)/bin/dtfile -dir ~ -geometry +700+0
|
|
||||||
DTSM_CMD4 = $(CDE_INSTALLATION_TOP)/bin/dthelpview -helpVolume Intromgr
|
|
||||||
DTSM_CMD5 = $(CDE_INSTALLATION_TOP)/bin/dtaction Dthelpgen_delay
|
|
||||||
|
|
||||||
LOCAL_CPP_DEFINES = -DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
|
|
||||||
-DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
|
|
||||||
-DXBINDIR=$(XPROJECTROOT)/bin \
|
|
||||||
-DKORNSHELL=$(KORNSHELL) \
|
|
||||||
-DDTSM_CMD1="\"$(DTSM_CMD1)\"" \
|
|
||||||
-DDTSM_CMD2="\"$(DTSM_CMD2)\"" \
|
|
||||||
-DDTSM_CMD4="\"$(DTSM_CMD4)\"" \
|
|
||||||
-DDTSM_CMD5="\"$(DTSM_CMD5)\""
|
|
||||||
|
|
||||||
CPP_TARGETS = Dtsession dtloadresources dtsession.msg \
|
|
||||||
sys.font sys.resources sys.resources.ive sys.session sys.session.ive
|
|
||||||
|
|
||||||
AllTarget($(CPP_TARGETS))
|
|
||||||
|
|
||||||
CppSourceFile(Dtsession,Dtsession.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppScriptTarget(dtloadresources,dtloadresources.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(dtsession.msg,dtsession.msg.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(sys.font,sys.font.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(sys.resources,sys.resources.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(sys.resources.ive,sys.resources.src,-DIVE $(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(sys.session,sys.session.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(sys.session.ive,sys.session.src,-DIVE $(LOCAL_CPP_DEFINES),)
|
|
||||||
|
|
||||||
#endif /* KRB || RGY */
|
|
||||||
|
|
||||||
/* These headers are for using installed build. dthello uses these files */
|
|
||||||
HEADERS = Srv.h SrvFile_io.h SrvPalette.h
|
|
|
@ -1,13 +0,0 @@
|
||||||
#if defined(HasPamLibrary) && HasPamLibrary
|
|
||||||
LOCAL_CPP_DEFINES = -DHAS_PAM_LIBRARY
|
|
||||||
#ifdef PamAuthenticationModule
|
|
||||||
PAM_AUTHENTICATION_MODULE=PamAuthenticationModule
|
|
||||||
LOCAL_CPP_DEFINES += -DPAM_AUTHENTICATION_MODULE=$(PAM_AUTHENTICATION_MODULE)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
CPP_TARGETS = pam.d.dtsession
|
|
||||||
|
|
||||||
AllTarget($(CPP_TARGETS))
|
|
||||||
|
|
||||||
CppSourceFile(pam.d.dtsession,pam.d.dtsession.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
#endif
|
|
|
@ -1,39 +0,0 @@
|
||||||
XCOMM $TOG: Imakefile /main/11 1999/02/26 11:29:47 mgreess $
|
|
||||||
|
|
||||||
DEFINES = -DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \
|
|
||||||
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\"
|
|
||||||
INCLUDES = -I. -I$(DTHELPSRC) $(TIRPCINC)
|
|
||||||
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
EXTRA_DEFINES = -D_XOPEN_SOURCE -D__hpux_8_0 -DFUNCPROTO
|
|
||||||
#endif
|
|
||||||
|
|
||||||
DEPLIBS = $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XLIB)
|
|
||||||
DEF_SYSTEM_PATH = DefaultSystemPath:X11ProjectRoot/bin
|
|
||||||
|
|
||||||
#if defined(SunArchitecture)
|
|
||||||
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) \
|
|
||||||
$(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
SYS_LIBRARIES = -lm -ldl -lgen
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(LinuxArchitecture) || defined(BSDArchitecture)
|
|
||||||
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) \
|
|
||||||
$(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
SYS_LIBRARIES = -lm
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = main.c spcd_event.c
|
|
||||||
OBJS = main.o spcd_event.o
|
|
||||||
|
|
||||||
ComplexProgramTarget(dtspcd)
|
|
||||||
|
|
||||||
LOCAL_CPP_DEFINES = -DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
|
|
||||||
-DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
|
|
||||||
-DCDE_LOGFILES_TOP=$(CDE_LOGFILES_TOP) \
|
|
||||||
-DDEF_SYSTEM_PATH=$(DEF_SYSTEM_PATH)
|
|
||||||
|
|
||||||
CppFileTarget(dtspcdenv,dtspcdenv.src,$(LOCAL_CPP_DEFINES),)
|
|
||||||
|
|
||||||
AllTarget(dtspcdenv)
|
|
|
@ -1,87 +0,0 @@
|
||||||
# $XConsortium: Imakefile /main/12 1996/10/31 18:52:33 cde-ibm $
|
|
||||||
#
|
|
||||||
# (c) Copyright 1996 Digital Equipment Corporation.
|
|
||||||
# (c) Copyright 1996 Hewlett-Packard Company.
|
|
||||||
# (c) Copyright 1996 International Business Machines Corp.
|
|
||||||
# (c) Copyright 1996 Sun Microsystems, Inc.
|
|
||||||
# (c) Copyright 1996 Novell, Inc.
|
|
||||||
# (c) Copyright 1996 FUJITSU LIMITED.
|
|
||||||
# (c) Copyright 1996 Hitachi.
|
|
||||||
#
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(DTSEARCHSRC) -I$(DTSEARCHSRC)/raima
|
|
||||||
DEFINES = -DMAIN_PROGRAM -DNO_XLIB
|
|
||||||
|
|
||||||
#ifdef AlphaArchitecture
|
|
||||||
EXTRA_DEFINES = -DBYTE_SWAP -D_XOPEN_SOURCE -D_OSF_SOURCE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(i386Architecture) || defined(AMD64Architecture) || \
|
|
||||||
defined(ARMArchitecture)
|
|
||||||
EXTRA_DEFINES = -DBYTE_SWAP
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef AIXArchitecture
|
|
||||||
BYTE_SWAP_LIB = -lisode
|
|
||||||
#else
|
|
||||||
BYTE_SWAP_LIB =
|
|
||||||
#endif
|
|
||||||
|
|
||||||
DEP_LIBS = $(DEPXLIB)
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = $(DTSEARCHLIB)
|
|
||||||
|
|
||||||
SYS_LIBRARIES = -lc -lm
|
|
||||||
|
|
||||||
PROGRAMS = $(PROGRAM1) $(PROGRAM2) $(PROGRAM3) $(PROGRAM4) $(PROGRAM5) \
|
|
||||||
$(PROGRAM6) $(PROGRAM7) $(PROGRAM9) $(PROGRAM10)
|
|
||||||
|
|
||||||
EXTRA_OBJS = MsgCat.o
|
|
||||||
|
|
||||||
PROGRAM1 = dtsrcreate
|
|
||||||
SRCS1 = dtsrcreate.c
|
|
||||||
OBJS1 = dtsrcreate.o $(EXTRA_OBJS)
|
|
||||||
|
|
||||||
PROGRAM2 = dtsrdbrec
|
|
||||||
SRCS2 = dtsrdbrec.c
|
|
||||||
OBJS2 = dtsrdbrec.o $(EXTRA_OBJS)
|
|
||||||
|
|
||||||
PROGRAM3 = dtsrhan
|
|
||||||
SRCS3 = dtsrhan.c
|
|
||||||
OBJS3 = dtsrhan.o $(EXTRA_OBJS)
|
|
||||||
|
|
||||||
PROGRAM4 = dtsrload
|
|
||||||
SRCS4 = dtsrload.c
|
|
||||||
OBJS4 = dtsrload.o $(EXTRA_OBJS)
|
|
||||||
|
|
||||||
PROGRAM5 = dtsrindex
|
|
||||||
SRCS5 = dtsrindex.c
|
|
||||||
OBJS5 = dtsrindex.o $(EXTRA_OBJS)
|
|
||||||
|
|
||||||
PROGRAM6 = dtsrdelete
|
|
||||||
SRCS6 = tomita.c
|
|
||||||
OBJS6 = tomita.o $(EXTRA_OBJS)
|
|
||||||
|
|
||||||
PROGRAM7 = dtsrclean
|
|
||||||
SRCS7 = dtsrclean.c
|
|
||||||
OBJS7 = dtsrclean.o $(EXTRA_OBJS)
|
|
||||||
|
|
||||||
PROGRAM9 = huffcode
|
|
||||||
SRCS9 = huffcode.c
|
|
||||||
OBJS9 = huffcode.o $(EXTRA_OBJS)
|
|
||||||
|
|
||||||
PROGRAM10 = dtsrkdump
|
|
||||||
SRCS10 = dtsrkdump.c
|
|
||||||
OBJS10 = dtsrkdump.o $(EXTRA_OBJS)
|
|
||||||
|
|
||||||
ComplexProgramTarget_1($(PROGRAM1),$(LOCAL_LIBRARIES), /* */)
|
|
||||||
ComplexProgramTarget_2($(PROGRAM2),$(LOCAL_LIBRARIES), /* */)
|
|
||||||
ComplexProgramTarget_3($(PROGRAM3),$(LOCAL_LIBRARIES), /* */)
|
|
||||||
ComplexProgramTarget_4($(PROGRAM4),$(LOCAL_LIBRARIES) $(BYTE_SWAP_LIB), /* */)
|
|
||||||
ComplexProgramTarget_5($(PROGRAM5),$(LOCAL_LIBRARIES), /* */)
|
|
||||||
ComplexProgramTarget_6($(PROGRAM6),$(LOCAL_LIBRARIES), /* */)
|
|
||||||
ComplexProgramTarget_7($(PROGRAM7),$(LOCAL_LIBRARIES) $(BYTE_SWAP_LIB), /* */)
|
|
||||||
ComplexProgramTarget_9($(PROGRAM9),$(LOCAL_LIBRARIES), /* */)
|
|
||||||
ComplexProgramTarget_10($(PROGRAM10),$(LOCAL_LIBRARIES), /* */)
|
|
||||||
|
|
||||||
LinkSourceFile(MsgCat.c,$(DTSVCSRC)/DtUtil2)
|
|
|
@ -1,46 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/8 1996/09/14 15:25:06 drk $
|
|
||||||
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
DEFINES = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
|
||||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
|
|
||||||
INCLUDES = -I. -I$(DTHELPSRC)/.. $(TIRPCINC)
|
|
||||||
|
|
||||||
DEPLIBS = DepDtClientLibs
|
|
||||||
LOCAL_LIBRARIES = DtClientLibs
|
|
||||||
SYS_LIBRARIES = DtClientSysLibs
|
|
||||||
|
|
||||||
#if defined(RsArchitecture)
|
|
||||||
EXTRA_DEFINES = -DANSICPP -Aa -D_POSIX_SOURCE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(SunArchitecture)
|
|
||||||
EXTRA_SRC = OWsync.c
|
|
||||||
EXTRA_OBJS = OWsync.o
|
|
||||||
EXTRA_DEFINES = -D$(PROGRAMS)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
PROGRAMS = dtstyle
|
|
||||||
|
|
||||||
OBJS = Main.o MainWin.o Font.o Audio.o \
|
|
||||||
Startup.o Mouse.o SaveRestore.o Backdrop.o Screen.o \
|
|
||||||
Keyboard.o ColorMain.o ColorPalette.o ColorFile.o ColorEdit.o \
|
|
||||||
Resource.o Protocol.o Dtwm.o Help.o HelpCB.o I18nMain.o \
|
|
||||||
I18nEnv.o I18nUtil.o $(EXTRA_OBJS)
|
|
||||||
|
|
||||||
SRCS = Main.c MainWin.c Font.c Audio.c \
|
|
||||||
Startup.c Mouse.c SaveRestore.c Backdrop.c Screen.c \
|
|
||||||
Keyboard.c ColorMain.c ColorPalette.c ColorFile.c ColorEdit.c \
|
|
||||||
Resource.c Protocol.c Dtwm.c Help.c HelpCB.c I18nMain.c \
|
|
||||||
I18nEnv.c I18nUtil.c $(EXTRA_SRC)
|
|
||||||
|
|
||||||
|
|
||||||
ComplexProgramTarget($(PROGRAMS))
|
|
||||||
|
|
||||||
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP)
|
|
||||||
|
|
||||||
CppSourceFile(Dtstyle,Dtstyle.src,-Dhp_roman8 $(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(Dtstyle.iso,Dtstyle.src,-Diso8859_1,)
|
|
||||||
CppSourceFile(Backdrops,Backdrops.src,-Dhp_roman8 $(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(Backdrops.iso,Backdrops.src,-Diso8859_1,)
|
|
||||||
CppSourceFile(Palettes,Palettes.src,-Dhp_roman8 $(LOCAL_CPP_DEFINES),)
|
|
||||||
CppSourceFile(Palettes.iso,Palettes.src,-Diso8859_1,)
|
|
|
@ -1,107 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/17 1996/07/23 17:10:41 drk $
|
|
||||||
#define IHaveSubdirs
|
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
.NO_PARALLEL:
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SUBDIRS = util
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
|
||||||
DependSubdirs($(SUBDIRS))
|
|
||||||
|
|
||||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
||||||
DEFINES = $(ARCHITECTURE_DEFINES) -DSUN_TERMINAL_SERVER
|
|
||||||
|
|
||||||
#ifdef Build_HpVue
|
|
||||||
EXTRA_DEFINES = -DBUILD_HPVUE -DHPVUE
|
|
||||||
#endif /* Build_HpVue */
|
|
||||||
|
|
||||||
#if defined(HasUtempterLibrary) && HasUtempterLibrary
|
|
||||||
EXTRA_DEFINES = -DHAS_UTEMPTER_LIBRARY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
|
||||||
HELPLIB = $(DTSVCLIB) $(TTLIB)
|
|
||||||
DEPHELPLIB = $(DEPDTSVCLIB) $(DEPTTLIB)
|
|
||||||
#else
|
|
||||||
HELPLIB = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB)
|
|
||||||
DEPHELPLIB = $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB)
|
|
||||||
#endif /* SunArchitecture */
|
|
||||||
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
USE_XHPLIB = $(XHPLIB)
|
|
||||||
#endif /* HPArchitecture */
|
|
||||||
|
|
||||||
#ifdef BSDArchitecture
|
|
||||||
UTILLIB = -lutil
|
|
||||||
#endif /* BSDArchitecture */
|
|
||||||
|
|
||||||
/* DEPLIBS contains the list of library depencies for a client.
|
|
||||||
* LOCAL_LIBRARIES contains the list of libraries on the link line.
|
|
||||||
* Generally, the dependency form of a library has DEP as a prefix.
|
|
||||||
* e.g. put $(XLIB) in LOCAL_LIBRARIES and $(DEPXLIB) in DEPLIBS.
|
|
||||||
* NOTE: if DEPLIBS is not set here, it is by default null and there
|
|
||||||
* are no library dependencies for clients.
|
|
||||||
* You cannot put -Llibpath into DEPLIBS. You must put actual
|
|
||||||
* paths to the library.
|
|
||||||
*/
|
|
||||||
DEPLIBS = $(DEPDTTERMLIB) $(DEPARCHLIBS) $(DEPXINPUTLIB) $(DEPHELPLIB) \
|
|
||||||
$(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB) $(DEPUTILLIB)
|
|
||||||
LOCAL_LIBRARIES = $(DTTERMLIB) $(USE_XHPLIB) $(XINPUTLIB) $(HELPLIB) \
|
|
||||||
$(XMLIB) $(XTOOLLIB) $(XLIB) $(UTILLIB)
|
|
||||||
SYS_LIBRARIES = DtClientSysLibs
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(DTTERMSRC)/TermPrim -I$(DTTERMSRC)/Term \
|
|
||||||
-I$(DTTERMSRC)/TermView $(TIRPCINC)
|
|
||||||
|
|
||||||
SRCS = \
|
|
||||||
DtTermLogit.c \
|
|
||||||
DtTermMain.c \
|
|
||||||
DtTermFallBackResources.c \
|
|
||||||
sunDtTermServer.c \
|
|
||||||
DtTermSyntax.c
|
|
||||||
|
|
||||||
OBJS = \
|
|
||||||
DtTermLogit.o \
|
|
||||||
DtTermMain.o \
|
|
||||||
DtTermFallBackResources.o \
|
|
||||||
sunDtTermServer.o \
|
|
||||||
DtTermSyntax.o
|
|
||||||
|
|
||||||
#ifdef HPArchitecture
|
|
||||||
ARCHLIBS = $(XHPLIB)
|
|
||||||
#endif /* HPArchitecture */
|
|
||||||
|
|
||||||
|
|
||||||
PROGRAMS = dtterm
|
|
||||||
LINTLIBS = $(USE_XHPLIB) $(XINPUTLIB) $(HELPLIB) \
|
|
||||||
$(XPMLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
||||||
|
|
||||||
#ifdef CdeTicDefines
|
|
||||||
XCOMM Some systems support non-standard tic options.
|
|
||||||
TIC_DEFINES = CdeTicDefines
|
|
||||||
#endif
|
|
||||||
|
|
||||||
CppSourceFile(Dtterm.ad,Dtterm.ad.src,$(EXTRA_DEFINES),)
|
|
||||||
CppFileTarget(DtTermFallBackResources.c.src,Dtterm.ad.src,$(EXTRA_DEFINES) -DFALLBACK_RESOURCES,)
|
|
||||||
|
|
||||||
DtTermFallBackResources.c: DtTermFallBackResources.c.src
|
|
||||||
$(RM) $@
|
|
||||||
./mkfallbk < DtTermFallBackResources.c.src > $@
|
|
||||||
includes:: DtTermFallBackResources.c
|
|
||||||
depend:: DtTermFallBackResources.c
|
|
||||||
clean::
|
|
||||||
$(RM) DtTermFallBackResources.c
|
|
||||||
|
|
||||||
dtterm.ti: terminfoChecklist
|
|
||||||
$(RM) $@
|
|
||||||
CPP="$(CPP) $(TIC_DEFINES)" $(SHELL) terminfoCreate < terminfoChecklist > $@
|
|
||||||
includes:: dtterm.ti
|
|
||||||
depend:: dtterm.ti
|
|
||||||
all:: dtterm.ti
|
|
||||||
clean::
|
|
||||||
$(RM) dtterm.ti
|
|
||||||
|
|
||||||
ComplexProgramTarget(dtterm)
|
|
|
@ -1,36 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/8 1996/10/09 14:06:46 drk $
|
|
||||||
PROGRAMS = Cborder
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(DTINCLUDESRC)
|
|
||||||
LOCAL_INCLUDES = -I../shared -I$(TOP)/lib/
|
|
||||||
SYS_LIBRARIES = -lm
|
|
||||||
|
|
||||||
EXTRA_DEFINES = -DLOG -DSYNLIB
|
|
||||||
|
|
||||||
#if defined(SunArchitecture)
|
|
||||||
SYS_LIBRARIES = -lm -ldl -lgen -lC
|
|
||||||
SYNLIB=$(TOP)/lib/synlib/libsynlibTst.a
|
|
||||||
XTST=/usr/openwin/lib/libXtst.a
|
|
||||||
#endif
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = ../shared/libtermtest.a $(SYNLIB) $(XTST) $(XEXT) $(XLIB)
|
|
||||||
|
|
||||||
SRCS = Cborder.c
|
|
||||||
|
|
||||||
OBJS = Cborder.o
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
ComplexProgramTarget($(PROGRAMS))
|
|
||||||
|
|
||||||
saber_src: $(SRCS)
|
|
||||||
XCOMM setopt load_flags $(CFLAGS)
|
|
||||||
XCOMM load $(SRCS) $(LOCAL_LIBRARIES)
|
|
||||||
|
|
||||||
unsaber_src:
|
|
||||||
XCOMM unload $(SRCS)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,36 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/8 1996/10/09 14:06:54 drk $
|
|
||||||
PROGRAMS = Cgeomcolor
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(DTINCLUDESRC)
|
|
||||||
LOCAL_INCLUDES = -I../shared -I$(TOP)/lib/
|
|
||||||
SYS_LIBRARIES = -lm
|
|
||||||
|
|
||||||
EXTRA_DEFINES = -DLOG -DSYNLIB
|
|
||||||
|
|
||||||
#if defined(SunArchitecture)
|
|
||||||
SYS_LIBRARIES = -lm -ldl -lgen -lC
|
|
||||||
SYNLIB=$(TOP)/lib/synlib/libsynlibTst.a
|
|
||||||
XTST=/usr/openwin/lib/libXtst.a
|
|
||||||
#endif
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = ../shared/libtermtest.a $(SYNLIB) $(XTST) $(XEXT) $(XLIB)
|
|
||||||
|
|
||||||
SRCS = Cgeomcolor.c
|
|
||||||
|
|
||||||
OBJS = Cgeomcolor.o
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
ComplexProgramTarget($(PROGRAMS))
|
|
||||||
|
|
||||||
saber_src: $(SRCS)
|
|
||||||
XCOMM setopt load_flags $(CFLAGS)
|
|
||||||
XCOMM load $(SRCS) $(LOCAL_LIBRARIES)
|
|
||||||
|
|
||||||
unsaber_src:
|
|
||||||
XCOMM unload $(SRCS)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,31 +0,0 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/8 1996/10/09 14:07:03 drk $
|
|
||||||
PROGRAMS = Ciconic
|
|
||||||
|
|
||||||
INCLUDES = -I. -I$(DTINCLUDESRC)
|
|
||||||
LOCAL_INCLUDES = -I../shared -I$(TOP)/lib/
|
|
||||||
SYS_LIBRARIES = -lm
|
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DEFINES = -DLOG -DSYNLIB
|
|
||||||
|
|
||||||
#if defined(SunArchitecture)
|
|
||||||
SYS_LIBRARIES = -lm -ldl -lgen -lC
|
|
||||||
SYNLIB=$(TOP)/lib/synlib/libsynlibTst.a
|
|
||||||
XTST=/usr/openwin/lib/libXtst.a
|
|
||||||
#endif
|
|
||||||
|
|
||||||
LOCAL_LIBRARIES = ../shared/libtermtest.a $(SYNLIB) $(XTST) $(XEXT) $(XLIB)
|
|
||||||
|
|
||||||
SRCS = Ciconic.c
|
|
||||||
|
|
||||||
OBJS = Ciconic.o
|
|
||||||
|
|
||||||
NormalLibraryObjectRule()
|
|
||||||
ComplexProgramTarget($(PROGRAMS))
|
|
||||||
|
|
||||||
saber_src: $(SRCS)
|
|
||||||
XCOMM setopt load_flags $(CFLAGS)
|
|
||||||
XCOMM load $(SRCS) $(LOCAL_LIBRARIES)
|
|
||||||
|
|
||||||
unsaber_src:
|
|
||||||
XCOMM unload $(SRCS)
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue