File: Makefile.am

package info (click to toggle)
bbpager 0.1.6-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 460 kB
  • ctags: 543
  • sloc: cpp: 4,335; sh: 327; makefile: 60
file content (18 lines) | stat: -rw-r--r-- 540 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CPPFLAGS =	@CPPFLAGS@  @INTERLACE@ \
		-DGLOBAL_BB=\"$(datadir)/bbtools/bbpager.bb\" \
		-DGLOBAL_NOBB=\"$(datadir)/bbtools/bbpager.nobb\"


SUBDIRS = data
bin_PROGRAMS = bbpager
bbpager_SOURCES = bbpager.cc Image.cc LinkedList.cc \
  		  bbpager.hh Image.hh LinkedList.hh \
		  main.cc main.hh \
		  resource.cc resource.hh \
		  Baseresource.cc Baseresource.hh \
		  Basewindow.cc Basewindow.hh \
		  BaseDisplay.cc BaseDisplay.hh \
		  wminterface.cc wminterface.hh \
		  blackboxstyle.hh
EXTRA_DIST = BUGS TODO
bbpager_LDADD = @X_LIBS@