File: Makefile.am

package info (click to toggle)
hatman 0.5.0.1-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,416 kB
  • ctags: 1,971
  • sloc: cpp: 7,871; sh: 330; yacc: 322; ansic: 260; lex: 210; makefile: 104; awk: 80
file content (11 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
noinst_LIBRARIES = libcontrol.a
#noinst_PROGRAMS = test

libcontrol_a_SOURCES = ButtonCtrl.cc Control.cc ControlApp.cc CtrlEvent.cc Events.cc MenuCtrl.cc TextCtrl.cc

#test_SOURCES = test.cc ButtonCtrl.cc Control.cc CtrlEvent.cc Events.cc MenuCtrl.cc

#test_LDADD = ../gl/libgl.a ../util/libutil.a -lggi -lttf -ljpeg

noinst_HEADERS = ButtonCtrl.h Control.h ControlApp.h CtrlEvent.h Events.h MenuCtrl.h TextCtrl.h