File: Makefile.am

package info (click to toggle)
bbappconf 0.0.2-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 488 kB
  • ctags: 781
  • sloc: cpp: 4,861; sh: 327; makefile: 70
file content (21 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
CPPFLAGS =	@CPPFLAGS@  @INTERLACE@ \
		-DGLOBAL_BB=\"$(datadir)/bbtools/bbappconf.bb\" \
		-DGLOBAL_NOBB=\"$(datadir)/bbtools/bbappconf.nobb\"


SUBDIRS = data
bin_PROGRAMS = bbappconf
bbappconf_SOURCES = bbappconf.cc Image.cc LinkedList.cc \
  		  bbappconf.hh Image.hh LinkedList.hh \
		  appconf.hh appconf.cc \
		  Timer.hh Timer.cc \
		  main.cc main.hh \
		  resource.cc resource.hh \
		  Baseresource.cc Baseresource.hh \
		  Basewindow.cc Basewindow.hh \
		  BaseDisplay.cc BaseDisplay.hh \
		  wminterface.cc wminterface.hh \
		  NETInterface.cc NETInterface.hh \
		  blackboxstyle.hh
EXTRA_DIST = BUGS TODO
bbappconf_LDADD = @X_LIBS@