alliance-support '02
Please review and submit these changes to the alliance/sources/dreal source code.


Art (pinaar@austin.rr.com)
Fri, 1 Feb 2002 01:41:11 -0600

Hi! I've made some changes to allow gcc 2.95-3 to compile under Cygwin. In some cases I defined an integer which was previously defined implicitly, but mostly I just included "<sys/types.h>" to define caddr_t which was not being defined under Cygwin. (The Linux environment defined this datatype, so I didn't rebuild under Linux.) Please review and submit these changes to the alliance/sources/dreal source code. This diff includes the Makefile I modified (as well as most other Makefiles in the Alliance source) to build in a tree separate from the source. (This is the biggest part of the patch, since almost every line changed. Thanks & Regards, Art -- Context Diffs for patch command -- Index: GME_menu.c =================================================================== RCS file: /cvsroot/alliance/sources/dreal/GME_menu.c,v retrieving revision 1.2 diff -c -b -i -r1.2 GME_menu.c *** GME_menu.c 2000/02/17 10:48:04 1.2 --- GME_menu.c 2002/02/01 07:32:56 *************** *** 46,51 **** --- 46,52 ---- # include <Xm/Xm.h> # include <Xm/PushBG.h> # include <Xm/CascadeBG.h> + # include <sys/types.h> /* defines caddr_t for Cygwin */ # include MPH_H # include RDS_H *************** *** 225,231 **** (DrealMenuItem *)NULL } , ! NULL }; DrealMenuItem DrealWindowMenu[] = --- 226,232 ---- (DrealMenuItem *)NULL } , ! {NULL} }; DrealMenuItem DrealWindowMenu[] = *************** *** 343,349 **** (DrealMenuItem *)NULL } , ! NULL }; /*------------------------------------------------------------\ --- 344,350 ---- (DrealMenuItem *)NULL } , ! {NULL} }; /*------------------------------------------------------------\ Index: GMT_menu.c =================================================================== RCS file: /cvsroot/alliance/sources/dreal/GMT_menu.c,v retrieving revision 1.3 diff -c -b -i -r1.3 GMT_menu.c *** GMT_menu.c 2000/10/11 09:08:51 1.3 --- GMT_menu.c 2002/02/01 07:32:57 *************** *** 46,51 **** --- 46,52 ---- # include <Xm/Xm.h> # include <Xm/PushBG.h> # include <Xm/CascadeBG.h> + # include <sys/types.h> /* defines caddr_t for Cygwin */ # include MPH_H # include RDS_H *************** *** 129,135 **** (DrealMenuItem *)NULL } , ! NULL }; /*------------------------------------------------------------\ --- 130,136 ---- (DrealMenuItem *)NULL } , ! {NULL} }; /*------------------------------------------------------------\ Index: GMV_menu.c =================================================================== RCS file: /cvsroot/alliance/sources/dreal/GMV_menu.c,v retrieving revision 1.2 diff -c -b -i -r1.2 GMV_menu.c *** GMV_menu.c 2000/02/17 10:48:12 1.2 --- GMV_menu.c 2002/02/01 07:32:57 *************** *** 46,51 **** --- 46,52 ---- # include <Xm/Xm.h> # include <Xm/PushBG.h> # include <Xm/CascadeBG.h> + # include <sys/types.h> /* defines caddr_t for Cygwin */ # include MPH_H # include RDS_H *************** *** 78,83 **** --- 79,86 ---- char DrealFirstViewLayer = 1; + extern void DrealInitializeLayer(); /* Also declared in GMV_panel.h */ + /*------------------------------------------------------------\ | | | Menu | *************** *** 167,173 **** (DrealMenuItem *)NULL } , ! NULL }; /*------------------------------------------------------------\ --- 170,176 ---- (DrealMenuItem *)NULL } , ! {NULL} }; /*------------------------------------------------------------\ Index: GMV_panel.c =================================================================== RCS file: /cvsroot/alliance/sources/dreal/GMV_panel.c,v retrieving revision 1.5 diff -c -b -i -r1.5 GMV_panel.c *** GMV_panel.c 2000/06/08 14:39:41 1.5 --- GMV_panel.c 2002/02/01 07:32:59 *************** *** 46,51 **** --- 46,52 ---- # include <Xm/Xm.h> # include <Xm/PushBG.h> # include <Xm/CascadeBG.h> + # include <sys/types.h> /* defines caddr_t for Cygwin */ # include MPH_H # include RDS_H *************** *** 3386,3392 **** rdsbegin(); Index = 3 + ( ( RDS_ALL_LAYER + DREAL_MAX_ACTIVE_NAME ) << 1 ); ! Label = XmStringCreateSimple( DrealViewLayerInterfaceName[ Interface ] ); XtVaSetValues( DrealViewLayerButton[ Index ].BUTTON, XmNlabelString, Label, --- 3387,3393 ---- rdsbegin(); Index = 3 + ( ( RDS_ALL_LAYER + DREAL_MAX_ACTIVE_NAME ) << 1 ); ! Label = XmStringCreateSimple( DrealViewLayerInterfaceName[ (int)Interface ] ); XtVaSetValues( DrealViewLayerButton[ Index ].BUTTON, XmNlabelString, Label, *************** *** 3414,3420 **** rdsbegin(); Pos = 4 + ( ( RDS_ALL_LAYER + DREAL_MAX_ACTIVE_NAME ) << 1 ); ! Label = XmStringCreateSimple( DrealViewLayerCursorType[ Index ] ); XtVaSetValues( DrealViewLayerButton[ Pos ].BUTTON, XmNlabelString, Label, --- 3415,3421 ---- rdsbegin(); Pos = 4 + ( ( RDS_ALL_LAYER + DREAL_MAX_ACTIVE_NAME ) << 1 ); ! Label = XmStringCreateSimple( DrealViewLayerCursorType[ (int)Index ] ); XtVaSetValues( DrealViewLayerButton[ Pos ].BUTTON, XmNlabelString, Label, *************** *** 3442,3448 **** rdsbegin(); Pos = 5 + ( ( RDS_ALL_LAYER + DREAL_MAX_ACTIVE_NAME ) << 1 ); ! Label = XmStringCreateSimple( DrealViewLayerForceDisplay[ Index ] ); XtVaSetValues( DrealViewLayerButton[ Pos ].BUTTON, XmNlabelString, Label, --- 3443,3449 ---- rdsbegin(); Pos = 5 + ( ( RDS_ALL_LAYER + DREAL_MAX_ACTIVE_NAME ) << 1 ); ! Label = XmStringCreateSimple( DrealViewLayerForceDisplay[ (int)Index ] ); XtVaSetValues( DrealViewLayerButton[ Pos ].BUTTON, XmNlabelString, Label, *************** *** 3470,3476 **** rdsbegin(); Pos = 6 + ( ( RDS_ALL_LAYER + DREAL_MAX_ACTIVE_NAME ) << 1 ); ! Label = XmStringCreateSimple( DrealViewLayerBlackBoxString[ Index ] ); XtVaSetValues( DrealViewLayerButton[ Pos ].BUTTON, XmNlabelString, Label, --- 3471,3477 ---- rdsbegin(); Pos = 6 + ( ( RDS_ALL_LAYER + DREAL_MAX_ACTIVE_NAME ) << 1 ); ! Label = XmStringCreateSimple( DrealViewLayerBlackBoxString[ (int)Index ] ); XtVaSetValues( DrealViewLayerButton[ Pos ].BUTTON, XmNlabelString, Label, Index: GTB_dialog.c =================================================================== RCS file: /cvsroot/alliance/sources/dreal/GTB_dialog.c,v retrieving revision 1.5 diff -c -b -i -r1.5 GTB_dialog.c *** GTB_dialog.c 2000/02/17 10:48:22 1.5 --- GTB_dialog.c 2002/02/01 07:33:00 *************** *** 48,53 **** --- 48,54 ---- # include <Xm/MessageB.h> # include <Xm/SelectioB.h> # include <Xm/SeparatoG.h> + # include <sys/types.h> /* defines caddr_t for Cygwin */ # include RDS_H # include GTB_H # include "GTB_dialog.h" *************** *** 68,74 **** | | \------------------------------------------------------------*/ ! static DrealLockLoop = 0; static DrealDialogItem DrealWarningDialog = --- 69,75 ---- | | \------------------------------------------------------------*/ ! static int DrealLockLoop = 0; static DrealDialogItem DrealWarningDialog = Index: Makefile =================================================================== RCS file: /cvsroot/alliance/sources/dreal/Makefile,v retrieving revision 1.9 diff -c -b -i -r1.9 Makefile *** Makefile 2001/03/08 14:57:20 1.9 --- Makefile 2002/02/01 07:33:00 *************** *** 39,45 **** include $(ALLIANCE_TOP)/etc/$(ALLIANCE_OS).mk include $(ALLIANCE_TOP)/etc/libraries.mk ! include local.mk # /*------------------------------------------------------------\ # | | --- 39,46 ---- include $(ALLIANCE_TOP)/etc/$(ALLIANCE_OS).mk include $(ALLIANCE_TOP)/etc/libraries.mk ! sdir=$(SRCDIR)/dreal ! include $(sdir)/local.mk # /*------------------------------------------------------------\ # | | *************** *** 71,78 **** # | Library | # | | # \------------------------------------------------------------*/ ! LOCAL_MOTIF_LIB = -L$(MOTIF_LIB) -lXm LOCAL_X11_LIB = -L$(X11_LIB) -lXt -lX11 $(XPM_LIB) --- 72,80 ---- # | Library | # | | # \------------------------------------------------------------*/ + # MOTIF_LIB includes -L ! LOCAL_MOTIF_LIB = $(MOTIF_LIB) -lXm LOCAL_X11_LIB = -L$(X11_LIB) -lXt -lX11 $(XPM_LIB) *************** *** 165,173 **** LOCAL_GMS_OBJ = GMS_setup.o GMS_menu.o GMS_dialog.o GMS_panel.o LOCAL_GMH_OBJ = GMH_help.o GMH_menu.o GMH_panel.o ! LOCAL_OBJ = $(LOCAL_GSB_OBJ) $(LOCAL_GRD_OBJ) $(LOCAL_GTB_OBJ) $(LOCAL_GMX_OBJ) \ ! $(LOCAL_GMF_OBJ) $(LOCAL_GMV_OBJ) $(LOCAL_GMT_OBJ) $(LOCAL_GMS_OBJ) \ ! $(LOCAL_GMC_OBJ) $(LOCAL_GME_OBJ) $(LOCAL_GMH_OBJ) $(LOCAL_DREAL_OBJ) # /*------------------------------------------------------------\ # | | --- 167,176 ---- LOCAL_GMS_OBJ = GMS_setup.o GMS_menu.o GMS_dialog.o GMS_panel.o LOCAL_GMH_OBJ = GMH_help.o GMH_menu.o GMH_panel.o ! LOCAL_OBJ = $(LOCAL_GSB_OBJ) $(LOCAL_GRD_OBJ) $(LOCAL_GTB_OBJ)\ ! $(LOCAL_GMX_OBJ) $(LOCAL_GMF_OBJ) $(LOCAL_GMV_OBJ)\ ! $(LOCAL_GMT_OBJ) $(LOCAL_GMS_OBJ) $(LOCAL_GMC_OBJ)\ ! $(LOCAL_GME_OBJ) $(LOCAL_GMH_OBJ) $(LOCAL_DREAL_OBJ) # /*------------------------------------------------------------\ # | | *************** *** 183,190 **** $(STRIP) $(LOCAL_TARGET_BIN)/$(LOCAL_DREAL_BIN) ! dreal.o : dreal.c dreal.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c dreal.c # /*------------------------------------------------------------\ # | | --- 186,193 ---- $(STRIP) $(LOCAL_TARGET_BIN)/$(LOCAL_DREAL_BIN) ! dreal.o : $(sdir)/dreal.c $(sdir)/dreal.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< # /*------------------------------------------------------------\ # | | *************** *** 192,205 **** # | | # \------------------------------------------------------------*/ ! GSB_parse.o : GSB.h GSB_parse.c GSB_parse.h GSB_error.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GSB_parse.c ! GSB_error.o : GSB.h GSB_error.c GSB_error.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GSB_error.c ! GSB_share.o : GSB.h GSB_share.c GSB_share.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GSB_share.c # /*------------------------------------------------------------\ # | | --- 195,208 ---- # | | # \------------------------------------------------------------*/ ! GSB_parse.o : $(sdir)/GSB_parse.c $(sdir)/GSB.h $(sdir)/GSB_parse.h $(sdir)/GSB_error.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GSB_error.o : $(sdir)/GSB_error.c $(sdir)/GSB.h $(sdir)/GSB_error.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GSB_share.o : $(sdir)/GSB_share.c $(sdir)/GSB.h $(sdir)/GSB_share.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< # /*------------------------------------------------------------\ # | | *************** *** 207,229 **** # | | # \------------------------------------------------------------*/ ! GRD_rds.o : GSB.h GRD.h GRD_rds.c GRD_rds.h GRD_window.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GRD_rds.c ! GRD_undo.o : GSB.h GRD.h GRD_undo.c GRD_undo.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GRD_undo.c ! GRD_search.o : GSB.h GRD.h GRD_search.c GRD_search.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GRD_search.c ! GRD_select.o : GSB.h GRD.h GRD_select.c GRD_select.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GRD_select.c ! GRD_window.o : GSB.h GRD.h GRD_window.c GRD_window.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GRD_window.c ! GRD_error.o : GSB.h GRD.h GRD_error.c GRD_error.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GRD_error.c # /*------------------------------------------------------------\ --- 210,232 ---- # | | # \------------------------------------------------------------*/ ! GRD_rds.o : $(sdir)/GRD_rds.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GRD_rds.h $(sdir)/GRD_window.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GRD_undo.o : $(sdir)/GRD_undo.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GRD_undo.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GRD_search.o : $(sdir)/GRD_search.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GRD_search.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GRD_select.o : $(sdir)/GRD_select.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GRD_select.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GRD_window.o : $(sdir)/GRD_window.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GRD_window.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GRD_error.o : $(sdir)/GRD_error.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GRD_error.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< # /*------------------------------------------------------------\ *************** *** 232,254 **** # | | # \------------------------------------------------------------*/ ! GTB_cursor.o : GTB.h GTB_cursor.c GTB_cursor.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GTB_cursor.c ! GTB_dialog.o : GTB.h GTB_dialog.c GTB_dialog.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GTB_dialog.c ! GTB_icon.o : GTB.h GTB_icon.c GTB_icon.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GTB_icon.c ! GTB_menu.o : GTB.h GTB_menu.c GTB_menu.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GTB_menu.c ! GTB_panel.o : GTB.h GTB_panel.c GTB_panel.h GTB_dialog.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GTB_panel.c ! GTB_pixmap.o : GTB.h GTB_pixmap.c GTB_pixmap.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GTB_pixmap.c # /*------------------------------------------------------------\ # | | --- 235,257 ---- # | | # \------------------------------------------------------------*/ ! GTB_cursor.o : $(sdir)/GTB_cursor.c $(sdir)/GTB.h $(sdir)/GTB_cursor.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GTB_dialog.o : $(sdir)/GTB_dialog.c $(sdir)/GTB.h $(sdir)/GTB_dialog.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GTB_icon.o : $(sdir)/GTB_icon.c $(sdir)/GTB.h $(sdir)/GTB_icon.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GTB_menu.o : $(sdir)/GTB_menu.c $(sdir)/GTB.h $(sdir)/GTB_menu.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GTB_panel.o : $(sdir)/GTB_panel.c $(sdir)/GTB.h $(sdir)/GTB_panel.h $(sdir)/GTB_dialog.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GTB_pixmap.o : $(sdir)/GTB_pixmap.c $(sdir)/GTB.h $(sdir)/GTB_pixmap.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< # /*------------------------------------------------------------\ # | | *************** *** 256,302 **** # | | # \------------------------------------------------------------*/ ! GMX_icon.o : GSB.h GMX.h GMX_icon.c GMX_icon.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMX_icon.c ! GMX_color.o : GSB.h GMX.h GMX_color.c GMX_color.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMX_color.c ! GMX_cursor.o : GSB.h GMX.h GMX_cursor.c GMX_cursor.h GMX_view.h GMX_grid.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMX_cursor.c ! GMX_dialog.o : GSB.h GMX.h GMX_dialog.c GMX.h GMX_dialog.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMX_dialog.c ! GMX_graphic.o : GSB.h GMX.h GMX_graphic.c GMX_graphic.h GMX_view.h GMX_grid.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMX_graphic.c ! GMX_grid.o : GSB.h GMX.h GMX_grid.c GMX_grid.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMX_grid.c ! GMX_menu.o : GSB.h GTB.h GMX.h GMF.h GMV.h GMS.h GMT.h GMH.h \ ! GMX_menu.c GMX_menu.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMX_menu.c ! GMX_message.o : GSB.h GTB.h GMX.h GMX_message.c GMX_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMX_message.c ! GMX_motif.o : GSB.h GTB.h GMX.h GMX_motif.c GMX_motif.h GMX_graphic.h \ ! GMX_event.h GMX_message.h GMX_menu.h GMX_color.h \ ! GMX_panel.h GMX_dialog.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMX_motif.c ! GMX_event.o : GSB.h GTB.h GRD.h GMX.h GMV.h GMX_event.c GMX_grid.h \ ! GMX_event.h GMX_cursor.h GMX_event.h \ ! GMX_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMX_event.c ! GMX_panel.o : GSB.h GTB.h GMF.h GMV.h GMT.h GMS.h GMH.h GMX.h \ ! GMX_panel.c GMX_panel.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMX_panel.c ! GMX_view.o : GSB.h GRD.h GMX_view.c GMX_view.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMX_view.c # /*------------------------------------------------------------\ # | | --- 259,305 ---- # | | # \------------------------------------------------------------*/ ! GMX_icon.o : $(sdir)/GMX_icon.c $(sdir)/GSB.h $(sdir)/GMX.h $(sdir)/GMX_icon.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GMX_color.o : $(sdir)/GMX_color.c $(sdir)/GSB.h $(sdir)/GMX.h $(sdir)/GMX_color.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GMX_cursor.o : $(sdir)/GMX_cursor.c $(sdir)/GSB.h $(sdir)/GMX.h $(sdir)/GMX_cursor.h $(sdir)/GMX_view.h $(sdir)/GMX_grid.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GMX_dialog.o : $(sdir)/GMX_dialog.c $(sdir)/GSB.h $(sdir)/GMX.h $(sdir)/GMX.h $(sdir)/GMX_dialog.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GMX_graphic.o : $(sdir)/GMX_graphic.c $(sdir)/GSB.h $(sdir)/GMX.h $(sdir)/GMX_graphic.h $(sdir)/GMX_view.h $(sdir)/GMX_grid.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GMX_grid.o : $(sdir)/GMX_grid.c $(sdir)/GSB.h $(sdir)/GMX.h $(sdir)/GMX_grid.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GMX_menu.o : $(sdir)/GMX_menu.c $(sdir)/GSB.h $(sdir)/GTB.h $(sdir)/GMX.h $(sdir)/GMF.h $(sdir)/GMV.h $(sdir)/GMS.h $(sdir)/GMT.h $(sdir)/GMH.h \ ! $(sdir)/GMX_menu.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GMX_message.o : $(sdir)/GMX_message.c $(sdir)/GSB.h $(sdir)/GTB.h $(sdir)/GMX.h $(sdir)/GMX_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GMX_motif.o : $(sdir)/GMX_motif.c $(sdir)/GSB.h $(sdir)/GTB.h $(sdir)/GMX.h $(sdir)/GMX_motif.h $(sdir)/GMX_graphic.h \ ! $(sdir)/GMX_event.h $(sdir)/GMX_message.h $(sdir)/GMX_menu.h $(sdir)/GMX_color.h \ ! $(sdir)/GMX_panel.h $(sdir)/GMX_dialog.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GMX_event.o : $(sdir)/GMX_event.c $(sdir)/GSB.h $(sdir)/GTB.h $(sdir)/GRD.h $(sdir)/GMX.h $(sdir)/GMV.h $(sdir)/GMX_grid.h \ ! $(sdir)/GMX_event.h $(sdir)/GMX_cursor.h $(sdir)/GMX_event.h \ ! $(sdir)/GMX_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GMX_panel.o : $(sdir)/GMX_panel.c $(sdir)/GSB.h $(sdir)/GTB.h $(sdir)/GMF.h $(sdir)/GMV.h $(sdir)/GMT.h $(sdir)/GMS.h $(sdir)/GMH.h $(sdir)/GMX.h \ ! $(sdir)/GMX_panel.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! GMX_view.o : $(sdir)/GMX_view.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GMX_view.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< # /*------------------------------------------------------------\ # | | *************** *** 304,359 **** # | | # \------------------------------------------------------------*/ ! GMF_panel.o : GSB.h GRD.h GTB.h GMX.h GMF.h GMF_panel.c GMF_panel.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMF_panel.c - GMF_menu.o : GSB.h GRD.h GTB.h GMX.h GMF.h GMF_menu.c GMF_menu.h \ - GMF_dialog.h GMF_file.h - $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMF_menu.c - - GMF_dialog.o : GSB.h GRD.h GTB.h GMX.h GMF.h GMF_dialog.c GMF_dialog.h \ - GMF_file.h - $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMF_dialog.c - - GMF_file.o : GSB.h GRD.h GTB.h GMX.h GMF.h GMF_file.c GMF_file.h - $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMF_file.c - # /*------------------------------------------------------------\ # | | # | Dreal Menu Edit | # | | # \------------------------------------------------------------*/ ! GME_search.o : GSB.h GRD.h GMX.h GTB.h GME.h GME_search.c GME_search.h \ ! GME_panel.h GME_edit.h GME_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GME_search.c ! ! GME_modify.o : GSB.h GRD.h GMX.h GTB.h GME.h GME_modify.c GME_modify.h \ ! GME_panel.h GME_edit.h GME_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GME_modify.c ! ! GME_edit.o : GSB.h GRD.h GMX.h GTB.h GME.h GME_edit.c GME_edit.h \ ! GME_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GME_edit.c ! ! GME_select.o : GSB.h GRD.h GMX.h GTB.h GME.h GME_select.c GME_select.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GME_select.c ! ! GME_panel.o : GSB.h GRD.h GMX.h GTB.h GME.h GME_panel.c GME_panel.h \ ! GME_message.h GME_dialog.h GME_modify.h GME_search.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GME_panel.c ! ! GME_menu.o : GSB.h GRD.h GMX.h GTB.h GME.h GME_menu.c GME_menu.h \ ! GME_edit.h GME_modify.h GME_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GME_menu.c ! ! GME_dialog.o : GSB.h GRD.h GMX.h GTB.h GME.h GME_dialog.c GME_dialog.h \ ! GME_modify.h GME_search.h GME_edit.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GME_dialog.c ! ! GME_message.o : GSB.h GRD.h GMX.h GTB.h GME.h GME_message.c GME_message.h \ ! GME_modify.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GME_message.c # /*------------------------------------------------------------\ # | | --- 307,366 ---- # | | # \------------------------------------------------------------*/ ! GMF_panel.o : $(sdir)/GMF_panel.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GTB.h\ ! $(sdir)/GMX.h $(sdir)/GMF.h $(sdir)/GMF_panel.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMF_menu.o : $(sdir)/GMF_menu.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GTB.h\ ! $(sdir)/GMX.h $(sdir)/GMF.h $(sdir)/GMF_menu.h \ ! $(sdir)/GMF_dialog.h $(sdir)/GMF_file.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMF_dialog.o : $(sdir)/GMF_dialog.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GTB.h\ ! $(sdir)/GMX.h $(sdir)/GMF.h $(sdir)/GMF_dialog.h \ ! $(sdir)/GMF_file.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMF_file.o : $(sdir)/GMF_file.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GTB.h\ ! $(sdir)/GMX.h $(sdir)/GMF.h $(sdir)/GMF_file.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< # /*------------------------------------------------------------\ # | | # | Dreal Menu Edit | # | | # \------------------------------------------------------------*/ ! GME_search.o : $(sdir)/GME_search.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GMX.h $(sdir)/GTB.h $(sdir)/GME.h $(sdir)/GME_search.h \ ! $(sdir)/GME_panel.h $(sdir)/GME_edit.h $(sdir)/GME_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GME_modify.o : $(sdir)/GME_modify.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GMX.h $(sdir)/GTB.h $(sdir)/GME.h $(sdir)/GME_modify.h \ ! $(sdir)/GME_panel.h $(sdir)/GME_edit.h $(sdir)/GME_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GME_edit.o : $(sdir)/GME_edit.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GMX.h $(sdir)/GTB.h $(sdir)/GME.h $(sdir)/GME_edit.h \ ! $(sdir)/GME_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GME_select.o : $(sdir)/GME_select.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GMX.h $(sdir)/GTB.h $(sdir)/GME.h $(sdir)/GME_select.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GME_panel.o : $(sdir)/GME_panel.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GMX.h $(sdir)/GTB.h $(sdir)/GME.h $(sdir)/GME_panel.h \ ! $(sdir)/GME_message.h $(sdir)/GME_dialog.h $(sdir)/GME_modify.h $(sdir)/GME_search.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GME_menu.o : $(sdir)/GME_menu.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GMX.h $(sdir)/GTB.h $(sdir)/GME.h $(sdir)/GME_menu.h \ ! $(sdir)/GME_edit.h $(sdir)/GME_modify.h $(sdir)/GME_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GME_dialog.o : $(sdir)/GME_dialog.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GMX.h $(sdir)/GTB.h $(sdir)/GME.h $(sdir)/GME_dialog.h \ ! $(sdir)/GME_modify.h $(sdir)/GME_search.h $(sdir)/GME_edit.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GME_message.o : $(sdir)/GME_message.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GMX.h $(sdir)/GTB.h $(sdir)/GME.h $(sdir)/GME_message.h \ ! $(sdir)/GME_modify.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< # /*------------------------------------------------------------\ # | | *************** *** 361,412 **** # | | # \------------------------------------------------------------*/ ! GMC_menu.o : GSB.h GRD.h GTB.h GMX.h GMC.h GMC_menu.c GMC_menu.h \ ! GMC_create.h GMC_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMC_menu.c ! ! GMC_panel.o : GSB.h GRD.h GTB.h GMX.h GMC.h GMC_panel.c GMC_panel.h \ ! GMC_dialog.h GMC_create.h GMC_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMC_panel.c ! ! GMC_dialog.o : GSB.h GRD.h GTB.h GMX.h GMC.h GMC_dialog.c GMC_dialog.h \ ! GMC_create.h GMC_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMC_dialog.c ! ! GMC_create.o : GSB.h GRD.h GTB.h GMX.h GMC.h GMC_create.c GMC_create.h \ ! GMC_dialog.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMC_create.c ! ! GMC_message.o : GSB.h GRD.h GTB.h GMX.h GMC.h GMC_message.c GMC_message.h \ ! GMC_create.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMC_message.c # /*------------------------------------------------------------\ # | | # | Dreal Menu View | # | | # \------------------------------------------------------------*/ - - GMV_panel.o : GSB.h GTB.h GMX.h GMV.h GMV_panel.c GMV_panel.h \ - GMV_dialog.h GMV_view.h GMV_message.h - $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMV_panel.c - - GMV_menu.o : GSB.h GTB.h GMX.h GMV.h GMV_menu.c GMV_menu.h\ - GMV_dialog.h GMV_view.h GMV_map.h - $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMV_menu.c - - GMV_dialog.o : GSB.h GTB.h GMX.h GMV.h GMV_dialog.c GMV_dialog.h \ - GMV_view.h - $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMV_dialog.c - - GMV_map.o : GSB.h GTB.h GMX.h GMV.h GMV_map.c GMV_map.h - $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMV_map.c - - GMV_message.o : GSB.h GTB.h GMX.h GMV.h GMV_message.c GMV_message.h - $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMV_message.c ! GMV_view.o : GSB.h GTB.h GMX.h GMV.h GMV_view.c GMV_view.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMV_view.c # /*------------------------------------------------------------\ # | | --- 368,425 ---- # | | # \------------------------------------------------------------*/ ! GMC_menu.o : $(sdir)/GMC_menu.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GTB.h $(sdir)/GMX.h $(sdir)/GMC.h $(sdir)/GMC_menu.h \ ! $(sdir)/GMC_create.h $(sdir)/GMC_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMC_panel.o : $(sdir)/GMC_panel.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GTB.h $(sdir)/GMX.h $(sdir)/GMC.h $(sdir)/GMC_panel.h \ ! $(sdir)/GMC_dialog.h $(sdir)/GMC_create.h $(sdir)/GMC_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMC_dialog.o : $(sdir)/GMC_dialog.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GTB.h $(sdir)/GMX.h $(sdir)/GMC.h $(sdir)/GMC_dialog.h \ ! $(sdir)/GMC_create.h $(sdir)/GMC_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMC_create.o : $(sdir)/GMC_create.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GTB.h $(sdir)/GMX.h $(sdir)/GMC.h $(sdir)/GMC_create.h \ ! $(sdir)/GMC_dialog.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMC_message.o : $(sdir)/GMC_message.c $(sdir)/GSB.h $(sdir)/GRD.h $(sdir)/GTB.h $(sdir)/GMX.h $(sdir)/GMC.h $(sdir)/GMC_message.h \ ! $(sdir)/GMC_create.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< # /*------------------------------------------------------------\ # | | # | Dreal Menu View | # | | # \------------------------------------------------------------*/ ! GMV_panel.o : $(sdir)/GMV_panel.c $(sdir)/GSB.h $(sdir)/GTB.h $(sdir)/GMX.h\ ! $(sdir)/GMV.h $(sdir)/GMV_panel.h \ ! $(sdir)/GMV_dialog.h $(sdir)/GMV_view.h $(sdir)/GMV_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMV_menu.o : $(sdir)/GMV_menu.c $(sdir)/GSB.h $(sdir)/GTB.h $(sdir)/GMX.h\ ! $(sdir)/GMV.h $(sdir)/GMV_menu.h\ ! $(sdir)/GMV_dialog.h $(sdir)/GMV_view.h $(sdir)/GMV_map.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMV_dialog.o : $(sdir)/GMV_dialog.c $(sdir)/GSB.h $(sdir)/GTB.h $(sdir)/GMX.h\ ! $(sdir)/GMV.h $(sdir)/GMV_dialog.h \ ! $(sdir)/GMV_view.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMV_map.o : $(sdir)/GMV_map.c $(sdir)/GSB.h $(sdir)/GTB.h $(sdir)/GMX.h\ ! $(sdir)/GMV.h $(sdir)/GMV_map.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMV_message.o : $(sdir)/GMV_message.c $(sdir)/GSB.h $(sdir)/GTB.h $(sdir)/GMX.h\ ! $(sdir)/GMV.h $(sdir)/GMV_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMV_view.o : $(sdir)/GMV_view.c $(sdir)/GSB.h $(sdir)/GTB.h $(sdir)/GMX.h\ ! $(sdir)/GMV.h $(sdir)/GMV_view.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< # /*------------------------------------------------------------\ # | | *************** *** 414,438 **** # | | # \------------------------------------------------------------*/ ! GMT_tools.o : GTB.h GSB.h GMX.h GRD.h GMT.h GMT_tools.c GMT_tools.h \ ! GMT_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMT_tools.c ! ! GMT_menu.o : GTB.h GSB.h GMX.h GRD.h GMT.h GMT_menu.c GMT_menu.h \ ! GMT_message.h GMT_tools.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMT_menu.c ! ! GMT_panel.o : GTB.h GSB.h GMX.h GRD.h GMT.h GMT_panel.c GMT_panel.h \ ! GMT_message.h GMT_tools.h GMT_dialog.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMT_panel.c ! ! GMT_dialog.o : GTB.h GSB.h GMX.h GRD.h GMT.h GMT_dialog.c GMT_dialog.h \ ! GMT_tools.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMT_dialog.c ! ! GMT_message.o : GTB.h GSB.h GMX.h GRD.h GMT.h GMT_message.c GMT_message.h \ ! GMT_tools.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMT_message.c # /*------------------------------------------------------------\ # | | --- 427,451 ---- # | | # \------------------------------------------------------------*/ ! GMT_tools.o : $(sdir)/GMT_tools.c $(sdir)/GTB.h $(sdir)/GSB.h $(sdir)/GMX.h $(sdir)/GRD.h $(sdir)/GMT.h $(sdir)/GMT_tools.h \ ! $(sdir)/GMT_message.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMT_menu.o : $(sdir)/GMT_menu.c $(sdir)/GTB.h $(sdir)/GSB.h $(sdir)/GMX.h $(sdir)/GRD.h $(sdir)/GMT.h $(sdir)/GMT_menu.h \ ! $(sdir)/GMT_message.h $(sdir)/GMT_tools.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMT_panel.o : $(sdir)/GMT_panel.c $(sdir)/GTB.h $(sdir)/GSB.h $(sdir)/GMX.h $(sdir)/GRD.h $(sdir)/GMT.h $(sdir)/GMT_panel.h \ ! $(sdir)/GMT_message.h $(sdir)/GMT_tools.h $(sdir)/GMT_dialog.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMT_dialog.o : $(sdir)/GMT_dialog.c $(sdir)/GTB.h $(sdir)/GSB.h $(sdir)/GMX.h $(sdir)/GRD.h $(sdir)/GMT.h $(sdir)/GMT_dialog.h \ ! $(sdir)/GMT_tools.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMT_message.o : $(sdir)/GMT_message.c $(sdir)/GTB.h $(sdir)/GSB.h $(sdir)/GMX.h $(sdir)/GRD.h $(sdir)/GMT.h $(sdir)/GMT_message.h \ ! $(sdir)/GMT_tools.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< # /*------------------------------------------------------------\ # | | *************** *** 440,472 **** # | | # \------------------------------------------------------------*/ ! GMS_menu.o : GTB.h GSB.h GMS.h GMS_menu.c GMS_menu.h GMS_setup.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMS_menu.c - GMS_dialog.o : GTB.h GSB.h GMS.h GMS_dialog.c GMS_dialog.h - $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMS_dialog.c - - GMS_panel.o : GTB.h GSB.h GMS.h GMS_panel.c GMS_panel.h - $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMS_panel.c - - GMS_setup.o : GTB.h GSB.h GMX.h GMF.h GMV.h GMT.h GMS.h GMH.h \ - GMS_setup.c GMS_setup.h - $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMS_setup.c - # /*------------------------------------------------------------\ # | | # | Dreal Menu Help | # | | # \------------------------------------------------------------*/ - - GMH_menu.o : GTB.h GSB.h GMH.h GMH_menu.c GMH_menu.h - $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMH_menu.c - - GMH_panel.o : GTB.h GSB.h GMH.h GMH_panel.c GMH_panel.h - $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMH_panel.c ! GMH_help.o : GTB.h GSB.h GMX.h GMH.h GMH_help.c GMH_help.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c GMH_help.c # /*------------------------------------------------------------\ # | | --- 453,492 ---- # | | # \------------------------------------------------------------*/ ! GMS_menu.o : $(sdir)/GMS_menu.c $(sdir)/GTB.h $(sdir)/GSB.h $(sdir)/GMS.h\ ! $(sdir)/GMS_menu.h $(sdir)/GMS_setup.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMS_dialog.o : $(sdir)/GMS_dialog.c $(sdir)/GTB.h $(sdir)/GSB.h $(sdir)/GMS.h\ ! $(sdir)/GMS_dialog.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMS_panel.o : $(sdir)/GMS_panel.c $(sdir)/GTB.h $(sdir)/GSB.h $(sdir)/GMS.h\ ! $(sdir)/GMS_panel.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMS_setup.o : $(sdir)/GMS_setup.c $(sdir)/GTB.h $(sdir)/GSB.h $(sdir)/GMX.h\ ! $(sdir)/GMF.h $(sdir)/GMV.h $(sdir)/GMT.h $(sdir)/GMS.h\ ! $(sdir)/GMH.h $(sdir)/GMS_setup.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< # /*------------------------------------------------------------\ # | | # | Dreal Menu Help | # | | # \------------------------------------------------------------*/ ! GMH_menu.o : $(sdir)/GMH_menu.c $(sdir)/GTB.h $(sdir)/GSB.h $(sdir)/GMH.h\ ! $(sdir)/GMH_menu.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMH_panel.o : $(sdir)/GMH_panel.c $(sdir)/GTB.h $(sdir)/GSB.h $(sdir)/GMH.h\ ! $(sdir)/GMH_panel.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< ! ! GMH_help.o : $(sdir)/GMH_help.c $(sdir)/GTB.h $(sdir)/GSB.h $(sdir)/GMX.h\ ! $(sdir)/GMH.h $(sdir)/GMH_help.h ! $(CC) $(LOCAL_CFLAGS) $(LOCAL_HEADER) -c $< # /*------------------------------------------------------------\ # | |

 



Alliance Web Site © 1997, 2002 ASIM/LIP6/UPMC, page maintained by Czo [Olivier Sirol] , last updated on 01 February 2002.