5 lines
143 B
Makefile
5 lines
143 B
Makefile
noinst_LIBRARIES = libGUI.a
|
|
|
|
libGUI_a_SOURCES = gui.cxx gui.h
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|