File: Makefile.am

package info (click to toggle)
cdw 0.8.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,216 kB
  • ctags: 3,114
  • sloc: ansic: 34,559; sh: 1,580; makefile: 283
file content (21 lines) | stat: -rw-r--r-- 760 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# hand-made Makefile.am (work includes CTRL+C SHIFT+Ins)
#
# references, sources, acknowledgements:
# http://inti.sourceforge.net/tutorial/libinti/autotoolsproject.html#AP03
# http://mij.oltrelinux.com/devel/autoconf-automake/
#

# The SUBDIRS variable is used to list the subdirectories that must be built.
SUBDIRS = gnulib src man # tools


# http://www.gnu.org/software/hello/manual/automake/Basics-of-Distribution.html
# "Still, sometimes there are files that must be distributed, but which
# are not covered in the automatic rules. These files should be listed
# in the EXTRA_DIST variable."
EXTRA_DIST = $(top_srcdir)/Makefile.cdw.am \
	$(top_srcdir)/cdw.conf \
	$(top_srcdir)/cdw.colors \
	$(top_srcdir)/TODO \
	$(top_srcdir)/src/config_cdw_undefine.h