File: Makefile.am

package info (click to toggle)
sabre 0.2.4b-13
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,556 kB
  • ctags: 7,207
  • sloc: cpp: 36,934; ansic: 8,272; sh: 2,546; makefile: 227
file content (16 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Process this file with automake to create Makefile.in

# This is part of Dan Hammer's SABRE Fighter Plane Simulator
# portions donated by Antti Barck
AUTOMAKE_OPTIONS=foreign

noinst_PROGRAMS=dialog
dialog_SOURCES=checklist.c inputbox.c menubox.c msgbox.c \
	       textbox.c util.c yesno.c dialog.c

# disable mouse support (for now)
# Dan -- keep dialogsrc compiled with these flags
#        others seem to cause problems
CFLAGS=-g -O2
EXTRA_DIST = *.h