File: Makefile.am

package info (click to toggle)
xdialog 2.2.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,044 kB
  • ctags: 540
  • sloc: ansic: 4,985; sh: 4,525; makefile: 63; sed: 16
file content (11 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = foreign no-dependencies

localedir = $(datadir)/locale
INCLUDES = -DLOCALEDIR=\"$(localedir)\" -I.

noinst_LIBRARIES = libgetopt.a

libgetopt_a_SOURCES = getopt.c getopt1.c getopt.h