#XId: Imakefile,v 1.9 1996/05/20 13:26:03 markus Exp $

#------------------------------------------------------------------------------
# extra options
#------------------------------------------------------------------------------

CXXEXTRA_INCLUDES = -I../wx  $(CPLUSPLUSINCLUDE)
LOCAL_LIBRARIES   = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) 
EXTRA_LIBRARIES   = -lXpm -lm -lwx_xt -lwx_xtwidgets 
CXXEXTRA_DEFINES  = -Wall -Dwx_xt

NormalCplusplusProgramTarget( listTest, listTest.o ImagList.o \
  WIN_dnd.o WIN_rawlistctrl.o WIN_listctrl.o \
  $(DEPLIBS),$(DEPLIBS),$(LOCAL_LIBRARIES),)


#------------------------------------------------------------------------------
# dependency rules
#------------------------------------------------------------------------------

#undef  CCsuf
#define CCsuf cc

NormalCplusplusObjectRule()

listTest.o: listTest.cc

ImagList.o: ImagList.cc ImagList.h

WIN_dnd.o: WIN_dnd.cc WIN_dnd.h

WIN_rawlistctrl.o: WIN_rawlistctrl.cc WIN_rawlistctrl.h

WIN_listctrl.o: WIN_listctrl.cc WIN_listctrl.h

