7c50328b40
- Removed all references to kzt and replaced with splat - Moved portions of include files which do not need to be available to all source files in to local.h files in proper source subdirs. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@14 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
7 lines
208 B
Makefile
7 lines
208 B
Makefile
AM_CFLAGS = -g -O2 -W -Wall -Wstrict-prototypes -Wshadow
|
|
INCLUDES = -I$(top_srcdir)/include
|
|
sbin_PROGRAMS = splat
|
|
splat_SOURCES = splat.c
|
|
splat_LDFLAGS = $(top_builddir)/lib/libcommon.la
|
|
EXTRA_DIST = splat.h
|