programs/: remove Imakefiles for completed modules
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user