# Copyright 1994 Carsten Kroll
#define IHaveSubdirs
#define PassCDebugFlags

SUBDIRS = modlib formsGUI

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

    CDEBUGFLAGS = 
    CCOPTIONS = -O2 -m486 -DCLEAN  

    
# OBJS=  formsGUI/mod4xgui.o formsGUI/mod4xgui_cb.o formsGUI/mod4xgui_main.o
 
 OBJS = formsGUI/libGUI.a

# -lpthread

SYS_LIBRARIES = $(XLIB)  -lm -lforms -lXpm -lg++
LOCAL_LIBRARIES= $(TOP)/modlib/libplayer.a
DEPLIBS=$(TOP)/modlib/libplayer.a

ComplexProgramTarget(mod4X)




