File: Makefile.am

package info (click to toggle)
xdialog 2.0.6-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,616 kB
  • ctags: 1,064
  • sloc: ansic: 8,505; sh: 4,202; yacc: 318; makefile: 80
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