-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMakefile.am
26 lines (20 loc) · 873 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#---------------------------------------------------#
# Makefile.am - ZebX #
# #
# #
# Author: David Kroell #
# Created: 2018 #
#---------------------------------------------------#
CPPFLAGS = @CPPFLAGS@ @DEBUG@ @NLS@ \
-I$(top_srcdir)/lib
bin_SCRIPTS = bsetbg
bin_PROGRAMS = bsetroot bstyleconvert
bsetroot_SOURCES = bsetroot.cc
bsetroot_DEPENDENCIES = $(top_builddir)/lib/libbt.la
bsetroot_LDADD = $(top_builddir)/lib/libbt.la
bstyleconvert_SOURCES = bstyleconvert.cc
bstyleconvert_DEPENDENCIES = $(top_builddir)/lib/libbt.la
bstyleconvert_LDADD = $(top_builddir)/lib/libbt.la
MAINTAINERCLEANFILES = Makefile.in
distclean-local:
rm -f *\~ *.orig *.rej .\#*