# =============================================================================
#  $Id: GNUmakefile,v 1.2 2002/12/07 13:14:59 iwai Exp $
#  $Name:  $
# =============================================================================
# socketInput socketOutput
# fileInput fileOutput
# memoryInput memoryOutput
# moduleSoftware(datafile)
# moduleVme
# moduleCamac
# moduleGpib
# uiTerminal
# uiGtk uiQt
# run+event
# analysisRoot analysisPAW
#name := exDataFileModule exFindDataElement exInputDataElement
#name += exInputFile exInputSharedMemory exInputSocket exOutputDataElement
#name += exOutputFile exOutputSharedMemory exOutputSocket exRun+Event
#name += exSoftwareModules exTerminalUserInterface exVmeModules
name = memoryInput memoryOutput

ifndef CCD_INSTALL
  CCD_INSTALL = ..
endif

.PHONY: all

all: bin

include $(CCD_INSTALL)/config/binmake.gmk
