File: Makefile.am

package info (click to toggle)
lsmbox 2.0.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,796 kB
  • ctags: 1,327
  • sloc: ansic: 11,006; sh: 4,279; makefile: 494; yacc: 288; sed: 16
file content (27 lines) | stat: -rw-r--r-- 1,076 bytes parent folder | download
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
27
## Makefile for the source directory of lsmbox.
## Copyright (C) 2002-2004 David Weinehall
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2, or (at your option)
## any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

## Process this file with automake to produce Makefile.in

localedir = $(datadir)/locale
DEFS = -DLOCALEDIR=\"$(localedir)\"
AM_CPPFLAGS = -I$(top_srcdir)/intl

bin_PROGRAMS = lsmbox

lsmbox_SOURCES = gettext.h getopt.c getopt1.c getopt.h lsmbox.c lsmbox.h
lsmbox_LDADD = @LIBINTL@