File: Makefile.am

package info (click to toggle)
sear 0.5.0-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,408 kB
  • ctags: 2,580
  • sloc: cpp: 14,902; sh: 10,890; makefile: 172
file content (17 lines) | stat: -rw-r--r-- 594 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
noinst_LIBRARIES = libGui.a

INCLUDES = -I$(top_srcdir)

libGui_a_SOURCES = Window.cpp Window.h \
                   RootWindow.cpp RootWindow.h \
                   Frame.cpp Frame.h \
                   Widget.cpp Widget.h \
                   Label.cpp Label.h \
                   Container.cpp Container.h \
                   Workspace.cpp Workspace.h \
                   Toplevel.cpp Toplevel.h \
                   Button.cpp Button.h \
                   Box.cpp Box.h \
                   Graphic.cpp Graphic.h \
                   Compass.cpp Compass.h \
                   event.h