File: Makefile.am

package info (click to toggle)
dynamite 0.1-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 916 kB
  • ctags: 64
  • sloc: sh: 7,824; ansic: 408; makefile: 76
file content (13 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
## useful flags
AM_CFLAGS = -g -ansi -Wall -Wno-long-long -Werror @CFLAGS@ @APPLE_CFLAGS@ -I..

## create this library
lib_LTLIBRARIES = libdynamite.la

## use these sources
libdynamite_la_SOURCES = libdynamite.c

libdynamite_la_LDFLAGS = -no-undefined -version-info 0:0:0

include_HEADERS = libdynamite.h