File: Makefile.am

package info (click to toggle)
bbdate 0.2.4-4.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 532 kB
  • ctags: 353
  • sloc: cpp: 2,953; sh: 2,901; makefile: 84
file content (15 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CPPFLAGS =	@CPPFLAGS@ \
		-DDEFAULT_CONF=\"$(sysconfdir)/bbtools/bbdate.conf\" \
		-DDEFAULT_NOBB=\"$(sysconfdir)/bbtools/bbdate.nobb\"


SUBDIRS = data
bin_PROGRAMS = bbdate
bbdate_SOURCES = bbdate.cc Image.cc LinkedList.cc \
		 bbdate.hh Image.hh LinkedList.hh \
		 resource.cc resource.hh \
		 Baseresource.cc Baseresource.hh \
		 Basewindow.cc Basewindow.hh \
		 blackboxstyle.hh
EXTRA_DIST = BUGS TODO
bbdate_LDADD = @X_LIBS@