File: Makefile.am

package info (click to toggle)
libbde 20240502-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,468 kB
  • sloc: ansic: 213,802; sh: 6,444; makefile: 1,452; python: 784; cpp: 88; sed: 16
file content (24 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (36)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
AM_CPPFLAGS = \
	-I../include -I$(top_srcdir)/include

EXTRA_DIST = \
	byte_stream.h \
	common.h \
	config.h \
	config_borlandc.h \
	config_msc.h \
	config_winapi.h \
	file_stream.h \
	memory.h \
	narrow_string.h \
	system_string.h \
	types.h \
	types.h.in \
	wide_string.h

DISTCLEANFILES = \
	config.h \
	types.h \
	Makefile \
	Makefile.in