File: Makefile.am

package info (click to toggle)
bbppp 0.2.5-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 512 kB
  • ctags: 697
  • sloc: cpp: 5,336; sh: 327; makefile: 80
file content (19 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CPPFLAGS =	@CPPFLAGS@ @INTERLACE@ @ISDN@\
		-DGLOBAL_BB=\"$(sysconfdir)/bbtools/bbppp.bb\" \
		-DGLOBAL_NOBB=\"$(sysconfdir)/bbtools/bbppp.nobb\"


SUBDIRS = data
bin_PROGRAMS = bbppp
bbppp_SOURCES = bbppp.cc Image.cc LinkedList.cc \
		 bbppp.hh Image.hh LinkedList.hh \
		 pppstat.cc pppstat.hh \
		 main.cc main.hh \
		 resource.cc resource.hh \
		 BaseDisplay.cc BaseDisplay.hh \
		 Timer.cc Timer.hh \
		 Baseresource.cc Baseresource.hh \
		 Basewindow.cc Basewindow.hh \
		 blackboxstyle.hh
EXTRA_DIST = BUGS TODO
bbppp_LDADD = @X_LIBS@