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 (13 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
## 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_LIBRARIES = libcomp.a libuncl.a
libcomp_a_SOURCES = bits.c crc.c deflate.c trees.c
libuncl_a_SOURCES = inflate.c unc.c crc.c
#noinst_LIBRARIES = comp uncl
#comp_SOURCES = bits.c crc.c deflate.c trees.c
#uncl_SOURCES = inflate.c unc.c crc.c
EXTRA_DIST = *.h
CFLAGS=-O2