massive code move
[mussa.git] / gui / module.mk
1 CURDIR := $(BASEDIR)gui/
2
3 SOURCES.cxx := AnnotWindow.cxx \
4                ConnView.cxx \
5                                                          ConnWindow.cxx \
6                                                          MotifWindow.cxx \
7                                                          SeqTextWindow.cxx \
8                                                          SeqView.cxx \
9                                                          SeqWindow.cxx \
10                                                          SetupWindow.cxx \
11                                                          SubAnalysisWindow.cxx
12
13 SRC += $(addprefix $(CURDIR), $(SOURCES.cxx))
14 CXXFLAGS += -I$(CURDIR)
15